Kindly post your questions, suggestions and thoughts about the theme here. Thanks! -WPThemeDesigner
Mega News Theme
(3 posts) (3 voices)-
Posted 2 years ago #
-
Hey, I know that I am being stupid (and that I know enough about Wordpress Theme Development to be dangerous!!), but I am trying to change the MegaNews front page to display more than one article in each category. What I am looking for is a listing of the most recent 20 posts per category. I've tried a variety of different approaches, to no avail. Any help you can give me regarding the code would be appreciated.
Posted 1 year ago # -
Hi Jay,
Use get_categories to retrieve all categories.
http://codex.wordpress.org/Function_Reference/get_categoriesUse query_posts function to retrieve 20 posts on each category.
http://codex.wordpress.org/Function_Reference/query_postsIt's actually the same lines of codes in the index.php of the Mega News Theme.
See lines 7-23.Hope this helps,
WPTD Webmaster
Posted 1 year ago #
Reply
You must log in to post.