I have over a week trying to figure this out, if anyone could help I will really appreciate it.
not sure if my htaccess configurations is correct, or if something else could be causing it.
]]># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
Im having issues with older posts when i click “Previous entries” i receive the following error “404 – Not found! Sorry, no posts matched your criteria.” and results to this link “https://liveybg.com/blog/page/”
This started happening once i switch my permalinks settings to POSTNAME. When i switch back to default its works fine.
I believe my htaccess setting are correct but its still not working, can anyone help please.
]]># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
I’m using PageLines Framework and iBlogPro5 theme. I have been in touch with them about this, and their reply was this: “‘Previous entries’ and ‘add comment’ is part of wordpress so you can do a google search on translating that one”
Can anyone please advice?
]]>I have a annoying problem since a few days
And I think it happened after I upgraded to version 3.2.1
Anyway..
The problem is that when I click on (Previous Entries)
Will then show an 404 message
Eg: www. site .com/page/2
I have tried all the solutions
1- Change Permanent links to the default
2- Try the default template
3- Disable all Plugins
4- Re-install the version
Everything did not work
Please I want a solution
]]>I’ve mucked around with my theme (dapit_hapon) a fair amount so that posts are displayed in two separate columns on the index page. Posts which are categorized as ‘Etc’ are posted in the center whereas all other categories are posted on the left. In the index.php file I’ve added a second query_posts. The first calling most of the categories starts like this:
<?php if (have_posts()) : ?>
<?php query_posts('category_name=debate,events,cheap-as-clay,from-far-and-wide,gift-guide,humour,media,postcards-from-burgundy,restaurantbar-review,retail,sunday-school,tasting_notes,the-musical-equivalent,the-reading-pile,travel,uncategorized,video,weekend-wine-picks,wine-news,wine-reviews,&showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
And the second starts like this:
<?php query_posts('category_name=etc,&showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
The only problem now is that if you wanted to look at posts older than the 10 displayed on the main page, the “Previous Entries” link in the bottle left reloads the page as /page/2/ but the entries are exactly the same.
This goes beyond my very basic knowledge of php and I would really appreciate if someone could help me out. Also, let me know if you need to see any of the other files.
Cheers,
Jake
The code that I have on my news.php page template is here:
https://pastebin.com/dnGWazQZ
I have searched everywhere and can’t find a solution. Any thread I’ve found doesn’t fix the problem.
Thanks for any help!!
This site used to be on cahlsjukejoint.blogspot.com until recently when I moved it to WordPress.
I am having a problem with the “Previous Entries” not working on the Archive pages. If you click one of the months from the Archive drop-down in the sidebar and then try to click “Previous Entries” at the bottom of the page, you get a 404 error.
Any ideas on how to fix this?
]]>My custom posts page is at:
https://techtips.org.uk/posts/
If I click the previous posts link I am taken to
https://techtips.org.uk/posts/page/2/ and this page does not exist.
For the links I am using this code:
<div class="navigation">
<div id="previous-entries"><?php next_posts_link(''); ?></div>
<div id="next-entries"><?php previous_posts_link(''); ?></div>
</div>
]]>For some time now, on my WP https://www.spiritualmanna.info, when one does a search or simply wants to look at previous or next entries, there is a doubling up of the folder structure (it should be /faith/manna/?…, but it comes up as /faith/manna/faith/manna/?…). If one manually removes the duplication, the function works.
I’m assuming that the difficulty is some kind of duplication or something in the definition of next_posts_link and previous_posts_link , but I have no idea where to find such definitions and what change would need to be made.
I have upgraded WP many times and the problem remains.
Help?
ELDV
]]>When navigating to previous entries, by default it’s:
mysite.com/page1
I want to change it to:
mysite.com/postURL
The postURL would be the same as the URL for the original post.
Is this possible? Thank you for your help.
]]>