Wretch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Corporate Theme v2 2.0.1A 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
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Nothing in email messageRefreshed the page and now it works. Whaddaya know?
Forum: Fixing WordPress
In reply to: Page Order BrokenAn 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
In reply to: Page order problemAn 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
In reply to: Page Order BrokenShould 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!