This code is right ?
<?php if(get_field('yo')): ?>
<div class="list-group">
<?php while(has_sub_field('yo')): ?>
<a href="#" data-id="vimeo-player-1" data-seek="<?php the_sub_field('dataseek_meta'); ?>" class="timecode list-group-item list-group-item-action"><i class="fa fa-play-circle-o" aria-hidden="true"></i><?php the_sub_field('seek_name'); ?><span class="badge"><?php the_sub_field('dataseek'); ?></span></a>
<?php endwhile; ?>
Thanks
Related Posts:
- Pass PHP variable to javascript
- Namespaces in WordPress – How do I initiate the main class?
- wordpress get meta value by meta key
- What areas to Unit test while building a plugin?
- How to find out if option exists but is empty?
- update_meta_user difference in i:1 and b:1, how to write b:1
- Registration Form Validation in wordpress
- Errors while using ajax from external wordpress page
- Dequeue / Deregister script and replace it with a new plugin
- How to add inline css/js inside a shortcode
- Is this plugin being loaded before file.php, subsequently not allowing me to use certain functions?
- How to handle autoloading with composer by keeping the WordPress naming conventions?
- Hide Theme options and Customize Admin menu
- Current user in plugin returns NULL
- How can I implement a notification system in wordpress?
- Minimum PHP Required for WordPress
- Building an email signup form. Where should the information be saved in the DB?
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- Where should I save an API key of my user when installing my plugin?
- How to make a customize role and view a specific plugins base on that role?
- Custom form action to handle data inside a plugin
- WP Post Template – Templates in own folder
- Create entire wordpress as a github repositery?
- Map Custom Registration Fields to WordPress User Roles
- custom payment gateway in woocommerce failed to connect to remote api server
- Plugin options page with live preview?
- Ajax call returning 0
- How to update post’s content on post publish?
- Conditional attributes and logic per product category
- WordPress plugin admin html being shown in Customizer iframe
- Displaying Custom Sidebar Without Modifying Theme’s Core File?
- WordPress Widget – Saving multidimensional arrays into $instance
- Unable to delete custom post types, confusion around capabilities
- Getting wp.me shortlink for wordpress custom post type
- where is the main file in this plugin?
- Remove .htaccess portion upon plugin deactivation?
- Insert Array in Plugin Database
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- First plugin, problem with get_pages
- plugin wraps the entire content
- Shortcode Attributes to Return different $_POST
- Plugin onclick button activate other plugin
- Translation issue with global variables
- Is there a better way of handling AJAX requests in WordPress?
- How programatically cause uploads folder to be created?
- what is the point of telling add_filter how many parameters you want passed to the function?
- How to add category and subcategory in WordPress custom code?
- Structuring function with registration_errors hook
- Can’t create tables with my plugin
- Yoast SEO Plug In and my Theme duplicating code. Need some feedback on what to do? [closed]
- using wp_cache in plugin
- Should I use the action in the plugin’s main file?
- Using Class loader in WordPress boilerplate
- wp_query ‘s’ parameter does not work with WC_AJAX
- Monitor all the queriers executed by my website
- Dotenv file in custom plugin
- Allow a particular user to access a particular plugin?
- wordpress plugin add page when activate
- Problem with MEMCACHE and Redis with wp_options
- Add style to body based on url
- Getting the same post on my related post
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- How to check for already existing plugin versions on activation? and prevent errors
- update_post_meta is not working for me when I use e.preventDefault for update button
- How to create a plugin with automatic update?
- How to remove WordPress Default Comment? not Facebook
- How to use Datatable with Ajax when creating plugin on WordPress?
- Loading plugin script only on required page?
- Create survey that redirects to sidebar menu customized to answers
- Uploading images to custom table
- Changing author slug for a custom role without using plugin
- plugin operation launch every time i click on page
- Plugin management with my custom plugin
- Plugin Version List not Shown
- WP options plugin setting not saving the selected checkboxes
- How to pass value from WordPress to Javascript
- How do I create a state of “don’t assign anything to variable” if WP_Error throws an error?
- How can I customize Easy Appointment plugin?
- How to get post that has non zero or greater than zero meta value
- Plugin communication between sites that use it?
- How to change meta data(title, description) for current post?
- how to add custom css at top above all css file for specific url
- Form tries to download a file on submit
- Provide http service by wordpress plugin
- Coming soon pages with rest of site in maintenance mode
- insert multiple entries in database using a loop issue
- create web service for android app using wordpress website
- Web Application Framework Compatibility with WP Plugin
- Plugin Works, but Widget Doesn’t
- Plugin loaded, but not running
- Merge custom plugins in one folder
- Why tinyMCE.editors doesnt work on tinyMCE
- Execute certain function on GET request
- Filter EVERY category link with my plugin
- get_option include in my adsense
- Undefined variable _POST
- How can I make a website with dynamic features with wordpress?
- How to create a nameplate extension? [closed]
- How can I properly sanitize the update_option in WordPress?
- Why is my menu page not being displayed?