The MU forums have moved to WordPress.org

1 ... 3 4 5

Plugin - List all available themes (125 posts)

  1. billdennis5
    Member
    Posted 15 years ago #

    So, I replace "WP_CONTENT_URL" with the words "/wp-content" ?

    Again, I'm not a programmer at all.

  2. MrBrian
    Member
    Posted 15 years ago #

    Yes. So the line would read:

    <img src="<?php echo '/wp-content' . $stylesheet_dir .

    instead of:

    <img src="<?php echo WP_CONTENT_URL . $stylesheet_dir .

  3. andrea_r
    Moderator
    Posted 15 years ago #

    I had to go get that coffee-desk theme. that's really cute.

  4. billdennis5
    Member
    Posted 15 years ago #

    My browsers are still trying to load the the wrong address for the images:

    http://blogpeoria.com/wp-contentwp-content/themes/3c-black-letterhead-10/screenshot.png

    I've restarted the PC. I've cleared the cache. I've flushed the dns.

  5. billdennis5
    Member
    Posted 15 years ago #

    FIXED!!

    I edited functions.php to remove "wp-content" entirely from the previously mentioned line of code.

    Works like a champ.

    Woo Hoo!

    Thanks to all who provided assistance.

1 ... 3 4 5

About this Topic

  • Started 18 years ago by NickR
  • Latest reply from billdennis5