wordpress 内容页实现画中画广告
骆驼 发表于 2008-01-26 00:16 | 来源: | 阅读 93 views
在模板文件夹中找到single.php,打开single.php,找到:
在
[?php the_content(’Read the rest of this entry »’); ?]
前面加上以下代码:[?php the_content(’Read the rest of this entry »’); ?]
[div style=”float:left;width:250px” ]广告代码[/div]
这样就可以实现画中画环绕文字广告功能了,left为左边显示,right为右边显示,修改250px为你需要的合适大小。
另广告代码里的[,]需替换为<,>
关键字:


很好。谢谢分享
Reply