Order get_terms using a Custom Field
I have a custom taxonomy of “crb_issues” that has a custom field associated with it that is “issue_date” which outputs a date value for each term to looks a lot like “20140601” yearmonthday.
I have a custom taxonomy of “crb_issues” that has a custom field associated with it that is “issue_date” which outputs a date value for each term to looks a lot like “20140601” yearmonthday.
how can i achieve a front end form with preview option to create custom post based on the input? I want it done without any plugin. A simple example will help a lot.
I have a third party json feed http://feeds.artlogic.net/artworks/artlogiconline/json/ that i need to use to import data in wordpress as a custom post type called “artwork”. Are there are handy plugins that could map this data. Or are there any handy api that would make this easier to code. I’m newest to wordpress development. Answers: Thank … Read more
I’ve searched around a bit, and I’m having trouble finding an answer to this question. What I’m trying to do is automatically fill a custom field when a post (custom post type) is updated or published. Ideally the completed script will call out to an API and fill the custom field with the resulting information whenever a post is created or updated. For right now though, I’m just trying to automatically fill my custom field with a simple string for testing. Here’s my code:
Basically, I need to alter the info the user inputs into an advanced custom fields textbox before it is written to the database but I don’t know how to grab it. I can only get it after it has been written to the meta portion of the database by using get_field(). Answers: Thank you for … Read more
I would like to search in custom_post by title and by the ACF fields.
Is there some wordpress magic/plugin that will make the media library only show images that were uploaded to a specific custom post type?
I have a custom post type called “artists”, I want, when admin click to upload/attach an image, that the media library popup only show images that have been uploaded to the artists custom type, and not the entire site.
I have a custom post type “Kalender_item” with a custom Date Field (YYMMDD). I want to list all the posts on a page sorted by Year and Month.
I’m looking to replace an events plugin that i have on my website currently. We realize we don’t need a full blown calendar and things like that, we just need to be able to enter in Events with a start and end date and also custom times. I made custom fields for start date and end date using the Advanced Custom Fields -> Date Picker fields. Naturally, it’s possible that an event may span over multiple months.