Comments hall3008 started the conversationMay 21, 2021 at 3:13pmIs it possible that instead of the date it says hour or time, because we work so that we have the 20th news of the day, so this way it turns out to be the same date, and it would be more interesting to write the time. 2,580PenciDesign repliedMay 21, 2021 at 4:27pmHi, Please go to Plugin > Plugin Editor, then select Penci Framework at Select plugin to edit, then follow the path: shortcodes/block_10/content-items.php Find: $date_day = ! $show_updated ? get_the_date( 'd' ) : get_the_modified_date( 'd' ); $date_month = ! $show_updated ? get_the_date( 'M' ) : get_the_modified_date( 'M' ); Replace with: $date_day = get_the_date('G:i'); $date_month = get_the_date('d.m'); Save and done. Best Regards,PenciDesign.1 Likehall3008 repliedMay 24, 2021 at 10:44amTnx percect Sign in to reply ...
Is it possible that instead of the date it says hour or time, because we work so that we have the 20th news of the day, so this way it turns out to be the same date, and it would be more interesting to write the time.
Hi,
Please go to Plugin > Plugin Editor, then select Penci Framework at Select plugin to edit, then follow the path: shortcodes/block_10/content-items.php
Find:
Replace with:
Save and done.
Best Regards,
PenciDesign.
Tnx percect