andrewplatham
Forum Replies Created
-
Forum: Hacks
In reply to: Adding Custom Field using if/else statementRev, thanks so much! That worked, and I used your code in a few other spots in the archive.php to make it work!
Appreciate your help.
Forum: Themes and Templates
In reply to: Make different Templates for Categories… how in the HELL did I miss that?
[embarassed face]
thanks!
A
Forum: Fixing WordPress
In reply to: Search Function – Displays only 1 post, no sidebar or footerOops, sorry… forgot to use pastebin:
Forum: Fixing WordPress
In reply to: Search Function – Displays only 1 post, no sidebar or footerHm, I switched to Twenty Ten, and things worked fine. Must be a problem with my theme. Is there any ideas why it wouldn’t be working?
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: PageofPosts… Not Displaying Posts?try and add ‘posts_per_page’ to the $args of the query (line 46++ in your first pastebin)
eek. that broke the page… made it completely blank.
Forum: Fixing WordPress
In reply to: PageofPosts… Not Displaying Posts?Hi Alchymyth. Thanks for that!
I have: query_posts( ‘posts_per_page=3’ );
on what line of this code can i place it?http://wordpress.pastebin.com/gAq1fVSD
Alternatively, would you know why this isn’t working?
This is the code I’m using: http://wordpress.pastebin.com/8gYJm696
And this is the result: http://www.shrimpalliance.com/new/?page_id=550