michaelmcguk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List all categoriesThanks moshu. I looked at the ‘theme’ I hadn’t modified.
Apologies for the dipsticki-ness of my post ??
Forum: Fixing WordPress
In reply to: List all categoriesDamn, I’m good ??
<?php wp_list_categories(‘title_li’); ?>
Forum: Fixing WordPress
In reply to: Style posts in two categories differently?Cool, I’m off to try it out.
Forum: Fixing WordPress
In reply to: Customise my search results…Heh, brilliant.
I literally found it in the ‘Most Popular Plug-ins’ 5 minutes after posting here.
It worked the charm ??
Cheers!
Forum: Fixing WordPress
In reply to: Style ‘WP Contact Form’ ?Brilliant!
Many thanks, I figured it out before, but that CSS disabling option is magic ??
Cheers
Forum: Fixing WordPress
In reply to: Paged CommentsAnyone?
Forum: Fixing WordPress
In reply to: Paged CommentsAnyone?
Forum: Fixing WordPress
In reply to: Paged Comments*bump*
Can anyone help with this?
Thank you.
Forum: Fixing WordPress
In reply to: Paginate CommentsThanks.
Can anyone else make suggestions?
I basically want to paginate replies to a post. This must be fairly easy?
Please help, I’d be over the moon if I found a fix for it.
Forum: Fixing WordPress
In reply to: Paginate CommentsCrikey, that’s a beast of a thread.
Is there anything in particular I should look at.
I just wish to paginate my Post replies, in this case, Guestbook entries.
Thanks for your help.
Forum: Fixing WordPress
In reply to: IF Statement problem…Brilliant, worked a treat. I REALLY should know that one.
Forum: Fixing WordPress
In reply to: IF Statement problem…Hi,
Just something like:
<link rel="stylesheet" href="<?php echo $zenCSS ?>" type="text/css" /> <script type="text/javascript" src="<?php echo FULLWEBPATH . "/" . ZENFOLDER ?>/plugins/rating/rating.js"></script> <link rel="stylesheet" href="<?php echo FULLWEBPATH . "/" . ZENFOLDER ?>/plugins/rating/rating.css" type="text/css" /> <link rel="stylesheet" href="<?php echo FULLWEBPATH . "/" . ZENFOLDER ?>/js/thickbox.css" type="text/css" /> <script src="<?php echo FULLWEBPATH . "/" . ZENFOLDER ?>/js/jquery.js" type="text/javascript"></script> <script src="<?php echo FULLWEBPATH . "/" . ZENFOLDER ?>/js/thickbox.js" type="text/javascript"></script> <script type="text/javascript"> function toggleComments() { var commentDiv = document.getElementById("comments"); if (commentDiv.style.display == "block") { commentDiv.style.display = "none"; } else { commentDiv.style.display = "block"; } } </script> <?php printRSSHeaderLink('Gallery','Gallery RSS'); ?> <?php zenJavascript(); ?>
Forum: Fixing WordPress
In reply to: Add link next to the top links…It’s cool.
Went into my ‘menu-header’ file and fixed it ??Forum: Fixing WordPress
In reply to: Google Site Map Generator generating nada :(I pay myself a cool fee ??
Forum: Fixing WordPress
In reply to: Google Site Map Generator generating nada :(Hi,
Thanks for checking out the site.Hehe yeh, I’m in the midst of moving my portfolio site into a WP version, and it’s almost there.
It’s just a really odd problem that even following the instructions, it still doesn’t work out.
I’ll keep on working on it.