Web hosting billing - 464 CHAPTER 17 CUSTOMIZING YOUR BLOG S LAYOUT
464 CHAPTER 17 CUSTOMIZING YOUR BLOG S LAYOUT Listing 17-1. The Right Sidebar Code to Go in sidebar-b.php
- “http://del.icio.us/rss/tag/wordpress+tools”, “show_description”=>FALSE, “num_items”=>10)); ?>
- %comment_author% on %post_title%
“); ?>
Once the code is in its own file, you need to insert the instruction to include that file in the main index.php file exactly where the code was, as shown in Listing 17-2. Listing 17-2. Include the New File in index.php