Relative Content

Tag Archive for phpwordpressadvanced-custom-fields

Re-ordering ACF Flexible Content Fields in WordPress, not by order in PHP file?

Currently I have a single.php file where I am calling all my ACF fields, which are displaying all okay. The only issue is that they are displaying in the order they appear in the single.php rather than the order in my Wordpress Admin. Am I missing something really obvious here? Should these custom fields be added to a separate php file and called into the single.php file in particular way? It is worth noting that I am using Classic Editor as this is my preference.

Currently building basically an online market with ACF and php but getting errors

I am making a market in which users will have a set number of currency called leaves and coins and they can exchange these. I am using the code snippet plugin. I am very,very inexperienced with php.I have made a field group called user points which contains coins and leaves. I need to get the value of leaves and coins and display them. I also need to implement a system in which there can be transactions between leaves and coins. I am also really tired of banging my head against the wall because wordpress and php are very new to me.

WordPress ACF: Create Page for permalink

So basically, I used Advanced Custom Fields to create a post called Career Opportunities . The post has a field called job description that uses the field WYSIWYG Editor. The user adds the text content with the job description field, and once this is done, a permalink is created. I used Php with a shortcode to generate a list of items from the job posts with a link button for the permalink.

Values ​not received

I put the following code in the template function of my site, but the problem is that the values ​​— and — and — are correctly received in the display_all_regim_posts_with_meta($atts) function, but in the send_sms_on_publish($ID, $ post) are received as empty and I need them in the second function or SMS

WordPress: community-new/page/2/ not found

So basically, I created a custom post with Advanced Custom Fields for WordPress that includes pagination. The pagination renders even and adequately shows the pagination button, but when I navigate to the second page, it goes to /community-news/page/2/, which leads to a 404 error. The main page is /community-news. I have had added the custom_disable_redirect_canonical function in my function.php as required but still it doesn’t work. I also changed the permalink to Custom structure /community-news/page/%pagename%/ but nothing

Get all field comment of a ACF field in all product

I used acf field to add a few new fields for product comments(name, email, title, how_was_your_overall_experience, …). Now I create a review page and want to get all those fields of all products but I don’t know how to do it. help me
enter image description here