Home Forums WordPress Plugins Hide My WP Themes Name Still Appear!!

This topic is: not resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3094
    mywazzup
    Post count: 8

    Hi. i already set setting at plugin setting. But at my source code still appear my themes name that i use. How to solve this issue?

    #3095
    mywazzup
    Post count: 8
    This reply has been marked as private.
    #3102
    Suman M.
    Post count: 12478

    Hi, add the following lines in “replace in html” option box in general settings tab:

    listify-fonts-css=lfc
    listify-css=lc
    listify-inline-css=lic

    The words/text like below cannot be replaced as these are used by theme as CSS class names, and renaming these will break the theme’s styling:
    .listify_widget_panel_listing_tags, listify-104, listify-child-theme, listify_widget_search_listings, listify_widget_taxonomy_image_grid, listify_widget_feature_callout

    The words/text like below cannot be replaced as these are used by theme as javascript variable:
    var listifySettings, var listifyMapSettings

    However, the theme will not be detected by the detectors like whatwpthemeisthat.com, wpthemedetector.com, wappalyzer, etc.

    #3103
    mywazzup
    Post count: 8
    This reply has been marked as private.
    #3110
    Suman M.
    Post count: 12478

    You can definitely hide the fact that you use wordpress but some themes use their names in the css names and javascript variables. So in such case the theme name might be visible in website’s page source, but the theme will not be detected by the theme detectors as I mentioned above.

    #3111
    mywazzup
    Post count: 8
    This reply has been marked as private.
    #3113
    Suman M.
    Post count: 12478

    Yes, wordpress is hidden and theme too, but as I explained above “listify” words from some HTML code can’t be removed.

    #3114
    mywazzup
    Post count: 8
    This reply has been marked as private.
    #3130
    Suman M.
    Post count: 12478

    You can hide the word “wordpress”. Please add replacement lines in “replace in html” option box in general settings tab like this:

    Yoast WordPress SEO Premium plugin=ywsp
    https://yoast.com/wordpress/plugins/seo/=
    WordPress =

    Also check the page source in logged out mode (not after logged in)

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.