一对一免费咨询: 13913005726 025-66045668

我知道wordpress有神奇的自定义函数,这个自定义函数基本上可以代替大部分的插件了;我也知道wordpress有神奇的自定义域,虽然用起来比较麻烦,但是不能不说它真的很强大;今天我才发现,原来wordpress还有更神奇的短代码(简码)的功能!当然,还是得借助function.php这个文件来实现。

什么是短代码(简码)?就是你在写日志的时候,在编辑器里随便插入几个英文字符,当出现在文章里的时候,它就是千变万化的其他内容了。你说神奇不?!

一、超链接用[url]

1. 打开主题中的functions.php文件。粘贴以下函数到其中:

function myUrl($atts, $content = null) {

extract(shortcode_atts(array(

"href" = 'http://'

), $atts));

return 'a href="'.$href.'"'.$content.'/a';

}

add_shortcode("url", "myUrl");//把函数转化成简码

南京网店设计

2. 简码创建成功,现在就可在日志和页面上使用了。

[url href=http://www.wordpress.com]WordPress recipes[/url]

日志保存后,简码会显示名为WordPress recipes的链接,并指向http://www.wordpress.com。

代码注释:若要正常运行,简码必须处理两个参数:$atts 和 $content。$atts是简码属性,上例中,属性为href,且包括了URL链接。$content是简码内容,位于域名和子目录之间(即www.example.com和/subdirectory之间)。正如以上显示,我们给$atts 和 $content都设置了默认值。

二、创建发送到 twitter 的简码

function twitt() {
return 'div id="twitit"a href="http://twitter.com/home?status=Currently reading '.get_permalink($post-ID).'" title="Click to send this page to Twitter!" target="_blank"Share on Twitter/a/div';
}
add_shortcode('twitter', 'twitt');

然后只要在你文章需要的地方插入[twitter]此简码,发送到Twitter链接就会只出现放置简码的位置。

三、创建RSS订阅简码

function subscribeRss() {
return 'div class="rss-box"a href="http://feed.happyet.org"Enjoyed this post? Subscribe to my RSS feeds!/a/div';
}
add_shortcode('subscribe', 'subscribeRss');

同样用[subscribe]就可以显示了,当然加点css修饰一下就更好了。

四、定制Google AdSense位置

function 电子商务网站建设流程 showads() {
return 'div id="adsense"
//google adsense code here
/div';
}
add_shortcode('adsense', 'showads');

使用[adsense]在你需要的位置调用google ad,记得给外包的那个div设置css样式。

五、嵌入RSS阅读器

//This file is needed to be able to use the wp_rss() function.
include_once(ABSPATH.WPINC.'/rss.php');
function readRss($atts) {
extract(shortcode_atts(array(
"feed" = 'http://',
"num" = '1',
), $atts));
return wp_rss($feed, $num);
}
add_shortcode('rss', 'readRss');

使用简码的时候输入:[rss feed=http://feed.happyet.org num=5]

feed属性(attribute)即是要嵌入的feed URL,num即是要显示的条目数量。

六、使用简码从WordPress数据库中提取文章

function sc_liste($atts, $content = null) {
extract(shortcode_atts(array(
"num" = '5',
"cat" = ''
), $atts));
global $post;
$myposts = get_posts('numberposts='.$num.'&order=DESC&orderby=post_date&category='.$cat);
$retour='ul';
foreach($myposts as $post) :
setup_postdata($post);
$retour.='lia href="'.get_permalink().'"'.the_title("","",false).'/a/li';
endforeach;
$retour.='/ul 北京延庆县网站建设公司 ';
return $retour;
}
add_shortcode("list", "sc_liste");

在WordPress编辑器中使用以下简码:[liste num=3 cat=1],系统将从ID为1的类别中提取3篇文章。

代码注释:系统提取参数并创建全局变量$posts后,sc_liste()函数使用了 get_posts(),numberposts, order, orderby和category参数以从类别Y中获取X篇最新日志。完成后,系统就会以无序的HTML列表形式显示日志。

七、获取日志中的最新图像

function sc_postimage($atts, $content = null) {
extract(shortcode_atts(array(
"size" = 'thumbnail',
"float" = 'none'
), $atts));
$images =& get_children( 'post_type=attachment&post_mime_type=image&post_parent=' . get_the_id() );
foreach( $images as $imageID = $imagePost )
$fullimage = wp_get_attachment_image($imageID, $size, false);
$imagedata = wp_get_attachment_image_src($imageID, $size, false);
$width = ($imagedata[1]+营销型小程序案例2);
$height = ($imagedata[2]+2);
return 'div class="postimage" style="width: '.$width.'px; height: '.$height.'px; float: '.$float.';"'.$fullimage.'/div';
}
add_shortcode("postimage", "sc_postimage");

使用代码:[postimage size= float=left]

代码注释:sc_postimage()函数首先提取了简码属性,然后它使用get_children(), wp_get_attachment_image() 和wp_get_attachment_image_src()这些WordPress函数检索图像。完成后,系统就会返回图像并插入到文章内容中。

八、在侧边栏微件中添加简码

add_filter('widget_text', 'do_shortcode');

好是好,function.php文件得爆炸了……不知道会不会对速度有影响。(原文链接)


 


 南京牧狼文化传媒有限公司简介:


      牧狼传媒,牧者之心,狼者之性,以牧之谦卑宽容之心待人,以狼之团结无畏之性做事!


  公司注册资金100万,主营众筹全案服务、网站营销全案服务、网站建设、微信小程序开发、电商网店设计、H5页面设计、腾讯社交广告投放以及电商营销推广全案等相关业务,致力于为客户提供更有价值的服务,创造让用户满意的效果!


  为百度官方及其大客户、苏宁易购、金山WPS秀堂、美的、创维家电、新东方在线、伊莱克斯、宝丽莱等国内国外知名品牌服务过,服务经验丰富!同时,公司也是南京电子商务协会会员单位、猪八戒网官方认证签约服务商、江苏八戒服务网联盟、南京浦口文化产业联合会会员单位,可以为您提供更好的服务!


  主营项目:众筹全案服务、网站营销全案服务、网站建设、微信小程序开发、电商网店设计、H5页面设计、腾讯社交广告投放、竞价托管、网站优化、电商代运营等


  合作客户:百度、苏宁易购、饿了么、美的、创维家电、新东方在线、宝丽莱、金山WPS秀堂、伊莱克斯


  资质荣誉:百度商业服务市场2017年度最佳图片服务商、南京电子商务协会会员单位、猪八戒网官方认证签约服务商、江苏八戒服务网联盟、南京浦口文化产业联合会会员单位、八戒通TOP服务商、"易拍即合杯"H5创意大赛"三等奖"。



致力于为客户创造更多价值
13913005726 025-66045668
需求提交
电话咨询
在线咨询