Viewing 7 replies - 1 through 7 (of 7 total)
  • What happens if you use the default permalink structure?

    Thread Starter Rajesh Kumar

    (@krajeshkumar)

    if i use default permalink structure the paging working fine if i change the permalink the paging works fine

    Have you reviewed Using_Permalinks?

    Thread Starter Rajesh Kumar

    (@krajeshkumar)

    yes i was reviewed and tested with the htaccess files still i am having the same issue

    Thread Starter Rajesh Kumar

    (@krajeshkumar)

    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

    Thread Starter Rajesh Kumar

    (@krajeshkumar)

    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

    Thread Starter Rajesh Kumar

    (@krajeshkumar)

    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….

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘permalinks not working in wordpress’ is closed to new replies.