Tagged Questions
0
votes
1answer
61 views
Sticky menu for WP custom menubars
This seems simple, except that I am not able to figure it out.
In a wordpress theme, how can I make a custom menubar below the header image stick at the top after scrolling down the page?
Example ...
0
votes
0answers
23 views
Outputting Page Content in Two Places
I am working on a site for a client that is going to be structured very similarly to a store (though without the e-commerce capabilities). I am getting a bit hung up on how to output page content in ...
0
votes
2answers
207 views
Multiple menu items highlighted
I am using WordPress as the CMS for my website. For my navigation menu, I am using WordPress' inbuilt navigation menu function. You add categories, page, etc, to this and it generates a list with ...
2
votes
1answer
135 views
Two Navigation Menus - secondary nav is including main nav
Two Navigation Menus in Themes Produce the same menus?
reference the subject on page link above. i created two navs, yet the secondary nav includes all pages. the main nav is fine, but the secondary ...
1
vote
0answers
252 views
Help with walker for nav
For some reason, this walker won't work when I pass in 'echo ' => 0, it always prints the nav, and never returns the nav as a var. I can't seem to figure out where it's by passing that in ...
1
vote
2answers
98 views
Using my WordPress menu on another platform
I have a WordPress site and am adding a Shopify-hosted e-commerce section which will be hosted on their servers and accessible via a subdomain. Is there any way to mirror the WordPress Navigation for ...
2
votes
3answers
165 views
Can this navigation be done easily in WordPress?
Can anyone please let me know if a dual navigation style is easily achievable or not possible.
A WordPress developer I'm in touch with is telling me it's not.
Basically, we would like the navigation ...
0
votes
1answer
75 views
How would I make a function to dynamically determine if user is logged to change navigation menu text?
I would like to create a function to determine if a user is logged in or logged out. If the user is logged in I would like the navigation menu text to say "My Account" (this is what it currently ...
0
votes
1answer
547 views
Most wp_nav_menu parameters ignored
I'm trying to get a text-based navigation menu for the footer of my site. I'm using the wp_nav_menu() parameters as directed by Codex. He're a snippet of code (in footer.php):
<div id="footer">
...
0
votes
1answer
241 views
How to retain visual breadcrumbs w/ tricky URL structure? Custom post template?
I'm building a review site with lots of different categories.
Here's what the site strucure is shaping up to be:
backtoschool.com
backtoschool.com/reviews/
backtoschool.com/reviews/calculators
...