spiritbased
Forum Replies Created
-
Forum: Plugins
In reply to: Timthumb hack – control over cropping position [timthumb]Hey
Is this WordPress 3.0 compatible?
Forum: Fixing WordPress
In reply to: No prev or next links on main pageDid you ever get anywhere with this?
Forum: Plugins
In reply to: Latest post on static pageMichael, your code above is different from the normal loop for a ‘single.php’ page. How would I code so that the post shown on the page is the same as a regular post?
EDIT Got it working, but
previous_post_linkandnext_post_linkdon’t appear, I guess because they aren’t in The Loop?Forum: Themes and Templates
In reply to: Way to make home autoload the latest post?Does this work for anyone? It doesn’t for me. I want to show the actual post, i.e. the ‘single.php’ as the homepage.
Forum: Fixing WordPress
In reply to: Category exclusion works on archive but not singleOkay, used my noggin, searched the Codex and whaddya know:
Forum: Fixing WordPress
In reply to: FTP Connection InformationWhat would be the hostname if you’re developing locally?
Forum: Everything else WordPress
In reply to: How to create a styleheet for only a specific postYou could use the WP Post Styling plugin?
Forum: Fixing WordPress
In reply to: Remove sidebar from certain postsI realised I can do it with the WP Post Styling plugin, using the CSS property ‘visiblity: hidden’
Forum: Fixing WordPress
In reply to: WordPress 2.7 and Safari 4 BetaI can confirm creatov’s solution works. Nice!
Forum: Themes and Templates
In reply to: Navigation highlightWhaddya know, I figured it out…
<ul id="menuenu"> <?php wp_list_pages('depth=1&sort_column=menu_order&title_li='); ?> <li class="page_item <?php if (is_category('62')) { echo "current_page_item"; }?>"><a href="<?php bloginfo('url'); ?>/?cat=62">Portfolio</a></li> </ul>Forum: Themes and Templates
In reply to: Navigation highlightThis is cool, but I have a slight problem implementing it in my menu.
I have a custom menu with a link to a category template. The other two pages highlight fine when current, but not this category template. Any ideas? Code below.
<ul id="menuenu"> <?php wp_list_pages('depth=1&sort_column=menu_order&title_li='); ?> <li><a href="<?php bloginfo('url'); ?>/?cat=62">Portfolio</a></li> </ul>Forum: Fixing WordPress
In reply to: Youtube embed sizesBump, I’m desperate!
Forum: Installing WordPress
In reply to: WP, Leopard and MAMPGuys
I’m sorry but you may as well be talking Swahili to me. All I know is that when I install MAMP and try to set up WP, I type localhost:8888 into my browser and all I get is “error establishing database connection”
Anyone as noob as me having the same problem?
Forum: Installing WordPress
In reply to: WP, Leopard and MAMPPardon my ignorance but I don’t understand?!
Forum: Fixing WordPress
In reply to: PHP help required!Adam
Thanks man, your first suggestion has cracked it.
However…
I’m intrigued by your second. When you say “all you would need is”, could you tell me exactly which bit of my code I’d replace with yours?
I realise you didn’t have to help me in the first place, but I’d really appreciate you shedding some light on this for me!
Thanks very much
Gary (Spiritbased)