1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help Me!!

Discussion in 'HTML & Website Design' started by nlgdevils, Apr 27, 2017.

  1. #1
    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
     
    nlgdevils, Apr 27, 2017 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,494
    Likes Received:
    4,457
    Best Answers:
    123
    Trophy Points:
    665
    #2
    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.
     
    sarahk, Apr 27, 2017 IP
  3. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,151
    Likes Received:
    1,656
    Best Answers:
    29
    Trophy Points:
    475
    #3
    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):
     
    qwikad.com, Apr 27, 2017 IP
  4. winner101

    winner101 Greenhorn

    Messages:
    65
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #4
    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
     
    winner101, Apr 27, 2017 IP
  5. daniel27lt

    daniel27lt Active Member

    Messages:
    109
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    98
    Digital Goods:
    4
    #5
    You'll find a way to edit this within the "Appearance > Customize" tab within the backend of Wordpress.
     
    daniel27lt, May 14, 2017 IP