python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to separate terms name with comma in an array?
I am trying to get taxonomies terms names separated with a comma. This is the code, but it separates taxonomies and terms with : If there are many terms they get separated with : instead of , If I del...
twelvell
Votes: 0
Answers: 1
How to get active Taxonomy Name in WordPress
I am customizing the Taxonomy edit page in the back-end.
My requirement is to get ALL the ACTIVE taxonomy slug.
For that, I am using the following code.
global $wpdb;
$table_name_tax = $wpdb->pref...
Parthavi Patel
Votes: 0
Answers: 1
Redirect custom taxonomy terms archive to page
I wish redirect my terms template to a page with the save slug (to allow the client to custom the page and use a template model for this page), this is my code
function redirect_archive_term() {
...
Schmitt Aurelie
Votes: 0
Answers: 1
WP_Query search within the page not working
I have a custom post type called book. This book has multiple taxonomies such as Book Category, Publishing Year, Print Status.
All books listed on the page are called books and users are able to brows...
WP Learner
Votes: 0
Answers: 0