Want to open Shadowbox gallery directly through Wordpress Navigation Menu
- by Kevin A.
I want to be able to open my shadowbox gallery in wordpress by directly clicking the portfolio link in the navbar. Right now it either opens the portfolio page I made with the gallery in it or opens images separately (without shadowbox), this was because I tried adding html to the Nav Label in the wordpress dashboard. Basically want to be able to add this html to the link in the menu dashboard while having the one PORTFOLIO link:
<a href="/portfolio_images/fashion/01.jpg" rel="shadowbox[fashion]">
<a href="/portfolio_images/fashion/02.jpg" rel="shadowbox[fashion]">
<a href="/portfolio_images/fashion/03.jpg" rel="shadowbox[fashion]">
Thanks
Main page with nav links