Edits for the new theme

In order for the new theme to function correctly, two edits have been made, both on header.php:

  • The Header image uses an absolute URL to ensure it displays on all pages. The same is true for the home link from the image. Should the site ever move to a new server those URLs will need to be updated.
  • The normal category include code has been edited to exclude the categories “Homepage” and “Uncategorized” with the following code:
  • <?php wp_list_categories(‘exclude=23,1&title_li=’) ?> where 23 and 1 are the category IDs being excluded.

Leave a Reply

Your email address will not be published. Required fields are marked *