iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use Gravatar?!Try near
<$BlogCommentAuthor$>which is where the name of the commenter is displayed.Forum: Fixing WordPress
In reply to: adding to sidebarExtract from my sidebar:
<div class="content">
<?php _e('Daily:'); ?>
<ul>
<?php wp_get_linksbyname('Daily'); ?>
</ul>
I would guess that your second suggestion should work.Forum: Fixing WordPress
In reply to: adding to sidebarTry using wp_get_links instead. Alternatively, I use wp_get_linksbyname(‘category name’) and call each cat separately.
Forum: Your WordPress
In reply to: ne9enThanks. Which versions? – My nice titles look fine in FF and Safari on my Mac.
Forum: Requests and Feedback
In reply to: Request : Antispam comment pluginSee http://www.tamba2.org.uk/wordpress/spam/ > ‘captcha’
Forum: Plugins
In reply to: itunes blogger script for os x and wp-itunes.phpI suggest kung-tunes from here:
http://www.versiontracker.com/dyn/moreinfo/macosx/14694
and the tutorial for implementation is here:
http://android8.users.whitehat.dk/wordpress/index.php?p=284Forum: Fixing WordPress
In reply to: Getting back to main page?From memory it has to go below the date call.
Forum: Fixing WordPress
In reply to: Manage | Comments questionAn alternative quick and dirty fix:
About 2/3 of the way down this page http://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-admin/edit-comments.php?rev=1.44&view=markup is the code for making the button appear, it starts with<"form action="" method="get">and ends</form>I pasted the 6 lines into my edit-comments.php. Works for me 🙂Forum: Requests and Feedback
In reply to: Give us back our breaks!Thats what I can up with after I posted. It throws up the following errors above the admin panel:
Warning: Invalid argument supplied for foreach() in /home/thewayt/public_html/blog/wp-includes/template-functions-category.php on line 400
(and line 404), and:
Warning: Cannot modify header information – headers already sent by (output started at /home/thewayt/public_html/blog/wp-includes/template-functions-category.php:400) in /home/thewayt/public_html/blog/wp-admin/admin.php on line 6
(and lines 7, 8 and 9).
Forum: Requests and Feedback
In reply to: Give us back our breaks!MtDewVirus – that plugin in almost what I am after to solve a problem I have. How would I modify it to work only on a single category? (I tried but could only get errors).
Forum: Fixing WordPress
In reply to: Track Backs!“Now my trackbacks often don’t show up on the sights I’m trackbacking too”.
Does this mean they do sometimes appear? If they do, I would guess it’s something do to with your target sites.Forum: Themes and Templates
In reply to: Design and Implementation helpI agree with Lorelle – dive in, read the guides, have a go, make backups of everything and if you get stuck, just ask. Try it – you might like it 🙂
Forum: Plugins
In reply to: Exhibit ProblemsYou might have to make a small change to one of the files. See http://wordpress.org/support/topic.php?id=8501#post-124322
Forum: Plugins
In reply to: Anyone try Photon with 1.5 yet?My xmlrpc file works ok, I’ve reinstalled Photon and tried IDs from 0 upwards. Still no dice.
Forum: Plugins
In reply to: Jay Allen’s Blacklist-based pluginsHave just checked http://sm.farook.org/WPBlacklist.htm there is a download for WP1.5 there.