kevingd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Sort by Date w/ this QueryI 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…
Forum: Fixing WordPress
In reply to: Some Category Queries FailingAny other suggestions?
Forum: Plugins
In reply to: Exclude pages from search results?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>Forum: Fixing WordPress
In reply to: wordpress archive by titleIve 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.
Forum: Fixing WordPress
In reply to: wordpress archive by titlewell 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?