• I’m using the Webbutveckling template, and have an issue where my posts within a page do not have a link on the title to open to a single post. It works on the main page, but not within the other pages. Help please!

    I’m a low-intermediate PHP-er, so I don’t mind playing around with the code a bit but might need a toned-down explanation if you know the solution 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • I loaded the theme in my test site and the titles seem to be linked in Archives and Categories.

    Please post a link to a page on your site where the problem can be seen.

    Thread Starter polishandsugar

    (@polishandsugar)

    http://polishandsugar.com/beauty/

    Thanks so much for trying to help!

    Is this a Page where you inserted the contents manually? If so, you will need to code the links yourself.

    If it was not filled in manually, please describe how the page is set up. Is is a special template (not the Default)? If so, please put the code in a pastebin and post a link to it here.

    If it is from a plugin, which one did you use?

    Thread Starter polishandsugar

    (@polishandsugar)

    The Page was created using the Add New Page link, and was then linked to a category using this code inserted into the body of the Page:

    http://pastebin.com/rkLEkucu

    Then when I create a new blog post, that I also want displayed on a certain page, I check the box for the appropriate category. Maybe my error is in using pages and categories interchangeably?

    OK – that code comes from the Posts To Page plugin. According to the documentation for the plugin, you can link the title by including another parameter:

    [posts-to-page cat_ID=4 link_title="true"]

    Give that a try.

    Thread Starter polishandsugar

    (@polishandsugar)

    oh my goodness, you are genious! I hadn’t even thought the problem might be in that plugin. Thank you 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Creating link to single post on a title within a page’ is closed to new replies.