
[2019] VST Plugins BLACK FRIDAY Sale Information
The Black Friday season has come this year. What an early year! This year’s deals are also available on […]
続きを読む
[Bootstrap4 Display property] How to switch between display and hide on responsive sites
When creating a responsive site with the Bootstrap4 grid system, I summarized the switching method to display […]
続きを読む
[Bootstrap4] How to switch side-by-side button groups vertically [Responsive]
Introducing how to switch the “Bootstrap4” “Horizontal” button group to “Vertical” by making it responsive. Ho […]
続きを読む
[Open Graph and Twitter Card Tags] Error handling [WordPress plugin]
This section explains how to deal with errors in WordPres plug-in “Open Graph and Twitter Card Tags̶ […]
続きを読む
[WordPress] How to branch with custom post taxonomy term
Code <?php if (is_object_in_term($post->ID, ‘[taxonomy]’,'[term]’)){ ?> <?php } else { ?> <? […]
続きを読む
[WordPress] How to reflect CSS in the visual editor
Code functions.php add_editor_style(); add_editor_style(“editor-style.css”);; CSS wp-content/themes/[theme fol […]
続きを読む