python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Displaying ACF field in page or archive head
I would like to use an ACF field to inject Schema merkup to a few specific pages on my WordPress website. Some of them are custom taxonomies or custom post types.
After a two hour research on the topi...
spacer55
Votes: 0
Answers: 1
Populate Post Object field with selected value of taxonomy field ACF
I have 2 fields:
type taxonomy called "category"
type post object called "products"
What i want? populate the dropdown of "products" only with the "category" ...
Andres patiño
Votes: 0
Answers: 1
not able to filter WordPress posts with custom meta-data
this is how I load the post via backend via PHP
$projects = new WP_Query([
'post_type' => 'verlage',
'posts_per_page' => -1,
'order_by' => 'date',
'order' => 'desc'...
michi-dev
Votes: 0
Answers: 1
ACF block background colour in admin panel
I have a bunch of ACF blocks (within an accordion), have added a status field for each block (active or disabled). Basically I want to be able to hide a block on front-end without needing to delete it...
devofash
Votes: 0
Answers: 1