iand
Forum Replies Created
-
Forum: Plugins
In reply to: Display category description?You could use this template tag. You most probably need to use category.php or I guess you could could put it inside conditional tags in index.php if you don’t have category.php.
Forum: Plugins
In reply to: question about exhibitWhy not download version 1.1d and lift the css from there. As far as I know the only change in the asy version was 1.5 compatibilty, so the css should work fine.
Forum: Plugins
In reply to: Comment NumbersFirst off I would guess you need to change it to
<?php comments_number('%','%','%'); ?>so that it just displays the number, and then place it after the title tag. I.e. put it wherever you want the number to show up.Forum: Fixing WordPress
In reply to: WordPress and Database WoesDid you run upgrade.php?
Forum: Plugins
In reply to: Comment NumbersForum: Fixing WordPress
In reply to: podcast? How to podcasting from my blog in WPI guess you need to submit it? Try here for iPodder.org.
Forum: Your WordPress
In reply to: my blog/photoblog and pic alignmentLots of good instructions on this subject here.
Forum: Plugins
In reply to: Problem With GravatarThis thread covers placing the code for the gravatar:
http://wordpress.org/support/topic.php?id=25341Forum: Installing WordPress
In reply to: Logging inSee http://codex.wordpress.org/Answers-Trouble_Shooting – Headers already sent.
most likely some spaces at the end of you config fileForum: Fixing WordPress
In reply to: Can I add a “new post” link on public site when logged in?I just threw it between
<li></li>tags in one of my sidebar lists. It was there when I was logged in, so I logged out and it all disapeared.Forum: Fixing WordPress
In reply to: Can I add a “new post” link on public site when logged in?Maybe a reworking of the ‘Logged in as’ section of comments.php?
<?php if ( $user_ID ) : ?>
<a href="<?php echo get_option("siteurl"); ?>/wp-admin/post.php">Post new article.</a> <a href="<?php echo get_option("siteurl"); ?>/wp-login.php?action=logout" title="<?php _e("Log out of this account") ?>">Logout »</a>
<?php endif; ?>Seems to work?.. I also left the ‘logout’ option, thought it might be useful.
Forum: Installing WordPress
In reply to: Installation ErrorMaybe time for Podzs’ tutorial? – I am getting out of my depth now..
http://www.tamba2.org.uk/wordpress/ check the installation section (top left) for your flavour of control panel.Forum: Installing WordPress
In reply to: Installation ErrorCheck your uploaded files – is wp-l1on.php in the wp-includes folder? May as well check all the files were uploaded correctly too.
Forum: Plugins
In reply to: What plugin is this?I think it is just the number of comments posted, moved to the end of the title, and styled with CSS.
That’s the what, the how will have to be answered by someone who knows more than I.Forum: Fixing WordPress
In reply to: PAGE can’t be commented on….You need to put it in your page.php file. Have a look at your index.php for for where abouts to place it.
Gah! beaten to it again – I may as well go home now I think 🙂