![]() |
"Next Page" on blog returns "Nothing found"
Hi!
I set up my blog page to show only 3 posts per page. But when I click on the "Next Page" link at the bottom to get to the second page of the blog and read 3 next posts, I get a "Sorry, no entries found for what you're looking for". How can I fix this? Thanks!! Blog page: http://www.elpoderdelaprincesa.com/blog Marco |
Re: "Next Page" on blog returns "Nothing found"
Quote:
When you set up the blog page, did you follow these instructions? If you did, can you show us the page_blog.php file? HTH, |
Re: "Next Page" on blog returns "Nothing found"
Hi Charles, Thanks for the reply.
The number of posts was set up at the LifeStyle Them Options panel. I had set up the blog page but not configured it to show all categories, so what I did was create subcategories of a main category named "blog". Then, I had installed the Category Base plugin to remove "category" from permalinks, so I ended up with a category and a page named "Blog", that's why it didn't work. I changed the page_blog.php file to show all posts from all categories, removed the plugin, removed the main category blog, and the "Next Page" link worked. Now I have another problem. The first page of the blog doesn't show/load the background and border of the content area (wrap), but when you click to go to the second page of the blog (which now works), there, it loads w/o a problem. What am I doing wrong? This is the code of my page_blog.php file... Code:
<?phpMarco |
Re: "Next Page" on blog returns "Nothing found"
Quote:
HTH, |
Re: "Next Page" on blog returns "Nothing found"
Thanks! that helped only in the first page of the blog. When you click to go to the second, then the sidebar appears at the bottom, right after the content. The code that I think is causing this is a code I put to make the "Read More" tag work in pages, because whenever I remove that code, the page works perfectly, but I really want to have the Read More function. Any idea how I can do this?
The code I added is this: Code:
<?php global $more; $more = 0; ?>Code:
</div>Marco |
| All times are GMT -5. The time now is 09:39 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.