author page, query, post, Over my head
-
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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘author page, query, post, Over my head’ is closed to new replies.