Questions tagged as 'advanced-custom-fields'

1
answer

Include Multiple Custom Post Type Files with Advanced Custom Fields

Good morning, I need to include several files in a Post Type, I'm using the Advanced Custom Fields (ACF), to create custom fields. Is it possible to do this without creating another post type just to include those files and relate them to the...
asked by 16.04.2018 / 15:26
0
answers

Customize WordPress query to search for custom taxonomies and custom post types

Hello I have 1 custom post type called "Enterprise", which is the basis of my application. In addition to this custom post type, I have: City - > taxonomy Status - > taxonomy Type - > taxonomy Beach - > custom post ty...
asked by 27.02.2018 / 19:54
0
answers

WordPress - Pagination does not work in taxonomy

I have a custom post type "news" and a "subject" taxonomy that has its terms, to do the pagination I am using the following code (page-news.php): $custom_query_args['paged'] = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1; $args = ar...
asked by 25.01.2017 / 17:25
2
answers

Taxonomy of Advanced Custom Fields not showing!

Good evening person, first time attending here. I created a theme in WordPress but I have a problem that is taking my day. I am not a programmer, but I know how to create themes for wordPress because I understand the logic of PHP. Following: I h...
asked by 13.11.2016 / 22:55
0
answers

Custom field without value appears in meta_key query in Wordpress

When creating any Custom Field with the ACF plugin, even if I do not add any value to it in a post, when doing a query via meta_key these posts that have no value are displayed. For example, I create a post and in a meta_key I add an expirati...
asked by 15.02.2016 / 17:27