Propositions for improve
-
it works perfectly but need some features.
simple-masonry-layout/inc/front.php
L.100 Add excerpt
<?php if (has_excerpt ($post->ID)) the_excerpt(); else echo '<p>' . wp_trim_words( get_the_content(), 20 ) . '</p>'; ?>
please add category filter in shortcode.
I do this in simple-masonry-layout/inc/front.php
l.39 i add category arg to get_posts
'category' => '2'//actualites
And if you can :
– select maximum column to 5 for large screen please.
– Add pagination or load more
– ADD Donate button ??That’s all. I do other things with css. Thank you very much for this usefull plugin.
PS (sorry for my english, i hope to be understand)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Propositions for improve’ is closed to new replies.