On the front page of my website under the title it shows the text "Powerful and easy to use WP Theme" I can't figure out how to get rid of it. I've looked under general settings on the dashboard and nothing. I'm putting in photo to my home page to show what I mean. The text is right under the title "Smoky Log Cabin. https://drive.google.com/file/d/0Bw2YTQ6iwsHcRDdZRGQwd0hDVDQ/view?usp=sharing
I'm guessing the theme is free and that text & link is their way of making you say "thanks" for being able to use it. If you delve through the code you may be able to find it and edit it out or you may be able to pay the designer for a version that doesn't have the link.
In your Settings > General you should see something like: admin_email = admin@example.com atom_url = http://www.example.com/home/feed/atom charset = UTF-8 comments_atom_url = http://www.example.com/home/comments/feed/atom comments_rss2_url = http://www.example.com/home/comments/feed description = Just another WordPress blog home = http://www.example.com/home (DEPRECATED! use url option instead) html_type = text/html language = en-US name = Testpilot pingback_url = http://www.example.com/home/wp/xmlrpc.php rdf_url = http://www.example.com/home/feed/rdf rss2_url = http://www.example.com/home/feed rss_url = http://www.example.com/home/feed/rss siteurl = http://www.example.com/home (DEPRECATED! use url option instead) stylesheet_directory = http://www.example.com/home/wp/wp-content/themes/largo stylesheet_url = http://www.example.com/home/wp/wp-content/themes/largo/style.css template_directory = http://www.example.com/home/wp/wp-content/themes/largo template_url = http://www.example.com/home/wp/wp-content/themes/largo text_direction = ltr url = http://www.example.com/home version = 3.5 wpurl = http://www.example.com/home/wp Code (markup): Just edit the "description" line. If all else fails you can remove / replace it through header.php (where it says <?php bloginfo('description'); ?>). <div id="header"> <div id="headerimg"> <h1> <a href="<?php echo get_option('home'); ?>"> <?php bloginfo('name'); ?></a> </h1> <div class="description"> <?php bloginfo('description'); ?> </div> </div> </div> Code (markup):
Im pretty sure that is the tag line of the site go to your wp dashboard, then go to appearance then under that you will see customize click on that. Then you should see site identity click on that. Then you see tag line remove whatever is in the tag line box and hit the save button and you should be good
You'll find a way to edit this within the "Appearance > Customize" tab within the backend of Wordpress.