cron - Call a PHP file from Cronjob
I'm using the MEC Events Calendar. I am trying to auto sync my events to Google Calendar.Here is what the event plu
Roles see different top menu (nav menu)
I'm new to WordPress but has some knowledge in HTML, CSS and and a little of PHP. I'm trying to make a new men
filters - Redirect to checkout woocommerce failed
Bonsouir, I'm trying to redirect to checkout when a user add to cart a product just from the single product page, t
WP audio playlist width
How can I adjust the width on the WP audio playlist if I'm using the following:[wpse_playlist tracknumbers="fa
categories - Display Category description
I want display category description only the first page:I use in my category.php:<?php if(category_description()) :?&
wp query - Get all posts which was posted on X Days WordPress
I want to get all post which was posted on X Days, I don't want 7 days old post or 1 Month old posts, Because it wi
woocommerce offtopic - Query child posts with tax query on parents
I have this WP_Query:new WP_Query(array('post_type' => 'product_variation','post_status'
Child Theme disable customizer defaults
I am trying to extend twentyseventeen theme. I want to achieve two simple goals.No custom header imageDon't show t
How to disallow a certain custom gutenberg block outside of an InnerBlocks block?
I did add a custom block as an InnerBlocks block, called slider. Then i got another custom block slider-item. I think yo
custom post type to post association in wordpress
I have created a custom post type called groups which is now available in the dashboard of the admin console on WordPres
plugin development - Save metabox with multiple checkbox array
I have a requirement where the number of checkboxes outputted in the metabox is not fixed. Had it been fixed, I could
Can't override footer.php in child theme
I'm having a hard time trying to override my parent theme's footer.php, footer-set.php and footer-tag.php from
customization - Refresh Customize Section (not preview)
I am building controls (a) that are generated using a value from a control (b) in another section. However, unless the f
Hide or show Gutenberg custom block using date range
I have created a custom block with a dateFrom and dateTo attribute (which work), but would like to hide the block on the
wp cli - XDG-OPEN is not recognized by WP CLI admin command
So i installed the wp admin package, but i can't seem to get her working, an error pops up telling me xdg-open doen
post thumbnails - How to convert feature image as background image
I am trying to set background image out of feature image so I used the background-size:cover. Here is the code I have do
wp query - Show menus to one admin username
So I've got this code which does the reverse of what I want it to do. add_action('admin_menu', 'remo
theme development - how to edit woocommerce checkout page
i have created my own theme for my woocommerce store i'm facing a layout issue in the checkout page, after debuggin
wp query - Pre_get_posts only show posts by administrator roles
I am trying to filter a query to only show posts that are posted by a user with the administrator role.I've created
customization - Multi line of $wpdb->query just run 1 time and end the loop right after
<?php foreach ( $posts_array as $post ) {$post_id = wp_insert_post($post,true);var_dump($post);$wpdb->query($wp

