i would like to know if this :
global $post;
$slug = get_post( $post->ID, "anime", true )->post_name;
$recent = new WP_Query("category_name=$slug&showposts=100&post_type=post");
while($recent->have_posts()) : $recent->the_post();
get_template_part('table');//i want change it from table to image
endwhile; wp_reset_query();
//can i do that with JS or any pls if some one know hlp me. maybe when js use button or select anything if it work for me.
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I would like to add a meta box to a custom post type that works like the product gallery meta box that Woocommerce usesI actually have Woocommerce installed on this project
I've looked all over and even watched a simple Youtube video on how to create dynamic titles for each page cause you don't want each page having the same title, right? Right
I am looking a regular expression that contains two logic: 1Does not contain any white space 2
I would like to learn how to excute shell commands right from mysqlMy MYSQL version is 5