Author Archives: wptools

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 […]

What To Do When WordPress Doesn’t Load Your Theme And There Is ‘style.css stylesheet’ Error?

Getting ready to launch your website and looking forward to great traffic? WordPress is here to help you. But what if you have found the best theme to go with your site design which fits your niche perfectly? You want to install it on WordPress, right? So you go about buying the theme and are […]