Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress theme Logo only on certain pages?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43089
    Anonymous
    Inactive

    I’m working on a new wordpress theme and the logo is only appearing on the many posts page, not on single posts or pages. Anyone seen this before? How do I fix it?

    Many Posts: http://sometimesyoubreakaclarinet.com/
    Single Post: http://sometimesyoubreakaclarinet.com/test/
    Page: http://sometimesyoubreakaclarinet.com/project-101/

    I’ve worked around this problem by posting the long link to the image, rather than trying to link to it within the directory.

    #126663
    tomrogers123
    Member

    It’s happening because the `header.php` file (where you probably have your logo markup) gets included on every page so the base URL for relitive links changes. A way to get around this – always make sure the path is based wherever the theme directory is in relation to the page – is to use `` in front of all your asset paths. Then, the same links are generated (the correct ones) for every page.

    Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.