Author Archives: wptools

How to Activate MyThemeShop Themes and Plugins

Please follow the steps below to activate MyThemeShop themes and plugins. Step 1:  Make sure you are using a fresh untouched theme again and go to the folder: “mts_sense/functions/” – this can be any theme. E.g. mts_adsense Step 2:  In that folder, look for the file “theme-actions.php”. Open that file in a text editor and […]

How to activate Rehub theme

In the file admin/rehub.php comment out lines 241 to 246 like this: //$raw_response = wp_remote_get(‘https://api.envato.com/v3/market/author/sale?code=’ . $tf_purchase_code, $prepare_request ); //if ( ! is_wp_error( $raw_response ) ) { // $response = wp_remote_retrieve_body( $raw_response ); // $response = json_decode( $response, true ); //} And below add this: $response = array(); $response[‘buyer’] = $tf_username; $response[‘supported_until’] = date(‘Y-m-d’,strtotime(date(“Y-m-d”, mktime()) […]

Learn To Download WordPress Manually And Launch Your Dream Website

If you are trying to create a blog website or a new journal, you cannot do it without WordPress. WordPress is a content management system that can be used as a hosting service for releasing and distributing content. With WordPress, you can present SEO-friendly articles with attractive pictures and featured images so that you not […]