4
by 4bzthemes 1 (0 reviews)

4bzCore

A collection of shortcodes, widgets, a shortcode builder, multiple featured images, a related posts module, and much more.

4bzCore ranks #44,109 among WordPress.org plugins with 10+ active installations, is #1,315 of 3,321 in the Social & Sharing category, a 1/5 rating from 0 reviews, and was last updated Sep 14, 2015. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 4.3 (Current: 7.1.1)
v1.0.5 Current Version v1.0.5
Updated 11 years ago Last Update on 14 Sep, 2015
Refreshed 10 hours ago Last Refreshed on
#1,315 of 3,321 in Social & Sharing Top 50% by installs No update in over a year
View on WordPress.org
Rank
#44,109
-1408 this week
Active Installs
10+
-9.1%
KW Avg Position
N/A
No change
Downloads
3.6K
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 20

Total Progress 20%
10+ 20+
41,923
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 8 more installs to reach 20+

Rank Changes

33,817 37,537 41,258 44,979 48,699 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
33,817 37,537 41,258 44,979 48,699 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
Current #44,109
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
0 10 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about 4bzCore

[Support Forum] (http://wordpress.org/support/plugin/4bzcore) on WordPress.org.
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.

Sign In / Register

You need to sign in or register to use this feature.