Home - ar-to/WordPress-Theme GitHub Wiki

####Welcome to the WordPress-Theme wiki!

This wiki outlines my process in making this theme. It may help anyone else that is just starting out.

######Don't forget to preview in browser after each step. It helps track progress and even find issues.

  • README --basic introduction
  • Resources --usefule websites for Wordpress Theme development
  • Tutorial --If you are new like me, feel free to read step-by-step instructions for making this theme.Tutorials build on previous one, so I will only be repeating information when I think it helps.
  • Getting Started --Learn to set up a basic theme layout and templates.
  • Loop --Basic loop code to add post content inside index.php
  • Header.php
  • Footer.php
  • Functions.php Extras
  • Post Pagination --Add a pagination to move between multiple posts