djmbs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress search not workingI have a similar issue.. but the above fix doesn’t work for me.
The problem only occurs when searching on a page other than home.. and only on the search box in the header. When directed to a 404 page that also has a search box, it works fine. Any suggestions?
Forum: Fixing WordPress
In reply to: how to define “post image”Thanks for that, can you direct me to where you downloaded the plugin? I can’t seem to find mention of it (except for BBPress).
Forum: Fixing WordPress
In reply to: how to define “post image”I have been using http://guff.szub.net/2006/02/09/post-image/ and it seems to work in the way you require… that is, you can write a post and upload an image with the same name as the post slug. And then include a string in the loop which will pull either a thumbnail or the image into the post.
All good, except, it doesn’t seem to work fully. The first post in the loop appears correctly, each subsequent post displays no image, and when I check the source for the page, content is missing from the src & alt tags.
Am continuing to search, and will post if I find a solution. Anyone else got any ideas?
Forum: Fixing WordPress
In reply to: Problem with query_posts() sortingIt goes something like this:
query_posts("&category_name=mac-software&orderby=title&order=asc")Not exactly sure about the category thing, but I was doing something similar the other day.