query_posts from individual authors
-
I use the cover-wp theme by onedesigns.com and on the home page is a featured div that takes 3 post from a category and displays them.
See here HomeI’m making an Authors php and would like to adapt the below code to only get post from the current authors of the author php
See here Authors Page<?php query_posts("caller_get_posts=1&showposts=3&category_name=".get_option('cover_wp_featured_cat', 'Featured')); $i = 1; ?>
I’ve searched tried every thing I could find with no luck.
Thanks For Any Help at all!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘query_posts from individual authors’ is closed to new replies.