Adding WP Links to a nav menu outside wordpress directory
-
So I’ve been tweaking a wordpress theme to include all my functions of my msrs script. And I got the wordpress main content working but I need a way to add the navigation of wordpress to the nav menu’s of my msrs script. and have them work. The way I’ve got this set up as seen here:
https://unholylayouts.com/wordpress/
All the php includes from wordpress link to my root _theme directory for my msrs script. Is it even possible to be able add links like this for example:
<a href="<?php bloginfo('rss2_url') ?>">Example</a>
to my _theme navigation menu and have it read from wordpress’s theme directory.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding WP Links to a nav menu outside wordpress directory’ is closed to new replies.