Archives

Minutes 10-26-11

Members Present: 9

Presentation: Making a WordPress Theme

  • Themeforest, good place for themes
  • All themes located in the wp-content/themes
  • Theme files (bare-min):
    • style.css
    • index.php
  • Functions
    • get_header() gets header.php
    • get_sidebar() gets sidebar.php
    • get_footer() gets footer.php
  • 404.php shows the 404 error on the page
  • style.css holds all of the styles for your page
  • sidebar.php you have to add all the possible sidebars to the theme
  • wp-nav-menu.php
  • search-form.php customizes the way the theme search looks

Leave a Reply