[Plugin:Customizable Post Listings ] Displaying Page Content
-
Hi, anyone who can give me a pointer.
I’ve been using cofee2code’s Customizable Post Listings plugin for while and I love it. I’m trying to figure out how to output the content from a series of pages, not posts. I can’t seem to get a listing. How do I get the ID’s of the pages into the function and get it to display the page content?
Here’s what I have:
<?php c2c_get_recent_posts( $num_posts = 4, $format = "<h3>%post_title%</h3>%post_content%", $categories = '', $orderby = 'ID', $post_type = 'page', $extra_sql_where_clause = '') ?>I get nothing in the output.
Pages don’t have categories so how do I select which Page ID’s to use if I don’t want all my pages in there? Asuming I can first get them to display at all.Thanks!
The topic ‘[Plugin:Customizable Post Listings ] Displaying Page Content’ is closed to new replies.