Tag: wordpress
Share WordPress Posts or Pages via Email link
A simple link that open users default email client to send that WordPress Post or Page as an email to a friend or colleague. It displays an excerpt in the email body
Fix Broken WordPress.com stats
Broken WordPress.com stats show no visitor come to your site. This problem is related to WordPress template function name wp_footer Add the following to footer.php file, put it before Note: Automattic bundle wordpress.com stats with Jetpack, please switch to Jetpack from the old wordpress.com stats plugin
Protect .htaccess file
When avisitor tries to obtain access to .htaccess file, server automatically generates a 403 forbidden error. However, we can apply an extra layer of security to .htaccess Add the following Note: htaccess file permissions is 644 (chmod)
Limiting Access to Admin folder via .htaccess
Some CMS have admin folder. It’s an important folder because it has all the files that deal with administration. If the security of the files in it is compromised, bad things can happen. One effective option to reducing the risk of a security breach on the Admin folder is by limiting the IP addresses that…
How to get Administrator access back in WordPress?
Your role was Administrator. Suddenly, someone has changed your role in WordPress. You login to WordPress admin as a subscriber,you see Profile page instead getting fully-functional Admin page. How to get your role as an Administrator back? 1. Get help from another Administrator You can ask another Administrator to switch your current role back to…
How to find Access Token for your Twitter app?
It looked like a silly thing when I had tried to make one of my plugin worked with Twitter. It started from Twitter settings page. Twitter settings page has a tab called Connections. It shows applications that allowed to get access to your Twitter account. If you are Developers, you can have your own settings…