davidemery
Member
Posted 2 weeks ago #
Hi,
In my main navigation I have 'Portfolio' & 'Photography' links to plain html pages (not wordpress). These work fine on the index page, but when your viewing posts with a category, or an archive, these links don't work.
Here's my site: http://www.david-emery.co.uk
Any help greatly appreciated!
Thanks,
David
On the single pages, the archive and category pages you are making the call for these pages from a different sub directory than what it is on the main blog page. The answer would be to hard code the entire link to these pages. On the photography link you have coded:
david_emery_bear_graphics_photography.html
Replace this with:
http://www.david-emery.co.uk/david_emery_bear_graphics_photography.html
You will have to do the same for the other link. These links will work from all pages after this change.
davidemery
Member
Posted 2 weeks ago #
That worked perfectly - many thanks!
David