Phil, you will have to use the Loop and loop over all the posts from the post type you want, then with wpalchemy you can do the following (using the post ID):
$sidebar_excerpt = $sidebar_excerpt_meta->the_meta( $post_ID );
See also: http://codex.wordpress.org/The_Loop
Related Posts:
- WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up
- WpAlchemy – _global_head is being output 3 times [closed]
- WPAlchemy – Checkboxes not saving
- how to use a single checkbox with wpalchemy?
- Using custom field as custom post title
- After moving my site from a dev subdomain, to root, all my custom meta data is gone
- WPAlchemy: How to output values?
- wp_editor and WPAlchemy messes up tags when updating
- special characters after saving draft interpreted as �
- wp alchemy multiple image uploader output images to template
- How to protect post attachments related to a custom post type, from non-logged in users, on 1 subsite of a multisite installation?
- WPAlchemy MediaAccess inserting media link in WP Editor instead of custom field in metabox [closed]
- wp_editor loses data, perhaps an html_entity_decode problem?
- Set default value for radio button in WP Alchemy custom meta box?
- get_posts in meta box dropdown not showing latest posts
- wpalchemi metabox doesn’t show value from my post type
- How can I output WPAlchemy repeating fields meta values in my page template?
- Strange problem with HIdden Input field and WPAlchemy
- problem saving/ retrieving custom meta with wp alchemy metabox
- Include doesn’t work, getting strange path: (/usr/local/php53/lib/php) – Whats wrong? (WPAlchemy)
- using the loop in custom meta is messing up ‘add new’ post type
- using WPalchemy to output custom metabox from homepage template
- WordPress adding extra html coding to my data on saving
- Issue with file paths after porting metabox from main theme to child theme
- WPAlchemy Metabox rewriting slug
- wpalchemy repeating fields dropdown issue
- WP Alchemy – stripping my paragraph tags from textarea metaboxes
- Import data from arbitrary CSV to WPAlchemy meta fields
- Cannot get tags working from a WPAlchemy metabox with wp_editor()
- Dynamically create check boxes for given post titles in WPAlchemy
- WPAlchemy – Multiple TinyMCE editor blank (can’t add text)
- Issue displaying multiple TinyMCE editors with WPAlchemy