@bernbe01
Here’s some mock up of what I want the footers to look like…
So regardless of the amount/height of my content, I would still like my footer to stay at the bottom of the page.
The ‘Portfolio’ page is fine because the contents is pushing it towards the end of the page, but pages like ‘Home’, ‘Contacts’, ‘About’, and some sub-portfolio page doesn’t have enough contents to push the footer down.
As for the footer texts, I simply need to add a bit more info next to my name. So I looked at the footer.php but all that is there is:
<?php
/*
Empty on purpose.
*/
Are there any other place where I can edit the text?
@wpyogi
Thanks for the input! I wasn’t quite sure if this issue is theme related or just a general query but I will take note of that if I still can’t get this working.
And Yes I’ve tried to create a child theme but when I got to the stage of using either @import or wp_enqueue_scripts action my head just started spinning.