Images showing in editor but not in post [closed]

It shows on your new site that it reflects the old domain http://deephollowfarmct.com/, if you are not planning to use your domain http://deephollowfarmct.com/, you need to re import your xml file to and do a find and replace of the string from http://deephollowfarmct.com/ to https://deephollowfarmct.wordpress.com before importing them. If you will be using your domain … Read more

Animated GIF on WordPress posts? [closed]

Animated gifs will not be animated when resized. I see that you’re using the full sized image, but there are parameters added to the src attribute (probably due to some plugin or your theme): From the source: <img class=”size-full wp-image-4604″ title=”Koch snoflake progression” alt=”” src=”http://wewanttolearn.files.wordpress.com/2012/10/snowflake-diagrams1.gif?w=545&amp;h=472″ height=”472″ width=”545″> Take off the parameters ?w=545&amp;h=472, and it should … Read more