Skip to content

Kemoku Plugin Blocks ​

There are multiple blocks and shortcodes available for you to present your website information. It is recommended to use native blocks instead of shortcodes, however if for some reason you're still using a version of WordPress lower than 5.0, you can use shortcodes as well.

There are 2 groups of blocks:

  1. Blocks you can use on all pages
  2. Blocks you can use on review pages

This page describes the blocks you can use on all pages.


Using Blocks ​

Below are the blocks available in Kemoku plugin you can use on all pages:

  • Reviews Listings (Tables and Grids)
  • Review CTA
  • Review Bonus

Reviews Listings ​

Simply add the block, select reviews you want to display, adjust the settings and they are ready.

💁 since version 1.5 you can choose reviews manually, filter them by category or by tag(s).

You can select a review category and all reviews in that category will be displayed. You can also set a limit, for example display 10 reviews in "Sports" category.

Besides categories, you can filter reviews by review tags as well. In difference to categories, you can select multiple tags. For example, display 12 reviews tagged "USA" and "Canada". You can combine those 2 together, for example display 10 reviews in "Sports" category tagged "USA" and "Canada".

💁 since version 1.5.7 you can overwrite bonus and affiliate link values on each listing block.

💁 since version 1.5.8 you can enable filters, sorting and load more button on listing blocks.

💁 since version 1.6.3 you can display terms in a popup.

💁 since version 2.0.0 you can display filter reviews by the visitor's country and display a country support badges on listing items.

💁 since version 2.2.0 you can overwrite bonus codes for individual items in your tables and grids.

💁 since version 2.2.0 you can filter review tables and grids by specific custom fields like payment methods, currencies, sports, services, countries and US states.

Table ​

Table: Payments ​

💁 since version 1.6.5

New table design for showcasing review payment options such as different payment methods, payout speeds. You can use the filtering, sorting and limiting options with this table as well. The styles of this table can be easily customized, learn how to do that here.

Grid ​

Grid: Bonus ​

💁 since version 1.6.8

New grid design for showcasing review bonuses. You can use the filtering, sorting and limiting options with this grid as well. The styles of this grid can be easily customized, learn how to do that here.

Filters and Sorting ​

Both for tables and grids, this is what the filters and sorting popup looks like. And you can customize every part of it as described here.

Review CTA ​

Simply add the block, fill in the heading (optional), content and button/link fields and it's ready.

💁 since version 2.4.0

New list block for displaying links to review pages.

To customize the block styles, override the below CSS custom properties in your Additional CSS section.

css
.sb-review-links {
  /* min width of each grid item */
  --item-width: 280px;
  /* grid item padding */
  --item-padding: 1em;
  /* gap between elements in grid items */
  --item-gap: 1em;
  /* the height of the log image */
  --logo-height: 3rem;
  /* the color of the border and right chevron */
  --accent-color: #cad5e2;
  /* the hover color of the border and right chevron */
  --hover-color: #62748e;
  /* grid item background color */
  --item-bg-color: transparent;
  /* logo image background color */
  --logo-bg-color: #fcfcfc;
  --text-color: #333;
  --name-font-size: 1em;
  --shadow: none;
  --radius: var(--section_border_radius);
}

Review Bonus ​

💁 since version 2.3.0

New card block for showcasing a single review's bonus offer. Displays the review logo, a bonus heading label, the bonus text, an optional copy-able bonus code, an affiliate link button, and optional terms.

The block can target a specific review via the Review field, or leave it empty to automatically use the current review page. You can override the bonus text, bonus code, affiliate link, and terms directly in the block fields.

Blocks vs Shortcodes ​

You can use all blocks as shortcodes as well. Check out Shortcodes for more information.

It is highly recommended to use blocks instead of shortcodes. Future blocks may not have shortcodes.