Newspaper WordPress Theme is one of the most popular according to statistics. Newspaper is a WordPress theme that lets you write articles and blog posts with ease. The Newspaper template is excellent for a news, newspaper, magazine, publishing or review site. It also supports videos from YouTube and features a rating system. It uses the best clean SEO practices, and on top of that, it’s fast, simple, and easy to use. In addition, Newspaper supports responsive Google Ads and AdSense.
Kindly follow the steps below to activate your Newspaper Theme
1) Open td_ajax.php
Dir…
/wp-content/Newspaper/includes/wp_booster/td_ajax.php
Find this Code
” private static function td_validate_data($id, $ec, $ad) “
Replace This:
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return false;
}
}
With This:
private static function td_validate_data($id, $ec, $ad) {
if (md5($id . $ec) == $ad) {
return true;
} else {
return true;
}
}
2) Edit td_cake.php file
Dir…
/wp-content/Newspaper/includes/wp_booster/td_cake.php
Find This Code
” function td_cake_manual($s_id, $e_id, $t_id) “
Replace This:
private function td_cake_manual($s_id, $e_id, $t_id) {
if (md5($s_id . $e_id) == $t_id) {
return true;
} else {
return false;
}
}
With This:
private function td_cake_manual($s_id, $e_id, $t_id) {
if (md5($s_id . $e_id) == $t_id) {
return true;
} else {
return true;
}
}
3) Login into your WP site and go to: your_site/wp-admin/admin.php?page=td_cake_panel > Click on “Activate theme manually “
Enter anything in code & key section and click on activate.
You can also follow this step
click on Manual Activation in theme panel and enter the code given below.o Purchase Code: freemiumworld.com
You are done. Newspaper 7 theme is successfully activated.