Brutal
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: JetPack] 'Undefined index' Stats Error on public pagesSame problem here..
Forum: Plugins
In reply to: [Markdown QuickTags] [Plugin: Markdown QuickTags] Glitch when installingSame here.
Forum: Fixing WordPress
In reply to: how to hide category listing in postHmm.. Can’t get that last one working either..
if ($category->cat_name != 'uncategorized' || $category->cat_name != 'featured') {This hides “uncategorized” just fine, but “featured” still shows up.
Forum: Fixing WordPress
In reply to: Captioning Doesn’t WorkYep. The SmartyPants function in wp-typogrify makes the captions disappear.
There are plugins for this. I recommend Maintenance Mode
Forum: Themes and Templates
In reply to: Placing comments form in sidebarBump!
I’d like to place my comments form in the sidebar too, but I’m not sure how to do it. Can anyone help?Forum: Themes and Templates
In reply to: Request: Blank WordPress Ajax ThemeA v2 sounds awesome, miklb!
Forum: Everything else WordPress
In reply to: Help with XML-parsingyes this is for my blog, and I’m not sure exactly where it will be displayed – but probably in the sidebar.
Forum: Everything else WordPress
In reply to: Help with XML-parsingI want to parse out the artist and track-tags so I can make a list:
e.g:This Weeks Top Tracks:
1. Danger Doom – Sofa King
2. Danger Doom – The Mask
3. Whatever – WhateverI tried checking out Domit (http://www.engageinteractive.com/domit), but it seemed like overkill for this task.