Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25845

    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

    #128395

    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

    #128396

    Genius! fixed. Wow.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Post Slider –> Hide Comments’ is closed to new replies.