python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to exclude custom post type Tag from the loop?
I'm trying to get all categories of custom post type "Services" with relative posts, but its showing tags also and I want to exclude the services taxonomy tags from the category list. Sorry ...
Devbuddy
Votes: 0
Answers: 1
How to POST to admin-post.php from Avada formbuilder form
Using the Avada theme's form builder functionality, I’m attempting to use the “Send to URL” option to POST the form and then run an api call in a plugin I’ve written.
I was thinking I could set the “S...
agileMike
Votes: 0
Answers: 1
Trying to get two parent divs in a container div to display in a row with one of the parent divs repeating multiple rows without affecting 2nd parent
I'm creating my WordPress theme from scratch, and this is a template for the posts that appear on the front page that would be added dynamically. I'm also using bootstrap 5 for this.
I have a containe...
VitaminD
Votes: 0
Answers: 1
Wordpress how to access a custom query variable from the url
I have the url http://localhost/testsite1/coder2/?id=71 with parameter id=71.
As i am developing in WordPress I cannot use $_GET['id'] and so need to use get_query_var('id') to access the parameter.
T...
sw123456
Votes: 0
Answers: 1