I currently have a site at ListsHere.com that I am implementing a new theme and template onto. The new theme and template can be located at jnlew.com/clients/list. All the lists on my old site are formatted using some customized plugins and coding, keeping everything aligned correctly and global through all lists published on my site. My question is, is there a way I can easily make my new list pages look the exact same as my previous ones? For example, the main section of this page: http://www.jnlew.com/clients/list/?p=3426 should look exactly like the main section of this one: http://www.listshere.com/11-must-see-attractions
try adding this to your theme's style.php file in themes->editor , find this: #post .featured_image and change it's inner content looks like this. #post .featured_image { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 3px solid #F0F0F0; float: left; height: 218px; margin-right: 18px; position: relative; width: 218px; } Code (markup): (Make sure you backup whatever you remove first incase it messes something up. )