wordpress短代码是在wordpress2.5以后新增加的功能,那么如何在wordpress项目中设置短代码,下面web建站小编给大家简单介绍一下具体方法!
在当前主题的functions.php文件中新增以下代码:
function web_link( $atts, $content = null ) { extract( shortcode_atts( array ( 'href' => 'https://ipkd.cn/' ), $atts ) );echo $href; return '<a href="'.$href.'">'.$content.'</a>'; } add_shortcode( 'weblink', 'web_link' );
wordpress调用标签:
[weblink href="https://tool.ipkd.cn/"]web建站工具[/weblink]
wordpress建站如何快速提交和优化您的网站(IndexNow插件)?
标签: wordpress技巧, wordpress短代码
上面是“wordpress如何设置项目短代码”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3754.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!