Hi – I am trying to edit the nav on this page of our site:
https://staging.tamilhousing.org.uk/resident-community/
The dev who built the site is no longer available and instead of using wordpress content management tools he has built it in custom php – which we don’t get (thanks dev btw!)
We have been able to use some native wit to edit most things but this nav as defeated us. The page template contains this bit of markup:
<div class="sidebar">
<nav>
<?php echo $sideBarNav; ?>
</nav>
</div>
We were hoping to find a file called sideBarNav but we can’t! No amount of ftp or database searches will reveal where the markup for this nav is hidden. Can anyone point us to where we might look?
Thanks in advance
Did full ftp and DB search for sideBarNav