Change Log

This page explains the changes made to the theme with each version update. You might be able to make some of these changes without completely updating your theme or by only changing a few files.

Version 1.1.5

  • In “style.css,” I fixed a couple of errors in the CSS (see “new-style-rules.css”).
  • Deleted “sidebar-single.php” and “sidebar-archive.php” because they weren’t being used anyway. Their functionality was already added to “sidebar.php.” This makes no changes for previous version users.
  • Added a new style rule (see “new-style-rules.css”) so images in the Full Posts layout option won’t resize.
  • Added the class “full-posts” to the main div in “full-posts.php” at the top of the file.
    <div class="excerpts full-posts">
  • Added a new style rule for list items on the home page (see “new-style-rules.css”). This is really only relevant to those using the “Full Posts” layout.
  • Below <body> in “header.php,” I added this (for version checks in the theme-support process):
    <?php // Structure Version Check
    echo '<!-- Structure theme: Version 1.1.5 -->'; ?>
  • In “video.php,” I changed the ID of the video object, so it would not conflict with the ID of the video in the sidebar when on a single post page (only relevant if user is using the video block in the sidebar).

Changed id="video" to id="video-block-" (see code below).

// Changes made to "video.php"

<object type="application/x-shockwave-flash" data="<?php echo $video[0]; ?>” style=”width: 290px; height: 242px; border: none; padding: 0; margin: 0;” id=”video-block-<?php echo $i; ?>”>

Updated for multiple-paged WordPress Pages. The previous tag was depreciated. In “page.php,” replace this line (thanks to WordPress Modder for pointing this out):

<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>

With this:

<?php wp_link_pages('before=<p><strong>Pages:</strong>&after=</p>'); ?>

Added the ability to have multiple-paged posts. Below the call for the_content() in “single.php,” I added this line:

<?php wp_link_pages('before=<p><strong>Pages:</strong>&after=</p>'); ?>

See wp_link_pages() for details on how to create multiple-paged posts and pages.

Version 1.1.4

  • In “header.php,” I changed the variable for the feed email to $feed_email instead of $feed.

Version 1.1.3

  • Placed the <p> outside of the_tags fuction in “single.php.”
  • Deleted the extra “s” on “1 Comments” in “features.php.”
  • Deleted the extra “l” in the title of one of the feed links in “header.php.”
  • Added a “Full Posts” layout option
    Changes were made to “functions.php” and “home.php.”
    A new file called “full-posts.php” was added.
  • Several CSS changes were made (see “new-style-rules.css”) for the “Full Posts” style option and a few minor bugs.
  • Updated the license details so others can more easily understand its details.
  • Fixed the “Response to” to make it display correctly “comments.php.”

Version 1.1.2

  • Fixed (I hope) “recent.php” to query correctly in all instances of its use.
  • Fixed a style error with the left and right content blocks on “home.php” (see “new-style-rules.css”).
  • Added an option to display the feature article and flickr and feed options to the “Structure Options” panel under “Presentation.”
  • Changed some styling in case someone decided to not display the feature post.

Version 1.1.1

  • Release for a quick bug fix
    Fixed Video “content block” problem with Firefox when a user uses widgets to put the video block in the sidebar.
  • Fixed the $do_not_duplicate problem with “recent.php.” Now, the file always displays the three most recent posts, while skipping the “feature” post, no matter if it was one of the last three posts. (Note: Still working on other potential ways to fix this.)
  • Fixed issues with how custom fields are read in “recent.php” and “video.php.” (Video was working fine, but I wanted to make it better.)
  • Cleaned up much of the code in “tabs-categories.php.”
  • Cleaned code in a few different files.
  • Added “new-style-rules.php” for changes in the style.
  • The comments section “<pre><code></pre></code>” and “<pre></pre>” elements were too wide for their containing elements.

Version 1.1

  • Added a theme options page for the category tabs and theme style.
  • Widgetized the left and right blocks on “home.php” and “sidebar.php” (sidebar stays the same across all pages with this option).
  • Created Widgets for all my content blocks previously packaged with the theme, so that the user can more easily move different blocks of content around.

Leave a reply

Log in or Register



XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> 
<blockquote cite=""> <cite> <code> <del datetime=""> <em> 
<q cite=""> <strong>