recent_posts, popular_posts, Custom Content Areas
-
I have this menu / content area on a site that I’m working on called “Latest” “Popular” and “Featured”.
Instead of WP determining what goes into those content areas, I want to determine what goes in those content areas – perhaps by category. Or, if there is a better method, I’d be totally willing to hear about it. I just need total control over those areas. I don’t want them to be dynamic.
The code looks something like this:
[tabs tab1=”Latest” tab2=”Popular” tab3=”Featured”]
[tab1][recent_posts num=”4″ type=”post” meta=”true” thumb=”true” thumb_size=”small-post-thumbnail” more_text_single=”Read more” excerpt_count=”10″ custom_class=”posts” more_link=”blog” more_text=”See all topics”][/tab1]
[tab2][popular_posts num=”4″ more_link=”blog” more_text=”See all topics”][/tab2]
[tab3][recent_posts num=”4″ type=”post” meta=”true” thumb=”true” thumb_size=”small-post-thumbnail” more_text_single=”Read more” category=”Nam elit agnaendrerit sit” excerpt_count=”11″ custom_class=”posts” more_link=”blog” more_text=”See all topics”][/tab3]
[/tabs]
The topic ‘recent_posts, popular_posts, Custom Content Areas’ is closed to new replies.