• Resolved bobo_episode

    (@logic52)


    I’m working on a fashion blog with a lot of images. I’ve imported all posts from Blogger to WordPress and it seems to have left me with images which have a size added on to the end of their src:

    http://example.com/wp-content/uploads/2012/03/beach-babe-300x200.jpeg

    However the href of the surrounding a tag is set to:

    http://example.com/wp-content/uploads/2012/03/beach-babe.jpeg

    Is this something to do with WordPress or is it something from images imported from Blogger? How can I tell WordPress that I want to display the a certain image size on the single post page (single.php).

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter bobo_episode

    (@logic52)

    I ended up just downloading the wp-posts.sql file and editing it directly. I found all the images with sizes appended using a regular expression search (thanks Sublime Text). The regular expression I used was -([0-9]{3})x([0-9]{3}).jpg for anybody that’s interested.

Viewing 1 replies (of 1 total)
  • The topic ‘Make all images displayed in single.php a certain size’ is closed to new replies.