Taxonomy pages, stop them indexing or being generated?

The easiest way would be to install the Yoast SEO plugin then in your wp-admin go to SEO -> Titles & Meta -> Taxonomies and click ‘no index, follow’ next to the ones you don’t wish to be indexed. Edit: Sorry, slightly confused. Your taxonomy pages have two urls? is that it?

Filtering posts by taxonomy and meta_value

I have finally been able to come up with a solution based on some help from my more MySQL oriented question at Stack Overflow: add_filter( ‘posts_fields’, ‘posts_fields’ ); function posts_fields( $fields ) { if ( ( is_woocommerce() || is_search() ) && ! is_admin() ) { $add = ” , CASE wt.slug WHEN ‘antique’ THEN 1 … Read more

how to print post tags [duplicate]

Can’t you just use this: <?php the_tags( ‘<span class=”tags”>’, ‘, ‘, ‘</span>’ ); ?> https://codex.wordpress.org/Function_Reference/the_tags get_terms gives you all the tags from your site I think.

taxonomy terms are not populating select tag options

I believe this has more to do with the ternary operator being used inside of string concatenation. I would eliminate this issue by relying on a classic if statement, but WordPress provides a helpful function selected, giving us: $terms = get_terms( ‘department’ ); if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)