-
Posted a reply to Customisation and email, on the site WordPress.org Forums:
Hi @torokzsofi Firstly my apologies for the late reaction. Wasn't on here for a while.… -
Posted a reply to Customisation and email, on the site WordPress.org Forums:
Thanks for the reply, @payalrajyaguru Will have a look at this. -
Posted a reply to Create radiobuttons with custom post type, on the site WordPress.org Forums:
I'm not completely sure to be honest... give it a try, I would say. Worth… -
Posted a reply to Create radiobuttons with custom post type, on the site WordPress.org Forums:
Hi @jackbluehouse2019 You should replace YOUR CPT NAME HERE with the name of your custom… -
Posted a reply to Customisation and email, on the site WordPress.org Forums:
I've answered the first question myself. Just wrapped the auctions shortcode in a div and… -
Created a topic, Customisation and email, on the site WordPress.org Forums:
Hi, Playing around with this auction plugin and I hav… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
Hi @bcworkz, thanks for you response(s). You're correct: the current setup is a list of… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
Ow, my bad. I've created a github where I added my template-home.php and functions.php. Would… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
If you want I could give you the url and login if that would help… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
The custom post type Offers I made in functions.php with the following code: function cptOffers()… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
Could you provide a code example or maybe a snippet on which I can build… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
So, I've added a new acf Relationship field to the Product(s) post type. That gives… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
Thanks for your reply, @bcworkz Like you said I think the biggest problem I have… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
I thought I had figured it out by getting the Offers cpt data via the… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
The thing that makes it a bit strange for me is that in my current… -
Posted a reply to Combine two custom post types, on the site WordPress.org Forums:
Hi bcworkz, The Offers cpt is created with the following code: function cptOffers() { $labels… -
Created a topic, Combine two custom post types, on the site WordPress.org Forums:
I'm a little stuck on the following use case, maybe so… -
Posted a reply to Create radiobuttons with custom post type, on the site WordPress.org Forums:
Hi Yordan, Ah, I forgot to mention that, thanks for doing so #thumbsup -
Posted a reply to Create radiobuttons with custom post type, on the site WordPress.org Forums:
Solved the issue by doing the following things. Maybe this helps someone who tries a… -
Created a topic, Create radiobuttons with custom post type, on the site WordPress.org Forums:
Hi, I've got a Contact Form 7 form which users can us… -
Posted a reply to Generate pages from url params, on the site WordPress.org Forums:
@bcworkz thanks for your reply. Haven't thought of terms; perhaps that's the way to go… -
Created a topic, Generate pages from url params, on the site WordPress.org Forums:
Hi, I'm struggling with the following problem I'm try… -
Posted a reply to Display post taxonomy REST API, on the site WordPress.org Forums:
Hi bcworkz, You're right; the plan b wasn't something I wanted to do, it was… -
Posted a reply to Display post taxonomy REST API, on the site WordPress.org Forums:
Hi Anurag, This doesn't seem to do anything, except limit the result to 10 items… -
Created a topic, Display post taxonomy REST API, on the site WordPress.org Forums:
Playing around with VUEJS and the Wordpress Rest API I… -
Posted a reply to ACF true/false, on the site WordPress.org Forums:
After some tinkering about, it looks like it has to do something with the default… -
Created a topic, ACF true/false, on the site WordPress.org Forums:
Hi, Created a custom posttype to get my projects. I w…