When viewing the source of my site with the Newspaper template, I spotted the following:
<!--
Theme: Newspaper by tagDiv 2014
Version: 4.3 (rara)
Deploy mode: deploy
Speed booster: v2.5
-->
Without trying to offend anyone, I believe it would be wise if any mentions/advertising of the theme be removed from the code. One doesn’t want the competition to see what theme we are using. After all… it is paid for, wouldn’t that be allowed?
Thank you so much.
Hi,
You just need to remove this code: http://screencast.com/t/7YUHm8Xc
That is not used for advertising it’s used for debugging.
Thanks
And anecdotal, if you don’t want to “advertise” the version of Yoast, or Revolution Slider, etc., you’re using, you might look into some solutions like mod_pagespeed (if your host supports it), which allow removal of *all* comments in the page source for pseudo-minification. Some “minification” plugins do this too, but use with caution.
Dear Lucian…
can give me trick simple solution for hide this theme we use?
1. RANAME FOLDER THEME THIS THEME
2. CHANGE style.css
DEFAULT
—————
/*
Theme Name: Newspaper
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Premium wordpress template, clean and easy to use.
Version: 4.2.2
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Tags:black, white, one-column, two-columns, fixed-width
*/
/*
CHANGE
---------------
/*
Theme Name: Domain
Theme URI: http://domain.com
Description: Happy
Version: 1
Author: Web Owner
Author URI: http://domain.com
Tags:black, white
*/
3. REMOVE (functions.php) and remove line 575-588
`if (defined(‘TD_SPEED_BOOSTER’)) {
$speed_booster = ‘Speed booster: ‘ . TD_SPEED_BOOSTER . “\n”;
}
echo ‘
<!–
Theme: ‘ . TD_THEME_NAME .’ by tagDiv 2014
Version: ‘ . TD_THEME_VERSION . ‘ (rara)
Deploy mode: ‘ . TD_DEPLOY_MODE . ‘
‘ . $speed_booster . ‘
–>
‘;
ANY ANOTHER STEP FOR HIDE NAME CODE SIR?
THANKS
-
This reply was modified 11 years by
adhi. Reason: A
Lucian, could you please update this link with screenshot?
Hi,
Sorry but a link from 2014 will most likely not work anymore. The solution is invalid as there were numerous updates since then and there is a high change the code is very different. Please check the year of the topic beforehand and if it;s older than 1 year, the solution provided could possibly not work anymore.
The theme name is found here: https://www.screencast.com/t/scqmdS7H9K and you have to rename the folder of the theme.
Thank you!
Thank you. I renamed theme in style.css file, but in my code i can still find it:
<!–
Theme: Newspaper by tagDiv.com 2017
Version: 8.0 (rara)
Deploy mode: deploy
uid: 593c8c612b920
–>
Hello,
Please recheck this file in order to remove the theme name: https://www.screencast.com/t/f2MQrMyHR
Thank you!