this code for code Snippet
function custom_image_box_shortcode() {
ob_start();
?>
'post', // You can change this to your custom post type if needed
'posts_per_page' => -1,
);
$query = new WP_Query($args);
?>
🔍
Showing post_count); ?> AI Tools
have_posts()) {
while ($query->have_posts()) {
$query->the_post();
$post_counter++;
$image_url = get_the_post_thumbnail_url(get_the_ID(), 'thumbnail'); // Change 'thumbnail' to the desired image size
$category = get_the_category()[0]->name;
?>
No posts found';
}
?>
custom search bar short code
[custom_image_box]