code for inserting link button in footer
-
Hello,
I am completely new into WordPress. Had someone help me adjusting the theme for my website. After the transition over to WordPress I discovered that a link for my page Sitemap was not working so I tried to insert a code like the other links that are working in the footer but my Sitemap button does not even show now.
Can anyone tell me what code to use?Thank you
-
Can you supply a link to your site or the name of the theme you are using?
I definitely can. Just was nervous I would be going against any rules in the forum.
My website is curo.net and I try to use this code:
<a class=”footer-menu-item
href=”http://curo.net/en/sitemap
but it does not showI do have right after sitemap but it does not want to show here
It is supposed to show in the second widget area
sorry – forgot the name of the theme. It is Mentor
https://www.w3schools.com/html/html_links.asp
in your case, it could be something like:
<a class=”footer-menu-item" href="http://curo.net/en/sitemap">Sitemap</a>This is the code you’ve put in:
<a class="footer-menu-item href="http://curo.net/en/sitemap </a>
So you’re missing one>and a text for that link.Thank you very much, Michael, for your advice. Now it works and I am ever so grateful
-
This reply was modified 9 years ago by
000.
The problem was solved when I inserted the code Michael provided me with. Have made sure to bookmark the link as well. Thank you again
On another note – Someone just helped me this morning upload my website in WordPress and make the redirects. My question is if I should go into FileZilla and competely remove all the HTML5 files?
I do not know the correct procedure but I am surprised that my website loads slower than it used to
Thanks -
This reply was modified 9 years ago by
The topic ‘code for inserting link button in footer’ is closed to new replies.