To enable the featured image function for a custom post type too, insert the following code snippet into the functions.php file. read more
Remove the built-in wordpress jquery
It often happens that certain functions are blocked by the built-in jquery javascript of wordpress. read more
Featured image alternatives on three levels
If you forget or can’t set a featured image, it won’t look very good on your website. read more
WordPress random image from directory
How to use a randomly selected image from a folder? If you use the code snippet below, the code will select an image from a random folder in the uploads folder. read more
The Sidebar
You can use the following code snippet to call sidebar and display the widgets in sidebar.php
read more
Dear User,
We would like to continue our work and keep providing you with free content and services. However, we need your help to do that.
If you are satisfied with our website and the information we offer, please consider making a donation. Most of our work is done on a voluntary basis, and donations help cover operating costs and support the development of new content.
Every contribution, no matter how big or small, contributes to the maintenance and improvement of our website. Click the PayPal button below to donate easily and securely. Thank you for your generous support!
How to enable post thumbnails?
Paste the following code snippet into the current template functions.php and save or upload it.
read more
If you paste the following code snippet into functions.php and save or upload it, the default div id gallery will be replaced by the div class gallery in the example below, which you can style in css.
I created a simple wordpress plugin to customize the built-in pagination, but you can also use the code snippet. read more