Removing a website from footer.php
-
I am using WP-Creativix and all of a sudden I see “little bizzy website management services” at the bottom of my page. I did not authorize, I checked with my web-hosting and told me site was not hi-jacked, but to contact WordPress to remove that text.
When I tried to remove the code from the editor, it changed the admin theme, so I cant see the admin theme.
I don’t know the code, but it has to do with something in this. Like I said, when I remove what I think needs to be removed it changes it removes my admin tools from the top. Can anyone help??
Here is my website https://www.chellecaldwell.net
here’s part of the code in question:
<div class="footer_right"> <ul> <?php wp_nav_menu(array('theme_location' => 'footer_menu', 'container' => false, 'depth' => 0, 'fallback_cb' => 'wpcx_default_menu')); ?> </ul> </div> </div> <p class="Chelle Caldwell"><?php bloginfo('name');?></p> </div> </div> <?php wp_footer(); ?> </body> </html>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
- The topic ‘Removing a website from footer.php’ is closed to new replies.