How to create a website using WordPress/How to use plugins/No-code construction blog
How to create a matching homepage using WordPress [HivePress] Enable the rich text (HTML) editor for listing descriptions
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!
We will explain the code introduced in the HivePress code recipe.
Enable the Rich Text (HTML) editor for your listing description
<?php
add_filter(
'hivepress/v1/models/listing',
function( $model ) {
$model['fields']['description']['editor'] = true;
return $model;
},
1000
);
Add to function.php
The code is added to function.php.
- Create a child theme and add it to function.php
- Added using the code snippets plugin
Please edit function.php in one of two ways.
This blog post explains the prerequisites you need to know before editing function.php!
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