Extra widget
Hello,
Is it possible to create an extra widget that I could pace below the other widgets in the footer? I would like to add some html and be able to select the option 'Hide on Mobiles Devices'. If not, do you have the code that I could wrap around the html to show/not show the html on mobile devices?
One other thing. I would like to change the links in the bottom right of the footer which is currently a menu. How would I go about adding just a line of text (rather than the menu). I have included the code below.
<?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container' => '', 'depth' => 1, 'fallback_cb' => false ) ); ?>
Thanks,
James