Forums
(@insanoff)
13 years, 10 months ago
Here’s the solution: https://wordpress.pastebin.com/EH7mSmw5
My website is in localhost. But i can share my code: https://wordpress.pastebin.com/8M5z9dT7 I want make my menu look like this one: https://www.longhollow.com/im_new or this one: https://www.techradar.com/
Or is there alternative ways to do that?
Ohhh well. I had to know this … Thanks a million!
13 years, 11 months ago
The 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. https://wordpress.pastebin.com/HmA338Jq
https://wordpress.pastebin.com/s6AUHap1
https://wordpress.pastebin.com/ud1SCLLD
I tried adding
[Code moderated as per the Forum Rules. Please use the pastebin]
Sub-categories exist but $children page still says “No categories”… Have anyone any idea how to fix it?
$children
<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’); ?>
Thanks a lot ??
OMG! This was a big problem. I have reinstalled… Thanks.
There is a post and post contains 5 comments. As we can see that it shows up “No Responses”… But other posts are ok.
Only in this post…
With function mytheme_comment($comment, $args, $depth)?
function mytheme_comment($comment, $args, $depth)
Without <?php comments_template(); ?> supports, but i want more customizable comment.php template.
<?php comments_template(); ?>