Questions tagged as 'custom-post-types'

1
answer

Custom post url structure with tags and tag listing

Hello, I'm trying to reach the following url structure for post personalizado portifolio : website.com/portifolio - Displays all posts - OK website.com/portifolio/slug - Displays the portlet item with slug slug - OK webs...
asked by 17.11.2015 / 19:22
1
answer

List custom post type of several taxonomies

I've used this code: <ul> <?php $args = array( 'post_type' => 'integrante', 'orderby' => 'title', 'order' => 'asc', 'lang' => 'pt', 'tax_query' => array( 'relation'...
asked by 03.02.2016 / 18:01
1
answer

Add Change Author in Type Post Quick Edit

I created a type post to customize the admin of a client's wordpress, everything works perfectly, however the option to change the author of the post in "quick editing" does not appear, I know that by default it will not show for fields custom,...
asked by 11.10.2016 / 07:32
1
answer

Is it possible to create a dynamic field within an Advanced Custom Field?

I need to create a dynamic field by pulling information from the database that will be relating teachers and their characteristics and putting this field as Advanced Custom Fields] within a CPT UI named teachers. The only thing I ne...
asked by 27.08.2015 / 17:09
0
answers

Wordpress - Custom Post Type and New Taxonomy - Display records only from the selected category

I created a custom post type called "downloads" and created categories for them using register_taxonomy () called downloads-category. In WP-Admin, I was able to register all my files and separate them by categories. It's working fine. But on...
asked by 30.08.2018 / 18:52
1
answer

Ajax filter on wordpress

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form and ajax so you do not need to reload the page. I have the following situation, I created a custom post type reselle...
asked by 13.03.2018 / 20:52
0
answers

Problem with RSS_feed description in a custom post

I have the following problem: I have a custom post that has some social buttons (short, share) ... As the custom post does not appear by default in the feed, I am using the following function: function add_events_to_rss_feed( $args ) { if...
asked by 03.12.2017 / 21:22
1
answer

Page not found for Post type category in Wordpress

I'm learning how to create a theme in Wordpress and created a custom Post Type . Inside the page I've listed the categories created only for this particular Post Type . I just do not know how to create a file that behaves like the category.ph...
asked by 04.03.2016 / 01:25
1
answer

Detect field type sent in POST PHP

Is there a way to identify the type of field that is coming in a post? If it's Text or Array? Example: I have listbox (select multiple) and text fields in html, and in it the user can select values or not, I have a function where I chec...
asked by 02.10.2018 / 17:10
0
answers

Divide the contents of a post into several parts

The question may seem out of scope, however I do not find anything about it that clarifies my doubts. Is it possible to split the content of a post into several sub posts?    Currently the link for my post looks like this: https://meudom...
asked by 02.12.2018 / 21:52