insanoff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Highlight WordPress Category when on a Single PostHere’s the solution: http://wordpress.pastebin.com/EH7mSmw5
Forum: Fixing WordPress
In reply to: Two-tier Horizontal Category menuMy website is in localhost. But i can share my code: http://wordpress.pastebin.com/8M5z9dT7
I want make my menu look like this one: http://www.longhollow.com/im_new
or this one: http://www.techradar.com/Forum: Fixing WordPress
In reply to: Mashable like MenuOr is there alternative ways to do that?
Forum: Fixing WordPress
In reply to: "current-cat" class on Mashable like menuOhhh well. I had to know this … Thanks a million!
Forum: Fixing WordPress
In reply to: Mashable like Two Tier Menu BarThe problem is that when there is no subcategory, “No categories” is displayed. So to hide this paste the following code in your functions.php file in your theme.
http://wordpress.pastebin.com/HmA338JqForum: Fixing WordPress
In reply to: Mashable like Two Tier Menu BarForum: Fixing WordPress
In reply to: Mashable like Two Tier Menu BarForum: Fixing WordPress
In reply to: Mashable like Two Tier Menu BarI tried adding
[Code moderated as per the Forum Rules. Please use the pastebin]
Sub-categories exist but
$childrenpage still says “No categories”… Have anyone any idea how to fix it?Forum: Fixing WordPress
In reply to: "menu_id" and "container" problem<ul id=”mother_navi”>
<li class=”page_item<?php if(is_home()){ ?> current_page_item<?php } ?>”>” title=”Home”>Home
<?php wp_list_pages(‘title_li=&depth=1’); ?>Forum: Fixing WordPress
In reply to: Don't show 404 when no posts existThanks a lot 🙂
Forum: Fixing WordPress
In reply to: Have comments, don't shows up.OMG! This was a big problem. I have reinstalled… Thanks.
Forum: Fixing WordPress
In reply to: Have comments, don't shows up.There is a post and post contains 5 comments. As we can see that it shows up “No Responses”… But other posts are ok.
Forum: Fixing WordPress
In reply to: Have comments, don't shows up.Only in this post…
Forum: Fixing WordPress
In reply to: Custom Multi-level CommentsWith
function mytheme_comment($comment, $args, $depth)?Forum: Fixing WordPress
In reply to: Custom Multi-level CommentsWithout
<?php comments_template(); ?>supports, but i want more customizable comment.php template.