Darren
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make wp_dropdown_pages default to current pageWorks great, thank you!
Forum: Fixing WordPress
In reply to: How do I incorporate the_author_email in get_avatarDoh, I’d been trying it with single-quotes — thanks Otto.
Forum: Fixing WordPress
In reply to: Unique monthly archive pages?Aha, creating a “date.php” page did the trick – thank you!
Forum: Plugins
In reply to: Custom category templateAh, so I could use ‘category.php’ and the hierarchy would understand to use it. Good to know, thanks!
Forum: Plugins
In reply to: Two distinct single-post templates?For anyone interested, go here:
http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/
And scroll down to “Unique Single template”
Forum: Plugins
In reply to: Category-specific sidebarBrilliant, Kafkaesqui, thank you! I will test that code tonight.
Forum: Plugins
In reply to: Two distinct single-post templates?Thanks – I’d checked it out, but was hoping to incorporate a bit of PHP that wouldn’t require a plugin. Any ideas?
Forum: Your WordPress
In reply to: Magazine-style layout, using WP as a CMSThanks guys. I’ve actually updated the theme to use custom fields now. If anyone’s curious, give it a whirl. The theme also validates now.
Forum: Your WordPress
In reply to: Theme site down?It keeps telling you to ‘create a user’ but then cycles you right back.
Forum: Fixing WordPress
In reply to: omitting the p tag from the_excerptThanks whooami! I have another validation question in another thread too if you’ve got any clues.
Forum: Fixing WordPress
In reply to: Set character limit in the query_posts function?I’ve actually got that plugin. I’ve turned it on and off, but no dice.
Forum: Fixing WordPress
In reply to: Set character limit in the query_posts function?Unfortunately, the excerpt bit occurs within a
<span>. Putting a block element (p) inside the span breaks validation regardless of the padding or margins. Any way to hack into the WP core files and delete the paragraph tag altogether?Forum: Fixing WordPress
In reply to: Set character limit in the query_posts function?Excellent! Thanks for the suggestion. I’m pulling in the excerpt, but WP is automatically wrapping it in a paragraph tag. Any way around this?
Forum: Fixing WordPress
In reply to: Set character limit in the query_posts function?How do I set the parameter for number of characters?
Forum: Fixing WordPress
In reply to: WYSIWYG ignoring or reinterpreting HTMLThe wpautop plugin seems to be working in conjunction with this fix. But — when I manually insert paragraph tags, WP/tinyMCE strips them. Aarrgh.