Terry
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Comments RSS Not WorkingI can see there’s a problem with the raquo – but my problem is this, I’m not inserting the raquo – WordPress is, I thinks so because I know I’m not lol. At least that’s how I understand the error? That it’s choking on raquo given the message displayed here:
http://superaff.com/comments/feed/
I admit I am very newbie at this feed/blog stuff, so if I’m misunderstanding the problem and how I need to fix this, I’d really appreciate this. 🙂
Forum: Installing WordPress
In reply to: Archives & Categories – Not All The Posts Are ShowingFound the answer here:
http://wordpress.org/support/topic.php?id=23333
and added this in the root index.php
$posts_per_archive_page = -1;
$posts_per_category_page = -1;above:
require(‘./wp-blog-header.php’);This shows all the entries which I’ll use for now until I can get the fix for the 404 error in the category pages.
Believe it or not – I did do a search before starting this thread! lol
Forum: Fixing WordPress
In reply to: The Upgrade Guide.I am very thankful for your guide too. It was very easy to follow.
Forum: Fixing WordPress
In reply to: Second Page of Category Archives not showing!I’m feeling silly now for not realizing before posting this thread http://wordpress.org/support/topic.php?id=24083#post-136084 that my problem is the same.
Forum: Installing WordPress
In reply to: Archives & Categories – Not All The Posts Are ShowingOk I just realized that this is a little different from my previous template I used (which showed every entry in each category/archive). If I set blog pages to be shown at ‘2’, only 2 will be shown – but with a Previous link to read the older posts.
This previous link works for the archives, but I get a 404 error in the categories. How can I fix this?
Sorry for not realizing it’s the same problem mentioned here already: