eagleout
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Center Enter Password BoxThanks Clayton, the first example did the trick!
Forum: Fixing WordPress
In reply to: Change password protected topic textAny idea how to center justify the Enter Password box?
Forum: Fixing WordPress
In reply to: Change password protected topic textThanks RVoodo!
Forum: Themes and Templates
In reply to: Merging two columns into oneWell, I got the third sidebar to display the way I want on the index page per your suggestions. Created a new sidebarCenter.php file, edited functions.php and style.css with the relevant info so it would show up on widgets and it works fine.
Only problem now is getting it to show up when viewing posts. I tried adding <?php include (TEMPLATEPATH . ‘/sidebarCenter.php’); ?> to the single and post files but the sidebar ends up in the post area instead of the sidebar. I don’t think the additional sidebar is being registered properly and am kinda lost when reading over the docs about that.
Any suggestions?
Forum: Themes and Templates
In reply to: Merging two columns into oneWould it be something like this for the single sidebar under the double?
<?php get_sidebar(‘left’); ?>
<?php get_sidebar(‘right’); ?>
<?php get_sidebar(‘center’); ?>Forum: Fixing WordPress
In reply to: How To Restore Categories Count in Sidebar Widget?Is there a way to change the color of the category count from black to another color?
Forum: Fixing WordPress
In reply to: Keeping contents off frontpage?I use Breukie’s Pages Widget for WordPress for my links. It also allows me to exclude pages from the front page via the widget parms.
Mike-
Forum: Fixing WordPress
In reply to: YouTube Video UnitsVera, thanks for your response.
You’re right, there are several good video plugins available, but this problem is relative to the Adsense Video Units that were just made available from YouTube.
Once you configure your video player on YouTube it generates code to use for embedding in a post, but the generated code only displays a link to YouTube.
I was wondering if anyone else was seeing this. Can’t find help anywhere else.
Thanks-
Forum: Plugins
In reply to: Give Posts an Expiration DateOpps, just noticed it is for version 2.3 🙁
Forum: Plugins
In reply to: Give Posts an Expiration DateWhat code in index.php does it replace? I’m using the AdClerum template and can’t get it to work.
Sounds great though.
Forum: Plugins
In reply to: Make posts expirebenek,
What does that have to do with expiring posts?