Forum
Blog Categories - Post in List
Hello,
I am trying to add specific blog categories to certain pages something like the below code but specific to a category name.
<?php $html = perch_blog_recent_posts(10, true); ?>
Many Thanks
Hello,
I am trying to add specific blog categories to certain pages something like the below code but specific to a category name.
<?php $html = perch_blog_recent_posts(10, true); ?>
Many Thanks
You need to use
perch_blog_custom()
with thecategory
option.