Plugin / 4bzCore

4bzthemes

Frequently Asked Questions (FAQ)

4bzCore provides a function to retrieve the post meta data, which includes the featured images, video/audio embed, and the related posts ids. Here is the suggested code to use: global $fourbzcore_plugin; if ( isset( $fourbzcore_plugin ) && method_exists( $fourbzcore_plugin, 'get_post_meta' ) ) { $your_variable = $fourbzcore_plugin->get_post_meta( $post_id /* optional */ ); } Here is the structure of the array: array( // featured images. 'media' => array( array ( 'url' => string, 'alt_text' => string, 'width' => int, 'height' => int, ) ), // video/audio iframe embed code. 'media_embed' => array ( 'code' => string, ), // related posts ids. 'related' => string, ) Note that the default wordpress featured image is not included in this array. You have to retrieve this through wordpress functions, such as get_the_post_thumbnail.
4bzCore provides a function to retrieve the user meta data, which includes the user avatar, title, address, phone number, social share links, and skills. Here is the suggested code to use: global $fourbzcore_plugin; if ( isset( $fourbzcore_plugin ) && method_exists( $fourbzcore_plugin, ‘get_user_meta’ ) ) { $your_variable = $fourbzcore_plugin->get_user_meta( $user_id /* optional */ ); } Here is the structure of the array: array( // Title 'title' => string, // Contact info 'contact_address' => string, 'contact_phone' => string, 'contact_facebook' => string, 'contact_twitter' => string, 'contact_google' => string, 'contact_linkedin' => string, 'contact_instagram' => string, 'contact_tumblr' => string, 'contact_pinterest' => string, // Skills 'items' => array, // Avatar 'avatar' => string, 'avatar_width' => int, 'avatar_height' => int, 'avatar_alt' => string, )
This shortcode/widget displays sticky posts, and if there are no sticky posts to display, it defaults to display recent posts. So, if there is no limit set and there are no sticky posts, then this shortcode/widget will display all posts. This is not a bug, but the default behaviour.

Ratings

0
0 reviews

Rating breakdown

Details Information

Version

1.0.5

First Released

11 May, 2015

Total Downloads

1,946

Wordpress Version

3.8 or higher

Tested up to:

4.3.21

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.