image-1

Are you still using a CTA plugin?

At HanamiWEB Online School,

●Ask questions in real-time in the virtual study room!

●Ask as many questions as you want via chat!

●E-learning materials that you can learn as much as you want, 24 hours a day!

All included for just 2,500 yen/month!

CTA is essential for attracting visitors from your blog. Some themes even have a CTA block.

What is a CTA?

CTA stands for Call to Action.

These are the text and buttons that guide customers who visit your site to the action you want them to take.

specifically

  • Sign up for our newsletter now
  • Free consultation now
  • Document request

etc. Add linked text or a button within or at the end of the article.

Why do we need CTAs?

When you write a blog on a website, unexpected articles can become popular. In such cases, by placing a CTA button in the article, you can easily create a path that leads to the page or action you really want to see.

Until now, CTA plugins have been the norm

To use CTA in WordPress, it was common to use a plugin. The most popular plugin is [WordPress Call ti Action].

What is a WordPress Call to Action?

It used to be a standard plugin, but it is no longer updated and is no longer available for new use.

However, if you have been running a website for a long time, you may still be using the WordPress Call to Action plugin.

We do not recommend using plugins that have not been updated, as they will not have the latest security enhancements against vulnerabilities.

You can use CTAs without using a CTA plugin!

Gutenberg, the WordPress block editor, has a category called “Reusable Blocks”.

This is a great feature that allows you to register text or buttons in reusable blocks and easily call them up and use them multiple times.

Do I need to add a plugin to use reusable blocks?

Since it is a standard feature, it is already installed in your WordPress. You can find it at the bottom of the block!

再利用可能ブロックとは

How to register for reusable CTA features

First, write the text or button you want to act as a CTA in your blog post.

再利用可能ブロックに追加

There is a button called [Add to reusable block] here.

Just give it a name and save it so you don't forget it.

How do I use CTAs if I'm using the Classic Editor?

Unfortunately, reusable blocks are unique to the latest version of the editor, Gutenberg.

For those still using the Classic Editor!

The block editor makes it very easy to layout your site. Please try using the block editor.

[Advanced] Code to make reusable blocks easier to manage

It is very easy to register a reusable block. You can also edit the reusable block in the article where you registered it.

By adding code to function.php, you can easily manage your reusable blocks from your dashboard.

By adding the following code to function.php, you can add a "Manage Blocks" item to the admin screen.

add_action( 'admin_menu', 'add_custom_menu' ); function add_custom_menu(){ add_menu_page( 'Manage Blocks', 'Manage Blocks', 'manage_options', 'edit.php?post_type=wp_block', '', 'dashicons-admin-post', 21 ); }
再利用可能ブロックを管理画面につかして簡単に管理

In this way, you can easily add new reusable blocks or edit and update the content.

再利用可能ブロックを管理画面につかして簡単に管理

It's great that you can use the CTA function without using a plugin!

If you don't know how to set up a CTA

Hanami-web offers online private lessons using Zoom. You can use the service for as little as 30 minutes, so you can solve any problems you have in your spare time!

Leave the reskilling of your website to us!

Since 2019, we have been sharing skills related to WordPress and websites. We have accumulated case studies and know-how, and are good at quickly and accurately solving problems. If you have any concerns about your website, please feel free to contact us via our official LINE account!

↑Click to open the official LINE page

Latest Articles

Explains how to customize the LifterLMS system automatic output page
LifterLMS Customization example when the registration date and active date are different due to bank transfer, etc.
(Solved) Emails sent from WordPress to Gmail are not being sent [Lollipop]
Explaining package (ticket) settings for the WordPress reservation system Amelia
WP Rocket - WordPress Caching Plugin
en_USEnglish