My WordPress notes
Upgrading
- .htaccess
- wp-content/
- wp-includes/images/favicon.gif
- wp-config.php
wpg2 plugin
- I add the sidebar image in manually:
<li> <h2>Snapshot</h2> <?php print g2_sidebarimageblock(); ?> </li>
- Modified wpg2.css:
.wpg2sidebarblock-image img {
display: block;
margin: 0px;
padding: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
border: none;
}
