Skip to main content

All Questions

Tagged with or
0 votes
1 answer
18 views

When searching for pages to add to the menus in the Appearance > Menus section of WordPress, users are unable to differentiate pages that have the same title. For example, searching for "news&...
whatifthis's user avatar
0 votes
0 answers
85 views

I’m facing a serious issue on a WordPress site hosted on Cloudways. There are millions of pending scheduled actions (Action Scheduler jobs), and they are not being processed, which is affecting ...
FAWAZ's user avatar
  • 83
0 votes
0 answers
34 views

I want to know if it possible, to add Publish button near Edit. For example I want to publish posts directly without clicking Edit->Publish
webstackoverload's user avatar
1 vote
1 answer
70 views

🔖 Background & Environment WordPress 6.6.2 JWT Authentication plugin 1.3.4 Php 8.3 I'm using the recommended plugin JWT authentication for WP REST API, to authenticate my users. Asking /wp-json/...
Adrien Villalonga's user avatar
1 vote
1 answer
96 views

The Blank Slate theme (in its functions.php) adds a jQuery script to each page, which I would like to remove: <?php /* ... */ add_action( 'wp_footer', 'blankslate_footer' ); function ...
The-Coder-Who-Knew-Too-Little's user avatar
2 votes
1 answer
30 views

I am using the default post type and category taxonomy to manage the content on an in-development website that is using WordPress multisite. There are categories defined like "bylaws" and &...
Mike Hermary's user avatar
0 votes
1 answer
60 views

I'm trying to build a plugin (complete novice) and on the landing page of my plugin I don't get the 3rd party plugin notices / banners but with all of my sub pages I do. How can I completely remove ...
demo7up's user avatar
  • 178
0 votes
1 answer
58 views

Often, I see a lot of useful functions under "add_action" for example "plugins_loaded", "admin_init", "show_user_profile", etc. Is there a website or similar ...
Rodrigo Moya's user avatar
2 votes
1 answer
302 views

I'm looking for a WooCommerce action hook, whenever someone submits a product review via the review/comment form. Can't find anything about this in the documentation or web. I like to trigger a ...
Bert Kößler's user avatar
0 votes
0 answers
110 views

I have two functions for query filter: function my_query_filter_most_views( $query ) { $query->set( 'orderby', 'meta_value_num' ); $query->set( 'meta_key', 'entry_views' ); $...
Danial Sohail's user avatar
0 votes
0 answers
212 views

We need to check daily if our CF7 form is working properly (form submission data arrives to support's email). So i need a way to programmatically submit the form on frontend. I tried with WP-Cron but ...
Ion T's user avatar
  • 45
1 vote
2 answers
239 views

When my WordPress site loads up, towards the top, I have something that is generated in the DOM.... <a class="skip-link screen-reader-text" href="#content">Skip to content<...
klewis's user avatar
  • 899
1 vote
1 answer
39 views

I want to add a product when service post type inserting or updating. Below is the code. It works but it keep generates products while the code executing. What is the wrong with this code? add_action( ...
Avijit Palit's user avatar
0 votes
0 answers
38 views

I am trying to call a function using the scheduler, wp_schedule_single_event, it is successfully scheduled but the function related to the hook is not called.
Kapil Sharma's user avatar
0 votes
1 answer
2k views

I am trying to make a website as a task for my university. I used this tutorial: https://ubuntu.com/tutorials/install-and-configure-wordpress#1-overview the first time I did it it was fine , but I ...
Giannis's user avatar

15 30 50 per page
1
2 3 4 5
97