sergeylive
Forum Replies Created
-
Perfect. Works like a swiss watch.
Good day. Thanks for reply.
I have prepared an Excel spreadsheet for you.
https://docs.google.com/spreadsheets/d/17dSfl1_MfNx8Kz_ylPj2srssruFJp60uPHdCo4MpBnY/edit#gid=0
Good day! Thanks for the help. So we will do.
Excuse me. It’s work fine. But. This script imports a list of categories in general. At the same time, he does not build hierarchies, as we expect. Poorly. Because parents categories we know.
So, something like
For men -> Bags
-> backpackes
-> cluthes
p.s. You need to remember to add a title. Otherwise, the import does not work.

Good day all! I have a problem.
I use wp_nav_menu( array( ‘container’ => ‘table’,
‘container_class’>’table_menu’,
‘menu_class’ => ‘menu’, ‘menu_id’ => ‘topnav’, ‘depth’ => 0, ‘theme_location’ => ‘mainmenu’,
‘walker’ => new description_walker()));And i can’t insert Contact to it menu.
my walker it:
add_filter(‘wp_page_menu’, array($smcf, “page_menu_list”));
add_filter(‘wp_list_pages’, array($smcf, “page_menu_list”));and adding add_filter(‘wp_nav_menu_items’, array($smcf, “page_menu_list”)); doesn’t work. Please help.
