Title: Wretch's Replies | WordPress.org

---

# Wretch

  [  ](https://wordpress.org/support/users/wretch/)

 *   [Profile](https://wordpress.org/support/users/wretch/)
 *   [Topics Started](https://wordpress.org/support/users/wretch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wretch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wretch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wretch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wretch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wretch/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Corporate Theme v2 2.0.1](https://wordpress.org/support/topic/corporate-theme-v2-201/)
 *  Thread Starter [Wretch](https://wordpress.org/support/users/wretch/)
 * (@wretch)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/corporate-theme-v2-201/#post-1649581)
 * A dear geek friend tipped me off on how to remove one of the “home” tabs:
 * Remove this line of code:
 * `<li><a>/" class="on">home</a></li>`
 * Now if I can only figure out how to change that photo. Anyone know? Here’s the
   random image code:
 *     ```
       <?php
       $random_image = rand(1,5); // the second number should equal the total number of images that you want to rotate
       ?>
       <img src="<?php bloginfo('template_url'); ?>/headers/header_<?php echo $random_image; ?>.jpg" alt="Random header image... Refresh for more!"/>
       ```
   
 * And for the main image:
 *     ```
       <div id="photobar">
   
       <?php
       $random_image = rand(1,2);
       ?>
       <img src="<?php bloginfo('template_url'); ?>/headers/header_<?php echo $random_image; ?>.jpg" alt="alt text here" />
       ```
   
 * </div><!–END RIGHTCOL–>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Nothing in email message](https://wordpress.org/support/topic/plugin-contact-form-7-nothing-in-email-message/)
 *  Thread Starter [Wretch](https://wordpress.org/support/users/wretch/)
 * (@wretch)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-nothing-in-email-message/#post-1602392)
 * Refreshed the page and now it works. Whaddaya know?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Order Broken](https://wordpress.org/support/topic/page-order-broken/)
 *  [Wretch](https://wordpress.org/support/users/wretch/)
 * (@wretch)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-order-broken/#post-1591168)
 * An easier way and one that doesn’t risk messing with the coding:
 * Change the edit date of your pages. If your theme is coded like mine, it adds
   pages according to date, then depth. Argh. That means you have to have planned
   it meticulously before starting out. Who needs that nonsense!
 * To keep it simple, I figure my hard-wired “home” page is 1, so I’ve started using
   the publishing dates for the pages I’ve created as: July 2, July 3, July 4, etc.
   This puts the pages in order date-wise and shows me on the “pages” page which
   order they’re in, too.
 * Yaaay for easy work-arounds!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page order problem](https://wordpress.org/support/topic/page-order-problem-2/)
 *  [Wretch](https://wordpress.org/support/users/wretch/)
 * (@wretch)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-order-problem-2/#post-1174974)
 * An easier way and one that doesn’t risk messing with the coding:
 * Change the edit date of your pages. If your theme is coded like mine, it adds
   pages according to date, then depth. Argh. That means you have to have planned
   it meticulously before starting out. Who needs that nonsense!
 * To keep it simple, I figure my hard-wired “home” page is 1, so I’ve started using
   the publishing dates for the pages I’ve created as: July 2, July 3, July 4, etc.
   This puts the pages in order date-wise and shows me on the “pages” page which
   order they’re in, too.
 * Yaaay for easy work-arounds!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page Order Broken](https://wordpress.org/support/topic/page-order-broken/)
 *  [Wretch](https://wordpress.org/support/users/wretch/)
 * (@wretch)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/page-order-broken/#post-1591167)
 * Should you find a help, please let me know; I have several pages and they refuse
   to move. They go up in the order I created them, despite having changed their
   order under “page attributes.”
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)