A custom post widget plugin with category filter in WordPress

A custom WordPress plugin that creates a custom post widget with a category filter, allowing users to display a specified number of posts and filter them by category. It uses a shortcode to generate a list of posts with a dropdown menu for category selection, dynamically updating the displayed posts based on the selected category.… Continue reading A custom post widget plugin with category filter in WordPress

Blog related WP-functions

Some useful WordPress functions used for Blog Development: get_post_permalink() To get the post link get_permalink($post->ID)To get the corresponding Blog link get_the_post_thumbnail_url(get_the_ID())To get the post thumbnail image URL get_the_title()To get the Title of the Post get_the_excerpt()To get the expert Text