We can track wordpress visit count using function.php. Just use the following function in function.php
Source Library
Wordpress, PHP, SQL and JavaScript Tips and Tricks
Saturday, June 1, 2013
Website visit count in wordpress
We can track wordpress visit count using function.php. Just use the following function in function.php
Enable session in wordpress
Normally session will not work in wordpress and we need to enable session. We can enable it by initializing. Function for initializing session is
Friday, May 24, 2013
Prevent form resubmitting using php
Simple method for preventing form resubmission using php.
Monday, May 13, 2013
Add QR Code for wordpress post
To add QR code for wordpress post, use the following code
Sunday, April 14, 2013
Remove Version Number from Wordpress
By default WordPress displays version number publicly on your Website. But sometimes this might be a security risk for WordPress site. Hackers can easily identify the WordPress version. To prevent this, just remove WordPress version from the site.
Change WP Login Logo and URL using function.php
To replace wordpress default login logo with a custom one, just add following function in function.php
Thursday, March 21, 2013
WordPress 3.5 media upload customized form
Follow the steps mentioned here
Subscribe to:
Posts (Atom)