stuckish
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Smart YouTube PRO] [Plugin: Smart YouTube] smart youtube v 3.7I have the same problem.
Forum: Fixing WordPress
In reply to: wp_nav_menu: List only 2nd level (separate submenu)?It is maybe not exactly the same problem but i solved this with jQuery. Just hide all sub-menus and then show the sub-menu if the parent happens to be .current_page_item.
$(".sub-menu").hide(); $(".current_page_item .sub-menu").show();Forum: Plugins
In reply to: Plugin Request, Amazon S3 URL GeneratorI took my crazy skills in PHP and did it myself.
So if anyone happens to run into the same problem as me .. check this post.
Forum: Plugins
In reply to: Stats not workingMy stats also stopped working today. I’m running 2.6 .. any ideas?
Forum: Plugins
In reply to: Exclude multiple categories from feed, possible bug?Whee .. i managed to get it to work now.
http://ohsohightech.se/index.php?feed=rss2&cat=-38,-37
But that is not what like 100 blog post is saying is it suppose to work.
Viewing 5 replies - 1 through 5 (of 5 total)