Forum Replies Created
-
AuthorPosts
-
closemarketing
ParticipantOk Anh. I suppose that we could make it if we send to the people to buy the plugin in order to use it.
Thanks for the information.
Regards.October 18, 2019 at 4:33 PM in reply to: ✅How can I use MB-Blocks as template registered post type? #16598closemarketing
ParticipantI get a blank page when i use the template...
October 18, 2019 at 4:25 PM in reply to: ✅How can I use MB-Blocks as template registered post type? #16597closemarketing
ParticipantVery nice!!!
Thanks!
closemarketing
ParticipantNice! that's all that I need!
Congratulations for the plugin.
October 15, 2019 at 7:16 PM in reply to: ✅How can I use MB-Blocks as template registered post type? #16539closemarketing
ParticipantHello in register_post_type, you can have block templates. It should be nice to have as default the block in a post type:
'template' => array( 'layout/name-block' ),
'template_lock' => 'all',But I'm not sure which values use in template.
Regards.
closemarketing
ParticipantWhat are the limitations for template.php? I'm trying to use rwmeta and WordPress Functions like the_excerpt, the_post_thumbnail, etc. But they does not work.
closemarketing
ParticipantHow can i use rwmb_meta? Could you give me an example?
closemarketing
ParticipantWould you add in your roadmap to save meta values as well?
closemarketing
ParticipantSo, I can use rwmb_meta in template block?
closemarketing
ParticipantOr, Could I use meta values in template block?
closemarketing
ParticipantHello, I've found the error. I was using meta-box as composer, and it was not working...
Now as plugin it works correctly.
closemarketing
ParticipantHello!, yes it loads all entries from a post type:
//Variations Options $var_options = array(); $variationscpt = get_posts(array( 'post_type' => 'variation', 'posts_per_page' => -1, 'orderby' => 'name', 'order' => 'ASC' )); $variationscpt_item = array(); foreach ($variationscpt as $var_item) { $var_options[$var_item->ID] = $var_item->post_title; }closemarketing
ParticipantThanks Ahn.
closemarketing
ParticipantWhy don't you make divider to clear floats?
-
AuthorPosts