Differences between revisions 6 and 7

Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
CategoryLinux CategoryWordpress

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;
}


CategoryWordpress

WordPress (last edited 2010-02-27 14:34:14 by DavidKeen)