Page 20 of 57

How to auto load more data on page scroll using jQuery

Last updated on March 4th, 2022 at 02:20 pmYou might have noticed in many websites that they automatically load data once we scroll browser window down. Most of them use jQuery as it is easy to implement since it has all built in functions. Here I will explain a simple code which will append content […]

How to perform Live Search of WordPress posts using PHP

Last updated on March 1st, 2022 at 11:10 amAjax PHP Live Search is very popular now a days. In this tutorial we are searching wordpress post live using Ajax. This will in turn help user to search for a keyword with ease rather than typing it on a text box, hitting the search button and […]

How to display total post count in WordPress

Last updated on August 7th, 2022 at 07:00 pmIf you want to display total number of posts you have published on your blog or website without using any plugin then this simple code will help you. NOTE:-If you are using this script outside wordpress, Make sure you add it after calling the WordPress header file wp-blog-header.php. […]

How to connect to MySQL database using Python

Last updated on January 28th, 2022 at 07:51 pmFor connecting to MySQL database and display table row content using Python 2, we need to first install MySQL-python.x86_64, This is for my 64-bit Linux machine. Without installing this package import MySQLdb statement will not work. You can also see this in your apache error logs In […]

« Older posts Newer posts »