Footer
-
I wish to keep the footer McKinley comes with, but just hide the “Theme by themetrust” and “powered by wordpress”. Im planning on inserting a line of text in the middle.
At the moment I have the whole thing hidden.I imagine the best way to do this would be to edit the footer.php and put the new file in my child theme.
Advice ?
Thanks!
-
Hi Nollie,
Try this css, let me know if it works how you wanted it..site-info .left, .site-info .right{
display:none;
}If you have any other questions just shout!
– Wolfy and Brain (✿◠‿◠)
yeah it worked. w00t. thanks
Though I wish to display text in the footer.. will this work if I plug it in to the footer.php, then stick the new file in my child theme?
<p class=”center”>
<?php echo $str = “TEXT TEXT TEXT”; echo $str; ?> </p>I haven’t tried this plugin but, it sounds like it’ll do the job. Personally I’ve never had the need to mess with the footer besides putting a menu list in it.
http://ww.wp.xz.cn/plugins/add-to-footer/WORD!
Do I need to have “custom design” upgrade in order to do these things?
Thanks!
The topic ‘Footer’ is closed to new replies.
