Category Archives: Wordpress

Fetch the post from wordpress based on decending order date

How to fetch the post from wordpress based on decending order date and meta key=’test’ and meta_value=123 To fetch posts from WordPress based on descending order of date and with a specific custom field (meta key) and its value, you would typically use the WP_Query class. Here’s an example of how you can achieve this:… Read More »

How to Rename Images and Media Files in WordPress

Hi all, If you want to change an image file name after uploading fileinto wordpress dashboard. All are familure with how to change file title, description, caption etc. But nobody knows how to change the file name through wordpress dashboard. Normally there is no option to change image file name from wordpress dashboard. Based on… Read More »

How to Add Featured Images or Post Thumbnails in WordPress

Hi all, Today we discuss one useful topic related to Featured image in wordpress. In wordpress featured image also known as Post Thumbnails. Today most wordpress theme support post thumbnails. Church themes, Restaurant themes, WordPress photography themes and other types of themes have built-in support for post thumbnails. In this article we discuss How to… Read More »