kelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having trouble with permalinksThat did the trick. Thank you so much!
Forum: Plugins
In reply to: Popularity Contest Plugin – I need a more in-depth template tagAny ideas?
Forum: Plugins
In reply to: Popularity Contest Plugin – I need a more in-depth template tagForum: Plugins
In reply to: Pasting Common Variable in WordPress PostsAny ideas?
Forum: Fixing WordPress
In reply to: My WordPress fails to load anymoreOh yeah, when it does ask me to upgrade the database, here’s what comes up a lot:
WordPress database error: [MySQL server has gone away]Forum: Plugins
In reply to: Alinks Plugin?Well, the website is back up, and it seems like there is no support for the latest WordPress edition. Is there an alternative to Alinks plugin?
Forum: Fixing WordPress
In reply to: Upgraded WordPress, experiencing problemsBump.
Forum: Fixing WordPress
In reply to: The auto-generated post slug gives out an ugly URLYeah, I changed it. I’ll just not copy and paste directly from Word anymore. Thanks.
Forum: Fixing WordPress
In reply to: The auto-generated post slug gives out an ugly URLYes, I did.
Forum: Fixing WordPress
In reply to: Where the heck did my categories, tags, and blogroll go?Bump.
Forum: Fixing WordPress
In reply to: How come there is only one post on the front page?Bump.
Forum: Plugins
In reply to: Display newest posts from each category on the sidebarI tried looking at that plugin by Dagon Design, but it’s not suiting what I need to do. I have three categories that I want to display the latest 5 posts from seperately.
Forum: Themes and Templates
In reply to: When displaying the category of a post, how would I…I’m having some troubles with this. Here’s the code I’m using:
‘
<div class=”post-date”><?php the_time(‘F jS, Y’) ?> in <?php echo(get_category_parents($cat, TRUE, ‘ » ‘)); ?></div>
‘Here’s what displays in the source code:
‘
<div class=”post-date”>January 31st, 2007 in » </div>
‘It basically just comes up with a >>, and that’s all. Did I input the code wrong?
Forum: Themes and Templates
In reply to: When displaying the category of a post, how would I…Thanks very much!
Forum: Themes and Templates
In reply to: Indent Before TitleThe way I have my title, it will display the subject first and then my site title. But if it is on the homepage it will display the site title and then a description of the site.
Normal Page:
Contact – Website Name
Front Page:
Website Name – DescriptionThis doesn’t really matter much since the visitor can’t see it unless they look at the source, but it is really bugging me.
I checked the options and they are fine.