Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cycletheplanet

    (@cycletheplanet)

    I have added:
    <img src=”<?php bloginfo(‘template_directory’);>/images/image.jpg” alt=”image” />

    This crashes the site, making it go completely blank.
    Only the removal of this line from the source code of the header file resolves the problem.

    Additionally, the theme must be removed and replaced.

    Accessing the image directly such as:

    http://www.site.com/themes/themename/images.gif

    causes an error 404

    Thus, the image also does not load when it is displayed from within the code of the site.

    Does anyone have any ideas why this problem happens??

    Thanks.

    Forum: Fixing WordPress
    In reply to: Site Recovery ??
    Thread Starter cycletheplanet

    (@cycletheplanet)

    I resolved the problem by removing all the themes from the site and then copying them back in. Somewhere, somehow, something in the theme got damaged.

    Refreshing like this seems to be the solution.

    Thread Starter cycletheplanet

    (@cycletheplanet)

    I resolved the problem by removing all the themes from the site and then copying them back in. Somewhere, somehow, something in the theme got damaged.

    Refreshing like this seems to be the solution.

    Thread Starter cycletheplanet

    (@cycletheplanet)

    Just a quick reply, I can give more tomorrow.

    >> Did you put the images into posts, or into your theme?

    I put the images in my theme like this:
    I am using <img src=”img/imagename”>

    I have also tried with: src=”/theme/themename/img”

    I have also tried with src=”http://web16&#8230;

    All to no avail.

    Any more thoughts?

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)