• When I post on the Facebook, my url with wordpress theme name ( Baby Kids) appears. How to hide and fix that? Any ideas?

    Thanks in advance.

    mypage.COM|BY BABY KIDS

Viewing 2 replies - 1 through 2 (of 2 total)
  • The theme name is pulled from themes/theme-name/style.css

    Go to Appearance -> Editor and edit style.css and change the “Template Name”

    However, I’m not sure the theme name is used in this context.

    Most likely, you will want to change the “Site Title” in Settings

    Or, install a plugin like All In One SEO and use it to override Page Titles

    Thread Starter gallerym

    (@gallerym)

    Thank you for your reply.
    Should I go to edit themes – style.css – delete Theme Name Baby kids?
    Where should I delete line?

    Thank you for your help.

    /*
    Theme Name: Baby Kids
    Theme URI: https://www.nicdarkthemes.com
    Description: Wonderful theme for your school.
    Author: Nicdark
    Author URI: https://www.nicdarkthemes.com
    Version: 2.0
    License: https://www.nicdarkthemes.com
    License URI: https://www.nicdarkthemes.com
    Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
    Text Domain: babykids
    */

    @import “css/nicdark_style.css”;

    /* =WordPress Core
    ————————————————————– */
    /* =WordPress Core
    ————————————————————– */
    .alignnone {
    margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    }

    .alignright {
    float:right;
    margin: 5px 0 20px 20px;
    }

    .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    }

    .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    }

    a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    }

    a img.alignnone {
    margin: 5px 20px 20px 0;
    }

    a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
    }

    .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    }

    .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
    margin: 5px 0 20px 20px;
    }

    .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
    }

    .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide or remove wordpress theme on Facebook?’ is closed to new replies.