Forum Replies Created

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

    (@kevingd)

    I guess to clarify, I’ve got a lot of tweaking throughout this theme to sorty by name… and thats why I want to change this code to specifically sort by date, since other things are set to by default, sort by name…

    Thread Starter kevingd

    (@kevingd)

    Any other suggestions?

    this fix didnt work for me, below is the code I used. it broke my search to display no results for any query.

    <form method=”get” id=”searchform” action=”<?php bloginfo(‘url’); ?>/”>
    <div id=”search”>
    <input type=”text” value=”Search Here” name=”s” id=”s” class=”field” style=”width:95px; height:17px; background:#efefef ; font-weight:bold; color:#003366 ;” />
    <input type=”hidden” name=”cat” value=”1″ />
    <input type=”image” src=”<?php bloginfo(‘template_url’); ?>/images/loupe.gif” style=”width:10px;height:12px;”/>
    </div>
    </form>

    Thread Starter kevingd

    (@kevingd)

    Ive got this semi manage now, using the Post Sorting Options plugin… but if i could set this to do by title in the category archive template, that’d help.

    Thread Starter kevingd

    (@kevingd)

    well i guess to be more specific, I’m altering the category archive page template… and I don’t want them displaying by date, because the date has no role in the content of my website and it’s not displayed… so the category archive template needs to display these by title rather than by date.

    The a-z index plugin doesnt do that nor do the other two articles… and this needs to be the default category archive template, as there are literally 100 categories this will need to work on, so it’s not practical to make a category template for each of these.

    Any thoughts?

Viewing 5 replies - 1 through 5 (of 5 total)