-
Created a topic, Check how many times a scheduled event ran in WordPress, on the site WordPress.org Forums:
Hi, Is there any function to check how many time a sp… -
Created a topic, Hooks for CPT archive’s title and meta descripton, on the site WordPress.org Forums:
Hi, I have been searching for awhile but I cannot fin… -
Posted a reply to Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
I found a solution here: https://wordpress.stackexchange.com/questions/30851/how-to-use-a-custom-post-type-archive-as-front-page This helped me to set CPT archive as the… -
Posted a reply to How to change tag for CPT archive?, on the site WordPress.org Forums:
Hi, Thank you for your reply. Because I am using a multilang site, this approach… -
Posted a reply to Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
Thank you so much for your reply.My conditionals are used in wp_enqueue_scripts hook to load… -
Posted a reply to Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
Thank you so much for your reply. I am not sure if I understand you… -
Posted a reply to Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
I see. If I do it this way, how can I make that page return… -
Created a topic, Make custom post type archive as front page while keeping blog page for ‘post’, on the site WordPress.org Forums:
Hi, How can I make CPT archive as front page while ke… -
Posted a reply to default_hidden_meta_boxes not firing?, on the site WordPress.org Forums:
I see. If I use remove_meta_box() to remove 'slug' and 'author' metabox, would data for… -
Posted a reply to default_hidden_meta_boxes not firing?, on the site WordPress.org Forums:
I see. I have a CPT that only supports 'author', are the metabox 'author' and… -
Created a topic, default_hidden_meta_boxes not firing?, on the site WordPress.org Forums:
Hi, I want to hide slug metabox and author metabox in… -
Posted a reply to Issue with building a leaderboard for users in WordPress, on the site WordPress.org Forums:
Thank you so much for helping me to solve this issue. This is the leaderboard… -
Posted a reply to How to hide ‘Astra Setting’ metabox for specific user roles?, on the site WordPress.org Forums:
Hi, Thank you so much for your reply. Is there any hook or action for… -
Created a topic, How to hide ‘Astra Setting’ metabox for specific user roles?, on the site WordPress.org Forums:
Hi, I have created a user role 'teacher', and I want … -
Created a topic, Issue with building a leaderboard for users in WordPress, on the site WordPress.org Forums:
I am building a leaderboard for users in my site. Each… -
Posted a reply to Create multiple Gutenberg meta blocks for the same meta key, on the site WordPress.org Forums:
Thank you so much for your advices! In the end I used carbon fields instead… -
Created a topic, How to change tag for CPT archive?, on the site WordPress.org Forums:
Hi, How can I change <title> tag for CPT archiv… -
Posted a reply to Create multiple Gutenberg meta blocks for the same meta key, on the site WordPress.org Forums:
Thank you so much for your insight. The last thing I am uncertain is where… -
Posted a reply to Create multiple Gutenberg meta blocks for the same meta key, on the site WordPress.org Forums:
Thank you so much for your advice. They gave me a new insight to this… -
Posted a reply to Create multiple Gutenberg meta blocks for the same meta key, on the site WordPress.org Forums:
Thank you so much for your advice. If I save it as a JSON string,… -
Created a topic, Create multiple Gutenberg meta blocks for the same meta key, on the site WordPress.org Forums:
Hi, Is it possible to create multiple Gutenberg meta … -
Posted a reply to Create post of CPT A in the post of CPT B through Gutenberg, on the site WordPress.org Forums:
@joyously Initially I thought storing the data of 'game' as a CPT would be a… -
Created a topic, Create post of CPT A in the post of CPT B through Gutenberg, on the site WordPress.org Forums:
Hi, I have two CPTs, 'lesson' and 'game'. 'Game' onl… -
Created a topic, Multiple HowTo schema per page, on the site WordPress.org Forums:
Hi, Why I can only add one HowTo schema block per pag… -
Created a topic, How to load Javascript translation through Ajax request, on the site WordPress.org Forums:
Hi, I want to load how can I load JS translation thro… -
Created a topic, How to override $removed_notice, on the site WordPress.org Forums:
Hi, I want to override $removed_notice from line 603… -
Posted a reply to How to enqueue stylesheet and scripts on Ajax request?, on the site WordPress.org Forums:
Hi, @tylerthedude The reason for me to enqueue stylesheets conditionally is because I want to… -
Created a topic, How to enqueue stylesheet and scripts on Ajax request?, on the site WordPress.org Forums:
Hi, I conditionally load stylesheets and scripts to i… -
Posted a reply to How to get all attributes of a block in PHP?, on the site WordPress.org Forums:
Hi Tyler, The main reason I want to override a default block in PHP is… -
Posted a reply to “transition_post_status” action hook not working in Gutenberg and res, on the site WordPress.org Forums:
Great! I have used $post->ID in the end, and I found out that transition_post_status did… -
Posted a reply to “transition_post_status” action hook not working in Gutenberg and res, on the site WordPress.org Forums:
Thank you for your help. Using error_log() I found out that the function did fire… -
Created a topic, How to get all attributes of a block in PHP?, on the site WordPress.org Forums:
More detailed explanation on my situation here: https:… -
Created a topic, “transition_post_status” action hook not working in Gutenberg and res, on the site WordPress.org Forums:
Hi, I want to send my post to Telegram when it is cre… -
Posted a reply to Locale changed during Ajax call with REST API, on the site WordPress.org Forums:
Problem solved! I just need to use load_theme_textdomain(); after changing locale to get the translation.… -
Posted a reply to Locale changed during Ajax call with REST API, on the site WordPress.org Forums:
Hi, Thank you for your reply. I have changed the locale through the filter, and… -
Created a topic, Locale changed during Ajax call with REST API, on the site WordPress.org Forums:
Hi, I have encountered an issue which the locale chan… -
Posted a reply to Can litespeed cache request from admin-ajax.php?, on the site WordPress.org Forums:
I see. Thanks! Is REST API a better option for Ajax request in Wordpress? -
Created a topic, Can litespeed cache request from admin-ajax.php?, on the site WordPress.org Forums:
Hi, I want to know if Litespeed Cache can cache Ajax … -
Posted a reply to Typo in source code, class-astra-breadcrumb-trail.php, on the site WordPress.org Forums:
Great thank you! -
Posted a reply to Browser Cache TTL not changing (With report), on the site WordPress.org Forums:
Ah I see, problem solved. Thanks! -
Created a topic, Browser Cache TTL not changing (With report), on the site WordPress.org Forums:
Hi, I have sent a Browser Cache TTL to 31536000 in se… -
Posted a reply to data-sizes attribute in image, on the site WordPress.org Forums:
Ok i found out the 'data-sizes' attributes appears after I add 'sizes' attributes into <img>.… -
Created a topic, data-sizes attribute in image, on the site WordPress.org Forums:
Hi, I found out that Litespeed cache adds a attribute… -
Posted a reply to Target multiple scripts in keyword with third-party domain name, on the site WordPress.org Forums:
I see. Thanks! -
Posted a reply to Target multiple scripts in keyword with third-party domain name, on the site WordPress.org Forums:
Is this plugin not working on script called by an iframe? I checked the waterfall… -
Created a topic, Target multiple scripts in keyword with third-party domain name, on the site WordPress.org Forums:
Hi, Is it possible to target 3rd parties scripts by i… -
Created a topic, Translation is not working, on the site WordPress.org Forums:
Hi, I have followed the documentation of Wordpress on… -
Posted a reply to Typo in source code, class-astra-breadcrumb-trail.php, on the site WordPress.org Forums:
Great! I find two other bugs in that file. Attributes for itemprop numberOfItems and itemListOrder… -
Posted a reply to How to get data in meta description field?, on the site WordPress.org Forums:
Thank you! -
Posted a reply to How to get focus keyword of a post in an array?, on the site WordPress.org Forums:
Great thank you!