Log into the Control Panel (Cpanel). Go to File Manager Get to the root directory of the website, open wp-config.php file: In this file, we will search for: define(‘WP_DEBUG’, false); We will replace this piece of codes with: ini_set(‘log_errors’,’On’); ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false);
How To Shutdown A Computer With A Cell Phone.
Using this method, a user can shutdown, restart, hibernate, etc. his or her computer, just by sending an email from his or her phone. To do this, all you will need is Microsoft Outlook which should come with Microsoft Office, which most people have. This will need to be on the computer wish you wish […]
How To Increase the Swap Space in Android Device?
Swap space is a portion of a phone space that is used for virtual memory.Virtual memory is a feature of an operating system (OS) that allows a phone to compensate for shortages of physical memory by temporarily transferring pages of data from random access memory (RAM) to disk storage.This will help to speed up the […]
Steps To Install Dual Whatsapp In Your Android Without Root.
Download OG Whatsapp 1. First take the full backup for your messages and data before going through OG Whatsapp: 2. Clear whatsApp data: 3. Go to /sdcard/WhatsApp folder and rename it to /sdcard/OGWhatsAp: 4. Uninstall Official WhatsApp 5. Install OGWhatsApp 6. It will ask for your number. Give the old number which you have […]
SEO Tips to Improve Website Traffic
1] Keywords: If you want people to find you through search engines then you should be placing appropriate keywords throughout every aspect of your site. Post titles, Subheadings, Content, urls, page headers and even image names are all places or rather opportunities to place keywords on your website/blog. Think about your keywords as search terms […]
12 Tips to help you with your Google Adsense Approval
Genuine, Relevant & Quality Content: You probably must have heard this the umpteenth time but we have to say it again, “Content is King”. It takes a lot of time and effort to pen down great content, but Google appreciates this. You will not only find your website climb up the search engine […]
HOW TO HIDE AUTHER DISPLAY NAME FROM YOUR WORDPRESS BLOG
.author { display: none; } JUST PASTE THIS CODE IN LAST LINE OF STYLE.CSS IN YOUR WORDPRESS
HOW TO HIDE POST DATE FROM YOUR WORDPRESS BLOG
STEP 1 – GO TO PLUGIN MENU STEP 2 – SELECT “AD NEW” OPTION STEP3 – TYPE PLUGIN NAME THAT IS WP DATE REMOVER STEP 4 – CLICK ON INSTALL OPTION STEP 5 – AFTER INSTALLATION JUST CLICK ON ACTIVATE PLUGIN
How To Insert Login option / login form On Your WordPress Page Or Post
Just paste this code in wordpress text view <form id=”loginform” action=”http://YOUR SITE NAME/wp-login.php” method=”post” name=”loginform”>Username <input id=”user_login” type=”text” name=”log” size=”20″ value=”” /> Password <input id=”user_pass” type=”password” name=”pwd” size=”20″ value=”” /> <p><label for=”rememberme”> <input id=”rememberme” type=”checkbox” name=”rememberme” value=”forever” /></label></p> Remember Me <p><input id=”wp-submit” type=”submit” name=”wp-submit” value=”Log In” /> <input type=”hidden” name=”redirect_to” value=”http://YOUR SITE […]
How To Insert/Embed Flash Swf Files In Your WordPress Blog
Step 1 Install Wp flash uploader plugin Step 2 upload flash file in wp flash uploader in media step 3 Go To http://freevideocoding.com/ Select Flahs(SWF) Option Then Type Url Of Your Flash File Then Select Embed the Player