• Hello all,
    I have a wordpress blog. I am using version 3.2.1. I am unable to reference my individual blog posts. Whenever I click on a link to an individual blog post, I get the following error:

    The requested URL /blog/%5C was not found on this server.

    Have any of you had this issue. If so, how did you work around this?

    Any help would be greatly appreciated. Thanks in advance!

    Regards,

    Pranav

Viewing 7 replies - 1 through 7 (of 7 total)
  • What are all the settings from your Settings → Permalinks page? Does it work if you change the permalink setting to the default one?

    Thread Starter pranavc

    (@pranavc)

    My settings are tied to the “Custom structure”. The data in the field for the custom structure is as follows:

    /\”%category%/%postname%\”

    When I try the default structure, this is the error I get:

    Parse error: syntax error, unexpected ‘<‘ in /home/radioc6/public_html/blog/wp-content/themes/default/single.php on line 10

    Thread Starter pranavc

    (@pranavc)

    And this is line 10 in single.php:

    <div id=”content” class=”widecolumn” role=”main”>

    what theme are you using?

    can you paste the full code of single.php into a http://pastebin.com/ and post the link to it here? (how to: http://codex.wordpress.org/Forum_Welcome#Posting_Code )

    a link to your site might help to illustrate your problem.

    Thread Starter pranavc

    (@pranavc)

    I am using the default theme. The link to the code for single.php is below:

    http://pastebin.com/VLDj7MSK

    My site link is here: http://www.radiocremebrulee.com/blog/

    Thank you so much for your help!

    Do you not see that your div on line 10 is within a php tag that has not been closed? If you close the PHP tag at the top under your comments and before the div, you should be ok.

    Thread Starter pranavc

    (@pranavc)

    Hey Kevin,
    Thanks a ton for pointing that out. So now that I have closed my tag, things work with the default structure. I have yet to test my posts with the custom structure I had set up earlier. I will try that now and see of my individual post links work fine.

    Pranav

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Links to individual posts not working’ is closed to new replies.