Articles in this Category

Top Left Text cha

Web & App Development

Want to remove all those copyright links that are forced upon you?  Without installing a plugin? You can do it with javascript easily... just keep in mind that, with this method, no <p> tags will show in the footer so you'll just need to use <div> or something else if you add content in footer widgets.

Simple line of javascript you can add via a hook in the functions file or pretty much anywhere on the page that you can add javascript (even in the page editor).

jQ(".site-footer p").remove();
Comment (0) Hits: 1241
X