How i can add custom text to menu? I want such structure in output: <ul> <li>home</li> <li>services <ul> <p>services</p> <li><a href="#">service1</a></li> <li><a href="#">service2</a></li> <li><a href="#">service3</a> <ul> <p>service3<p> <li><a href="#">service...
I’m a beginner at WordPress, so I would appreciate it if any of you could nudge me in the right way. Anyway, what irks me is how wp_list_categories (and...
Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support...
I currently have a code where, in my category.php, it checks if the specific category has subcategories, and if it does, show them using wp_list_categories. I’d love to have...
I have a custom function for my nav walker menu that adds custom php/html to it, which can be seen below. It renders a twitter bootstrap dropdown menu that...
I have a custom walker set up designed to add content into the nav menu. The problem being that it is not pulling the content. The post object returned...
Im trying to add some html to the nav_menu. Basically I need a button tag inserted after the opening li tag if there are children in the menu. I...
What I’m trying to achieve: A menu with one level of sub-menus: PAGE 1<br> --- Page 1 sub-page 1<br> --- Page 1 sub-page 2<br> PAGE 2<br> --- Page 2...
I have a custom template for to show my comments. For some reason, there are not nested while looking in the back-end of WordPress, I see that some comments...
I’m creating a custom walker menu where I’m adding custom fields to the menu items, but I would like the fields to be specific to menu locations. I can...