kountz
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter Tools — Changing “What I’m Doing” titleLike wise, anyone got any ideas on how to change this. It’s seriously annoying!!
Forum: Fixing WordPress
In reply to: Remove text ‘Recent Comments’ from sidebar??I noticed that as well. Here’s a list of the installed plugins on the site:
All in One SEO Pack
getImage
Lightbox 2
Simple Tags
Viper’s Video Quicktags
WordPress.com Statsp.s. Firebug is ace! i just downloaded it after you mentioned it. Thanks.
Forum: Fixing WordPress
In reply to: Remove text ‘Recent Comments’ from sidebar??It’s not a widget, if only π
Here’s a link to my site: link
Forum: Fixing WordPress
In reply to: Read more… not displaying??Nope that didn’t work π
Anyone else??
Forum: Fixing WordPress
In reply to: Read more… not displaying??shameless bump…no one!?!?!?
Forum: Fixing WordPress
In reply to: Read more… not displaying??Bump, can anyone help me with the displaying of ‘Read more…’?
Any help is greatly appreciated.
Forum: Fixing WordPress
In reply to: Limiting to one image from postI found this when i was trawling through smashmagazine [thanks MichealH]:
http://wordpress.org/extend/plugins/get-image/
It doesn’t get the first image, which is a shame but it does get the last. I can live with that.
Thanks for pointing me in the right direction.
Forum: Plugins
In reply to: Get all posts with a certain tag?Thanks,
I ended up using:
query_posts(“category_name=Blog”);
in index.php which worked a treat.
Forum: Fixing WordPress
In reply to: Show only first attached image from postThank MichaelH,
I found this when i was trawling through smashmagazine:
http://wordpress.org/extend/plugins/get-image/
It doesn’t get the first image, which is a shame but it does get the last. I can live with that.
Thanks for pointing me in the right direction.
Forum: Plugins
In reply to: Get all posts with a certain tag?Thanks MichaelH,
Would that not just provide me with a list of post links rather than a set of actual posts?
i’m looking to replace this: the_content();
with something along the lines of this in the loop:
<?php if(has_tag(‘Work’) {
the_content();
} ?>Forum: Fixing WordPress
In reply to: Default thumbnail extension changed.How did you get it to work??
How do you find the first image $attachment_post_id from the $post->ID?
So that i get the first image attachment from a post.I’m so close i can feel it! π
Forum: Installing WordPress
In reply to: Error establishing a database connection on OS X 10.5Thanks jonokane!!!
I’ve just installed MySQL and wordpress using Xampp and had a similar problem with it. Changing the name of localhost to Localhost fixed it. Using Xampp works great – seconds to set up and if you correct the config.inc.php wp-config.php as above it should just take you about 5 mins to get a working local wordpress. π