• ssmillik

    (@ssmillik)


    I’m trying to change a logo in the footer. When I right click the and view “page source”, it says I should find the link in afilliations. Here is what i see, but I can’t seem to find it in editor or menus anywhere.

    <li>
    							<!-- Affiliations -->
    														<ul id="affiliations">
    
    </li>
    <li><a href="https://www.healthonnet.org/HONcode/Conduct.html?HONConduct582397"><img src="https://vhl.org/wp-content/uploads/2015/09/non.png" width="35" height="43"></a></li>

Viewing 1 replies (of 1 total)
  • catacaustic

    (@catacaustic)

    If it’s in the footer area, it’s most likely in the footer.php file of your theme. Be aware that it could be in another file (but still most likely in footer.php), and the content also might be the result of a function call in the template file so you might not see that HTML code in the actual template file.

    Just remember… Any theme changes should always be done in a child theme so that you don’t loose those changes when the theme updates next.

Viewing 1 replies (of 1 total)
  • The topic ‘where do I find the links to "affiliations" in WordPress?’ is closed to new replies.