Any help with this would be greatly appreciated – I’ve been grappling with it for days 🙂 I have 2 post types – product + offer I have an...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or...
I have installed Advanced Custom Fielts, and I have created custom fields such as email, phone etc. I put those in my footer.php, and the data is displayed only...
Closed. This question is off-topic. It is not currently accepting answers. Asking to recommend a product (plugin, theme, book, hosting provider), tool, library or off-site resource is out of...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
I’ve gotten as far as creating custom post types, custom fields and linking those to templates on this first time WordPress project i’m working on, but i seem to...
I’ve seen similar questions and solutions, but so far I couldn’t apply it to my code. The following code (functions.php) works perfectly fine: if( isset($query->query_vars['post_type']) && $query->query_vars['post_type'] == 'turniere'...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or...
I am trying to filter posts with certain values and sort by the date field using ACF module. I have succeeded in filter with package and type. But when...
I am working with a CPT that is using ACF fields to manage content and the hero image. With the new Archive page template, I wish to have featured...