Forums

[resolved] Permalink and direct link to image? (4 posts)

  1. expat
    Member
    Posted 6 months ago #

    img src="./wp-content/themes/images/body-bg11.png"

    when i change the permalink to a category-based format, i lose my direct link to the image? why?

    it becomes

    "CATEGORY"/wp-content/themes/Aggregate/images/body-bg11.png"

    How can i specify a direct link to a file independent of the permalinks?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 6 months ago #

    <img src="<?php echo get_stylesheet_directory_uri() ?>/images/body-bg11.png" />

  3. SwansonPhotos
    Member
    Posted 6 months ago #

    Did you make the permalink:

    %category%

    (both percent signs are required, lower case please)

    or did you type "CATEGORY" ??

    Using Permalinks

  4. expat
    Member
    Posted 6 months ago #

    i just use the recommended options in WP

    I give esmi's advice a go thanks :)

Reply

You must log in to post.

About this Topic