Page 19 of 56

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

How to Create Splash Screen Using jQuery (With Code Example)

Last updated on May 29th, 2025 at 12:13 pmA splash screen is a common UI element that appears briefly before the main content of a web page loads. It’s often used to create a visual cue for users during page load or when launching an app-like experience on the web. In this tutorial, you’ll learn […]

« Older posts Newer posts »