What happens if you use the default permalink structure?
if i use default permalink structure the paging working fine if i change the permalink the paging works fine
Have you reviewed Using_Permalinks?
yes i was reviewed and tested with the htaccess files still i am having the same issue
I am not an expert. i am in intermediate level of knowledge only.
let me know to your problem if thats possible to solved by myself definitely i will help you
hi esmi,
thanks for the reply i solved my issue with the help of the suggestion given in that forum( you specified )
by changing
$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
i solved my issue
I got another problem,
that is i want to display the authors country in the permalink. i was tried with the help of custom taxonomy variables. the url displaying when the mousehover over the required link but after clicking the url it does not redirects to the correct url. it displays page not found
this is the code i have added in functions.php
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
and i have used the following permalink structure
/%author%/%postname%/%hcn%
i could not not get the solution. what went wrong here….