WordPressã®ã·ã§ã¼ãã³ã¼ãã®åºæ¬çãªãã®ããå®ç¨çãªãã®ã¾ã§ã®ãã¥ã¼ããªã¢ã«ãSmashing Magazineããç´¹ä»ãã¾ãã Mastering WordPress Shortcodes ã·ã³ãã«ãªã·ã§ã¼ãã³ã¼ã æåã¯ãç´æã®ãHello, World!ãã®è¡¨ç¤ºã functions.php function hello() { return 'Hello, World!'; } add_shortcode('hw', 'hello'); WordPressã«è¨è¿°ããã·ã§ã¼ãã³ã¼ã [hw] URLã表示ããã·ã§ã¼ãã³ã¼ã ãªã³ã¯ã®hrefããURLãåå¾ãã¦è¡¨ç¤ºã functions.php function myUrl($atts, $content = null) { extract(shortcode_atts(array( "href" => 'http://' )
{{#tags}}- {{label}}
{{/tags}}