Profiles

  • Member Since: August 10th, 2019
  • Find me on:
  • Posted a reply to Add Taxonomy title to index name, on the site WordPress.org Forums:
    <?php $terms = get_the_terms( $post, 'especialidades' ); if ( $terms ) : echo '[' .…

  • Posted a reply to Show Custom Taxonomy Fields, on the site WordPress.org Forums:
    <?php $a_z_query = get_the_category(); echo $a_z_query[0]->cat_name; ?> (dont work)

  • Created a topic, Show Custom Taxonomy Fields, on the site WordPress.org Forums:
    Hi, I created a Product page with post type and within…