https://developer.wordpress.org/files/2014/10/Screenshot-2019-01-23-00.20.04.png
カテゴリー: Uncategorized
ショートコードテスト
ショートコードは、function.php内に記述して追加できる
- function hogehoge () {
- return “ショートコードテストです”;
- }
- add_shortcode(‘fuga’,’hogehoge’);
function名とadd_shortcodeの2つめは一致する必要があり、1つめはショートコードを呼び出す名前となる
function.phpに記述
[test1]
shortcode.phpに記述し、function.phpから読み込む
[fuga]
include(get_template_directory().'/shortcode.php');
mw wpform関連
https://qiita.com/gtijp/items/65bf0af75140fe2774a1
https://alaki.co.jp/blog/?p=2139
https://www.omakase.net/blog/2020/10/validationengine.html
https://tanacio.com/contactform7-jquery-validation-engine/
https://it-web-life.com/wordpress_contact_form_beforeunload/
jQuery Validation Engine
https://qiita.com/soundweaver/items/6f3c9d6847f1502d80f5
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!