The navigation tag has no wiki summary.
0
votes
0answers
28 views
Styling Navigation [closed]
I am having trouble styling my navigation specifically the sub nav. Does anybody know what I need to target to style the drop down menu? I would like for it to align left so that the borders match up ...
1
vote
1answer
144 views
Previous/next link to post in category, NOT tag?
On a single post page I have the following code after my loop:
<?php previous_post_link('« %link') ?> |
<?php next_post_link(' %link »') ?>
For some ...
1
vote
1answer
175 views
Breadcrumbs - Exclude Child Categories
I am using this code in my functions.php file to display breadcrumbs on my web site..
function the_breadcrumb() {
if (!is_home()) {
echo '<a href="';
...
0
votes
1answer
106 views
Listing all child-pages of a parent-page on the parent-page and each child-page?
I have a parent page called "About". This page has three child pages "Members", "Information", "Contact".
I want to list all the child-pages on all four pages, also the parent-page.
So right now I ...
0
votes
1answer
67 views
All of the “more results” and navigation links lead to a 404 error
This is really starting to look like something that will never get fixed!
I've tried EVERYTHING I found on the internet and it doesn't work.
The navigations on the pages (more results, 1,2,3 etc.) ...
0
votes
1answer
503 views
Next/Previous links doesn't work in the same category
I created a category and call it "Blog". Then I created some posts and assign "Blog" as category for the posts. So I'm trying to go to previous/next into the same category and doesn't work. Here is my ...
1
vote
1answer
126 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 ...
0
votes
2answers
542 views
Blending Foundation's Tabs with Wordpress Nav Menu & Display Active Tab
I am currently working with ZURB's Foundation Framework. It's a terrific framework and my project is coming along a lot nicer and quicker than it would have beforehand. Foundation comes with ...
1
vote
1answer
1k views
Using Zurb's Foundation Tabs as Wordpress Nav (Active Tab)
This is a question more geared towards those of you out there that have experience working with the popular SASS/JS Framework, Foundation by Zurb. I am trying to use it as my structural core to my new ...
0
votes
1answer
68 views
Second tier sidebar navigation
I'm trying to create a second level navigation in WordPress. I've found lots of examples, but none of them seem to do exactly what I want. This code below has me almost there, but I want an active ...
-1
votes
1answer
107 views
All navigation fails and leads me to homepage
I installed a plug-in and then uninstalled and deleted it (wp e-commerce).
Now all links lead me back to homepage. When I click on a post heading I go to homepage.
I do not have caching.
I tried ...
1
vote
0answers
88 views
Loosing Nav Active State in Menu
In the following section:
http://www.zimmernutrition.com.php53-23.ord1-1.websitetestlink.com/learning-center/
In the sidebar, if you click "Health Articles" and click one of the categories, the ...
-1
votes
1answer
299 views
posts_nav_link() not working on index.php
I have a problem with the posts_nav_link() function on index.php. It works but it's not displaying the older posts. When someone clicks on the "next page" link the same posts from the fist page are ...
0
votes
2answers
211 views
Sliding pages + wordpress [closed]
do you have any idea how to achieve such effect with wordpress?
http://www.papajastudio.pl/
http://soulwire.co.uk/
I mean the navigation. i want to have simple cms to edit website content + such ...
0
votes
1answer
234 views
Changing from primary to a custom menu changes my CSS navigation layout
I am needing help figuring out my main navigation bar. I had created it with the default navigation hook but now want the ability to hide pages so they do not show up on the main navigation. However ...
1
vote
0answers
247 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
1answer
108 views
Menus like a CMS
Here is an example structure of some content:
Parent A
-- Child A
-- Child B
Parent B
-- Child C
-- Child D
Parent A should link to the content of Child A and Parent B should link to the content of ...
1
vote
0answers
80 views
Twenty Eleven theme- have custom landing page, change nav “home” link
Live site.
I have a custom landing page on the Twenty Eleven theme.
Currently, the "Home" nav link is set to the landing page, but I would like to change it to go to /home when clicked on. How do I ...
1
vote
2answers
1k views
Search box as a menu item in the nav menu output by wp_nav_menu?
I am using the Twenty Twelve theme, and the following is the code it uses to register and display the menu.
In functions.php:
function twentytwelve_setup() {
...
// This theme uses ...
0
votes
1answer
461 views
Remove the <ul> Tag from wp_nav_menu in Wordpress 3.4.1
my problem is the following:
I want to remove the tags from the wp_nav_menu. I already found different posts about it here but they don´t seem to work for me. Here is what I did:
First I ...
0
votes
2answers
74 views
How to get wordpress navigation to work
I have been using this code to display my wordpress navigation and it worked;
<ul id="menu">
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
</ul>
However,i want ...
0
votes
1answer
245 views
add a menu item to navigation menu to link to external url
I followed this tutorial to add a menu item to navigation menu to link to external site:
http://www.natenewz.com/2009/10/07/hardlink-wordpress-navigation/
I copied the snippet of code to my theme's ...
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 ...
0
votes
2answers
118 views
How to make navigation a <select> list without a plugin? [duplicate]
Possible Duplicate:
Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation?
I have tried several solution for this, but none of them worked.
I managed to make the nav list into ...
0
votes
1answer
73 views
Nav Menu Display
Hi I'm wanting to create a custom navigation menu that will require creating 2 div containers to hold the SUB-MENU set. In other words I want to do this:
<div id="access">
<div ...
0
votes
1answer
453 views
Add span in top menu item with nested itens
I found examples adding a class to top level itens, so we can display an arrow in menu itens with subitens, but is seems terrible to cope with the already builtin WordPress classes, can't display the ...
0
votes
1answer
254 views
Custom nav menu not showing
I want to make a custom menu that will be a select-box,
I registered a custom menu:
add_action( 'init', 'register_my_menu' );
function register_my_menu() {
register_nav_menu( 'primary', ...
0
votes
2answers
2k views
After update to WP 3.4 page navigation is not working? [closed]
After I have updated my website to wordpress 3.4 the navigation pages work until page 10, and on categories the pages are not working even after page 2-3.... I don't understand why ?
here you can see ...
0
votes
1answer
775 views
Issue with front page navigation after upgrading to 3.4
I upgraded to WordPress 3.4 and am having an issues with showing a different amount of post on the first page versus the rest. The first page is still showing 5 posts but when I go to /page/2/ I'm ...
2
votes
2answers
182 views
Automatically add a page to menu
I write a lot of content on a daily basis, and I have a lot of menus, submenus etc. I don't want to use the menu gui each time I create a new page/article.
Is there any plugin or way of automatically ...
0
votes
1answer
33 views
Ordering Pages and Increasing Navigation
Is there a way of ordering my pages on my WordPress site so they appear in the navigation bar of the order i choose?
ALSO:
When i have too many wordpress pages for the navigation, it hides some pages. ...
0
votes
1answer
145 views
How can I hide the TOP Navigation menu if users are not logged in [duplicate]
Possible Duplicate:
different menus with is_user_logged_in in more detail
how can i hide my top navigation menu to users who are not logged in?
here is the url to the site, its on a ...
1
vote
5answers
838 views
Prev/Next child navigation for current page?
How can I get a Previous / Next navigation that only navigates the child pages of the current page?
By that i mean url.com/page/child1, url.com/page/child2 and so on..
I've been searching around ...
0
votes
2answers
181 views
Exlude pages from wp_list_pages
in a blow I'm working on there is a navigation menu made of pages and subpages. I didn't code it, so I'm not completely sure how it works, but after reading some code it seems that the menu is ...
0
votes
1answer
73 views
Typing local Wordpress URL works, but clicking the same link does not
Wordpress is installed locally on WAMP (win 7 x64) and the front page of my site loads fine when I type http://lc.loc. However when I click the link to this URL on the loaded page, I am taken to a DNS ...
0
votes
1answer
181 views
How do I display a greyed out next_post_link when there is no next post
Wordpress hides the next and previous post links if there are none, but for the sake of visual consistency I'd like to serve up a greyed out version of the link when there is no next or previous post.
...
0
votes
1answer
67 views
Navigation menu displays permalinks
I am creating a theme from scratch and the navigation menu is disturbing
me because it is displaying the permalinks after the menu item name. See this
picture
http://imagebin.org/212406
Link name ...
0
votes
1answer
194 views
Links do not open from click, only in new tab [closed]
I'm fairly new to Wordpress, but I'm encountering a strange issue. I have a menu set up, and I've put links to some of my pages inside of it. But, when I try to click on any of the menu items, nothing ...
0
votes
2answers
263 views
Nav Menu – Add class based on meta keys
I'm trying to find a way that changes the classes of the different nav menu items, based on the value of a meta key in the page.
The menu currently looks like this:
<li ...
4
votes
1answer
539 views
use navigation path from menu for permalink
I now switched to permalinks and defined my own structure
/%postname%. If I click on a menu item it takes the path from the parent page (hierarchy defined directly when editing a page). I want that ...
2
votes
1answer
2k views
show current navigation path from menu
I want something like this
Home > Products > Steel > Nails
This information should come from the menu structure! I installed Breadcrumb NavXT but it seems that it only takes the path I defined (this ...
0
votes
1answer
79 views
Displaying wp menus by name without using theme locations
I used wp menus in the past but always registering a location and then using:
<?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?>
To display a menu on that location on my ...
2
votes
0answers
55 views
Exclude Post Format from next_post and prev_post
Is there a way to exclude a specific Post Format from next_post and prev_post? I want my asides to show up in the regular list of posts on the main blog page, but when a user is navigating through ...
0
votes
1answer
61 views
.sub-menu or .children?
I'm developing a theme using a test installation (using InstantWP), but when I upload it to a staging site, for some reason the nav menu looks inflated. After looking at the source, it turned out to ...
0
votes
3answers
228 views
reverse next/prev page order
I think the way wordpress display previous and next posts is basically non sense, with next posts on the left side, and older posts on the right side.
I am using the code
<?php posts_nav_link() ...
0
votes
1answer
258 views
Rollover image links with my wordpress theme [closed]
I haven't really ever done a background navigation rollover, I usually just change the colour of the text once it's been rolled over. However I'm try to do this now but can't seem to get it right.
...
1
vote
1answer
86 views
Get only the path from a function like previous_post_link
I want to use something like previous_post_link('%link','',TRUE ) and put the path into a javascript variable.
So using something like
var previous = "<?php previous_post_link( '%link','',TRUE ...
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
903 views
Menu with parents, children and or siblings pages display
At http://tinyurl.com/7f2t7mw you see the parent menu selected in the horizontal navbar. That I have already working. I need a sidebar like they do with the same parent indicated plus children when ...
0
votes
1answer
109 views
WordPress navigation only shows post of page one, even if on page two
Got a little problem hopefully I can get some help. I noticed that after I added a "sort post by" code to my index my navigation broke. If you click on page two you still get the contents of page one. ...