Tagged: post slider
Hi,
I’d like to edit the Post Slider to NOT show comments or the date. I’m assuming I have to delete something in the code.
Thank you
Hi!
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace
$show_meta = !is_post_type_hierarchical($entry->post_type);
with
$show_meta = false;
Regards,
Peter
Genius! fixed. Wow.