This is more of a theory question than a question with a direct answer. I’ve been working with different actions for firing functions when a post is updated or...
Hi there I am developing a theme where I have to load some posts with ajax, in my index page everything works properly, the problem is when I need...
The WordPress site I am working on has thousands of posts, is updated hourly, and has dozens of plugins and hacks to get it to work in the way...
I have a custom content type, “products”, which shares the category taxonomy with posts. We’re using posts to discuss and review products. The idea is to have two separate...
I have two plugins – one is the “primary” plugin called “SmartPost” and I’m trying to extend it with another plugin called “SmartPost E-mails”. So, in other words, “SmartPost...
I’ve inherited a website with a post type courses that has a custom field ‘date-start’, a Date Picker. Unfortunately the date start is stored as ‘ddmmyy’ and the ACF...
I’ve installed WP-API along with Basic Auth. I’m able to fetch cpt posts using curl http://siteurl.com/posts?type={post-type} However, if I change a post to private, it is no longer returned....
I try to add to my custom wordpress Theme requirejs because I do not want to use wp_enqueue over and over to inject used plugins and on the other...
In my admin section I would like to add in Appearance > Menus > some custom pages to add to my menu. I have two different menu one for...
I’v built a custom widget that will show some sport scores. Scores are added trough custom post. When i open new custom post(scores) i enter their team names, score,...