Creating custom menu links structure
-
Hi
im very new to WordPress so please be patient πIm currently making my own theme and im not really sure how to solve one of my problems.
I want to have rounded cornes for the background of current page using image files but i cant seem to find a good way to do it. Function wp_page_menu looks only useful if i want to add something around ALL links – not only current page. Is there a more flexible function?Another way would be to get links from database and format them to my desires. If i understand correctly i can use pull data from wp_posts table where post_type equals page and then use is_page function to check if im on a selected page.
I also tried to see how wp_page_menu gets its data but could find the code anywhere.Any suggestions? π
Thank you
The topic ‘Creating custom menu links structure’ is closed to new replies.