.watts.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next Posts button just repeats the latest 8 postsFound the solution.
In this portion:
$paged = (get_query_var(‘paged‘)) ? get_query_var(‘paged‘) : 1;
should have been:
$paged = (get_query_var(‘page’)) ? get_query_var(‘page’) : 1;
Its always the small thing that cripples you. Thanks for your help anyway guys!
Forum: Fixing WordPress
In reply to: Next Posts button just repeats the latest 8 postsHere is the code for the Blog Page:
http://pastebin.com/ghgY0egKHere is the code for the ‘loop’ in the Blog Page:
http://pastebin.com/aWF91zM1Should I include code from the other PHP template pages?
Forum: Fixing WordPress
In reply to: Next Posts button just repeats the latest 8 postsalchymyth, thanks so much for your reply and attempt to help. I was worried I’d get lost in the mix.
I know the basics but I’m still new to PHP, as such, my noob-like ignorance means I don’t understand what you’re asking. I appreciate your patience!
Forum: Fixing WordPress
In reply to: Theme is showing up blank. Brain has gone kablooey. Total noob.Shane, as noted in the subject, I’m a spectaclar noob to php. I didn’t see any htaccess file in my directory. What specifically will make a theme incompatible with a version of wordpress?