• I am using WP 2.8.4. and Atahualpa WP Theme version 3.4.2. Previously I was working on my site behind a URL e.g. http://www.wordpress.org/hiddenfolder/ . When i was through building my site i put it in the right folder and in this case it would be http://www.wordpress.org/
    I made sure I edited the URL in the DB to point to the correct folder but now the images cache is still pointing to the old URL.
    Kindly advice how to clear it.

Viewing 1 replies (of 1 total)
  • In your database, run this query:
    UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://domain.com/hiddenfolder/', 'domain.com');

    make sure you have moved all the images from old blog to correct location in new blog

Viewing 1 replies (of 1 total)

The topic ‘How to Put off cached pages’ is closed to new replies.