I moved get_sidebar();
from header.php
to footer.php
but it simply does not appear is being placed after the last post in the page body instead of after the footer. There are no errors displayed. What do I need to do to get this working?
I have a nav menu in footer. I just want to display it side by a <p>
tag, I mean something like this
I want to remove default jQuery, because I am adding new or latest jQuery. Also I want include some js in my footer. How can I do that?
I’ve used following codes and no luck
I was trying to move the load of my style.css in the footer of my wordpress theme. I have already done something similar with 2…
for a website I need to place facebook and twitter share buttons on the footer section of each article on the blog page (where are listed all the articles).