Forums

[resolved] author page, query, post, Over my head (2 posts)

  1. instructa
    Member
    Posted 6 months ago #

    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 Home

    I'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!

  2. instructa
    Member
    Posted 6 months ago #

    Resolved Here

Reply

You must log in to post.

About this Topic