Again, I’m not familiar with Advanced Custom Fields but you may be able to store the returned value into a variable then test if that variable is empty, like so:
<?php
$pista1a = types_render_field("pista-1a", array("argument1"=>"value1","argument2"=>"value2","argument2"=>"value2"));
?>
<ul>
<?php if( ! empty( $pista1a ) ) : ?>
<li>
<?php echo $pista1a; ?>
</li>
<?php endif; ?>
</ul>
Related Posts:
- Why have on every line
- WordPress and event-driven programming – what is it about?
- Receiving Stripe Webhooks on a wordpress website
- What would be a PHP command to erase all posts from category X from the last month?
- Admin Bar (Toolbar) not showing on custom PHP file that loads WordPress
- Display a selected custom product option in WooCommerce cart
- Custom post type column which compares dates?
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- Walker class: Problems with understanding how walk() method can be called without error
- Change comments form title on a page by page basis
- Limit the Excerpt field in WP-Admin in words
- How to create different menu’s for not logged in visitors and for logged in members?
- Setting up the child theme so as to enable right-to-left WordPress?
- Custom Loop Pagination on WordPress
- delete an array element when its date expires
- Type hinting and void return question
- Customized title tag for each page in pagination?
- How to break down importing of feeds
- Wrap First Character after in a tag
- How to create and work with custom data / tables (i.e., for arbitrary data)?
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- Multiple choice in a custom taxonomy
- Random Default Avatar Function
- Customizer: Output default value in Customizer CSS
- How to add just one specific page to widget without plugin?
- Taxonomy linked to pages
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- WP dynamic featured image – Can’t get second featured image url
- Converting HTML Template to WordPress Theme
- Can I install/embed WordPress on a ‘single page’?
- How to check if a meta value has already been assigned to any user?
- How to hide products that do not have an image from a slider carousel for an ecommerce webpage?
- WordPress admin pointers tour bug?
- How to get the value of input hidden html from text editor to custom page template?
- Using $wpdb (WPDB class) ‘replace’ with multiple WHERE criteria problem
- Custom posts in different columns style
- Need help enqueueing webfonts
- Custom Background by Page IDs
- “operation successful” message
- Change order of custom submenu link in WP Admin?
- Underscore – Self hosted fonts
- I’m trying to create an array with a foreach loop, but the array only stores the last item [closed]
- Function Reference Documenting Template Tags for use in Custom Theme Templates?
- Create page template via functions.php?
- How to create a field in customize and show that in header.php?
- How Do I Find & Remove H1 From Site-Title-Wrapper? [closed]
- Delete or edit postmeta with specific meta_key?
- Update if post with specific title exists
- Set cookie for visitor
- pass html code to worpdress
- How do I custom code the start page?
- Display movies that apear this day next
- Kohana Frontend, WordPress Backend
- is_user_logged_in returning nothing on custom page
- Customize field names in backend profile edit page through function.php [duplicate]
- how to add datas in taxonomy to post with wp_insert_post
- Change permalink structure specific category
- Array data not saving to specified sections. How to make seting independantly?
- WP_REST_Response – How to return Gzip answer and add Content-encoding header?
- Create Columns with Custom Walker and CSS Classes
- I need to display posts in subcategory beside posts in main category
- How can I check that the acf field value is not a duplicate when adding a post?
- Adding an Anchor Link to a wordpress menu using WPBakery Page Builder
- Removing “There is no account with that username or email address.” error message in “/wp-login.php?action=lostpassword”
- Integrate otp in my custom singup form
- How to block specific user id in custom login form?
- I want to fusion the product columns in email table order
- Inserting a class on before_widget if checkbox is checked
- Add a new view on the Woocommerce account page
- How do I add a predefined class to a custom html element?
- How to identify which php file a plugin is using on page load?
- Adding new divs with custom classes to products on WooCommerce shop page [closed]
- How to separate the taxonomies list from the form so that editing taxonmies is the same as pages and posts?
- Redirect user role to a specific page on login in a multisite network?
- How to add a full working piece of website already coded, to a large scale Website design project?
- Add custom attribute to product’s HTML to woocommerce cart page
- Create custom admin page with custom text fields
- Remove node from multisites?
- custom field – changing an element or background of id div – different versions not working
- Multisite – Display different header content based on which site is accessed
- How to get php file based on URL in WordPress
- How can I customize a WordPress theme before it’s downloaded?
- Replace Underscore (_) on Space ( )
- Why isn’t my custom Javascript showing up in my custom template?
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- PHP call div with function
- media-uploader insert into post is not inserting
- How to show all of aspecific post type that has taxonomy and a specific term
- How to hide something from custom home page with php code?
- How To Customize Position of »add to cart« of WooCommerce on Product Page [closed]
- Where can I find the code for the menu page meta boxes?
- Display a list of users with avatar filterable with alphabets
- How does one programmatically manage posts from a external php script?
- wp_head makes my custom page template not work in Customizer?
- Woocommerce linking variations
- How to remove the intro animation which appears during the load up of some WordPress themes? [closed]
- How to continuously developing a WP site that is already deployed in production without damaging it during development
- How to change product title color in shop page if product has specific product tag (Woocommerce)?
- Restricting page by user role
- Custom WordPress Customizer Control for Typography Presets renders blank section or fallback , despite correct class registration