hleV
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Hacks
In reply to: A Better wp_link_pages()?Got it to work by using
paginate_links()in single post/page with these parameters:global $page, $numpages; echo paginate_links(array ( 'base' => esc_url(get_permalink() . '%#%'), 'current' => max(1, $page), 'total' => $numpages ));Forum: Fixing WordPress
In reply to: User Menu: Widget With Extending Sub-ItemsBump.
Forum: Fixing WordPress
In reply to: User Menu: Widget With Extending Sub-ItemsOh, it seems the so called “User Menu” is wrongly translated into Lithuanian language. Its English name is Navigation Menu – the custom menu I’m trying to use as a widget with folding sub-items.
Help. 😐
Forum: Fixing WordPress
In reply to: User Menu: Widget With Extending Sub-ItemsOkay. I found this Fold Page Menus Widget: http://pastebin.com/YWjPn3nF. It’s designed exactly how I want it, but it shows pages instead of my chosen User Menu.
Forum: Fixing WordPress
In reply to: User Menu: Widget With Extending Sub-ItemsWell, it seems it’s designed that way (it’s like that in Twenty Ten too). I’m using LightWord and it has extending Top menu, but it’s not like that on a side panel widget.
This is what I need: http://wordpress.org/extend/ (you press “Plugins” on the left, then more options appear).
Forum: Plugins
In reply to: MENU: Hidden/Displayed ItemsBump.
Viewing 6 replies - 1 through 6 (of 6 total)