Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter MarketRaisen2

    (@marketraisen2)

    sorry, it does work.

    Thread Starter MarketRaisen2

    (@marketraisen2)

    actually, it doesnt, its just calling on every post without filtering out unrelated categories

    Thread Starter MarketRaisen2

    (@marketraisen2)

    it works on search pages but not on archive pages.

    i wonder if theres a hack to simply do away with the archive function totally and have it point to the search page

    Thread Starter MarketRaisen2

    (@marketraisen2)

    Sorry for the messy topic, I’ve been pulling my hair out with this for an entire day.

    I cant seem to find any code at all to re-order the archive pages. if any of you smarter and more skilled people can come up with a solution, please help.

    I have this working with:

    <?php query_posts($query_string . '&orderby_last_comment=1&paged=' . $paged); ?>

    in my category.php just before

    <?php if (have_posts()) : while (have_posts()) : the_post();

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Archive and Search results’ is closed to new replies.