Is it safe and good practice to use do_shortcode to escape?
We’re using Advanced Custom Fields in our company and sometimes we need to use shortcode in our custom fields. In the php code … Read more
We’re using Advanced Custom Fields in our company and sometimes we need to use shortcode in our custom fields. In the php code … Read more
I am writing some PHP which allows users of my site to submit a form and query posts by their post_meta. Everything works … Read more
Ok, I think I have a simple fix here. I’m using ACF to link health reports to specific dogs on a breeder website. … Read more
I have Post Object field set up for pages. What I want to do is to output title of the posts associated with … Read more
I used WordPress codex page to code. As you can see I have 2 PHP codes in my line. The page is able … Read more
I’m getting started with advanced custom fields. I have a category field (main_category) where the categories given below are selected using the radio … Read more
Use ACF pluging to save a windows path like this : c:\users\thanassis\photos using a text field. The ACF saves this : c:usersthanassisphotos as … Read more
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 … Read more
The title might be a bit vague while I’m not quite sure how to describe it. What I want: At every single post … Read more
So I have a custom post title being written by a front-end (non-admin access) form using AFC fields. What I am after is … Read more