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