• Good morning: I want the widget alx_posts to show the excerpt.is this possible? thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    yes it’s possible (like almost anything in Hueman) with some Php modifications.
    Locate \hueman\functions\widgets\alx-posts.php
    After line 73

    <?php if($instance['posts_date']) { ?><p class="post-item-date"><?php the_time('j M, Y'); ?></p><?php } ?>

    you should add following line

    <p class="entry excerpt"><?php the_excerpt(); ?></p>

    But careful:
    -this should be done in child theme (copy same folder structure and alx-posts.php)
    So – it’s not complete & safe solution – it needs registering of folders & file in child theme.
    At the moment too tired to finish, I continue next time (maybe somebody will drop by and spare me time also ??
    Anyway, I’ll finish it “next round”
    Mike

    Thread Starter juanyo

    (@juanyo)

    Mike; I was very useful thank you very much!

    You’re welcome.
    Sorry, really busy – never finished child theme version.
    If you still need it, I’ll try to find time, just let me know.
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alx Posts show excerpt’ is closed to new replies.