moldarin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Disable WordPress’s 404 errorThat did not help.
Forum: Plugins
In reply to: Help with <title>OK; how do I get the current category only? Without the list-thing…
Forum: Plugins
In reply to: Help with <title>This is how far I have gotten this far. But I still do not understand how I can get hold of the post name, category name, etc…
<?php if ( is_category() ) : ?><?php bloginfo(‘name’); ?> Category name<?php endif; ?>
<?php if ( is_year() ) : ?>Year in <?php bloginfo(‘name’); ?> Category name<?php endif; ?>
<?php if ( is_month() ) : ?>Year-month in <?php bloginfo(‘name’); ?> Category name<?php endif; ?>
<?php if ( is_single() ) : ?>Post name at <?php bloginfo(‘name’); ?> Category name<?php endif; ?>Forum: Plugins
In reply to: Help with <title>?? Because I cannot figure out how to do it properly? That is why I asked for help in the first place…
Forum: Plugins
In reply to: Help with <title>Well, as I am still unable to modify my headers as I want: not much.
<title><?php bloginfo(‘name’); ?><?php if ( is_category() ) : ?> TEST<?php endif; ?><?php if ( in_category() ) : ?> TEST<?php endif; ?> <?php if ( is_single() ) : ?> Post name<?php endif; ?></title>
But this does not work very well. :/
Forum: Plugins
In reply to: Help with <title>I did search, but I did not find anything that did what I wanted.
Forum: Everything else WordPress
In reply to: Cannot use ?Date and name based? as PermalinkIt got fixed when I deleted the WordPress test message.
Forum: Fixing WordPress
In reply to: Millions of connections to the MySQL database from WordPress!Here’s the best I can do:
https://img206.imageshack.us/my.php?image=bonaveo4qd.jpg
The list contineues for several pages…
It was enough data to almost crash my host; Made2Own. I used almost all their capacity just with this data…
Forum: Fixing WordPress
In reply to: Millions of connections to the MySQL database from WordPress!Oh, I saw the accesslist and there where actually millions. But I didn’t store the list… I’ll ask them to resend it. Post it when I get it.
Forum: Alpha/Beta/RC
In reply to: 2.0 not generating permalinksHere’s my settings. Non of them works after installing WordPress 2.0. Can’t I use these on WordPress 2.0?
How can I get them to work again?