greg9885
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble Displaying a Parent CategoryAnyone have any ideas or anything that can point me in the right direction?
Forum: Fixing WordPress
In reply to: Trouble Displaying a Parent CategoryI found the code below, but it’s not quite what I need. Anybody have any other ideas?
<?php echo get_category_parents($cat, TRUE, ' » '); ?>Forum: Fixing WordPress
In reply to: Trouble Displaying a Parent CategoryI should mention I’m only trying to display the link to the category archive. This isn’t for a loop of posts.
Forum: Plugins
In reply to: (Plugin: Viper's Video Quicktags) iPhone Youtube PlayerHas this been fixed yet Alex? I’d really love to not open a new app for iPhone. Is there a possible workaround that you know that I can do myself maybe?
Forum: Themes and Templates
In reply to: How can I force child category templates to show?Anybody got any ideas on this?
Forum: Themes and Templates
In reply to: How can I force child category templates to show?Basically it’s a grand parent category. I still can’t figure out how to do this?
Forum: Themes and Templates
In reply to: How can I force child category templates to show?It seems as though this code only works with a category and its child. I need the child’s child. If that makes sense? Is there an easy way to do this?
Forum: Plugins
In reply to: Exclude a Category from the LoopI appreciate your help, I ended up rearranging categories. I couldn’t quite grasp my head around child themes.
Forum: Plugins
In reply to: Exclude a Category from the LoopThis still isn’t working? Anyone got any ideas?
Forum: Plugins
In reply to: Google Ad Sense WidgetsYea, I don’t see why using a blank text widget wouldn’t work. Just make sure it can display html.
Forum: Plugins
In reply to: Exclude a Category from the LoopHmm… ok I don’t think I can use
<?php if(!is_archive()) { query_posts('cat=-8'); } ?>either now. I just realized it’s messing up the pagination.Anyone know what type of loop I can use to only show one category for the category-photos.php template? Any suggestions to the code I posted in pastebin the second time?
Forum: Plugins
In reply to: Exclude a Category from the LoopIs there something different that I should be using besides
if(!is_category())??Forum: Plugins
In reply to: Exclude a Category from the LoopThat seems to fix some things, but the posts are still appearing on the category archive page (Photos is the category). I tried creating a category-photos.php file, but still no luck. I tried putting
<?php if(!is_category()) { query_posts('cat=-8'); } ?>Is that what I should be putting there? It’s not working, here’s the category-photos.php code: Pastebin
Forum: Plugins
In reply to: Exclude a Category from the LoopAhhh… I know it has something to do with
<?php query_posts('cat=-8'); ?>Any ideas?
Forum: Themes and Templates
In reply to: Style Author Comment and not it’s threadSo is there any other class I should be using?