多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 使用方法 **1.打开handsame主题目录->component->sidebar.php** ![](https://img.kancloud.cn/47/88/4788fde46b8085733d67942b2291b8fb_1063x455.png) <br> **2.在上面截图的代码位置:** ``` <?php if ($this->options->adContentSidebar != ""): ?> <!--广告位置--> ``` 3.添加以下代码: ``` <!--个人公众号位置--> <section id="a_d_sidebar" class="widget widget_categories wrapper-md clear"> <h5 class="widget-title m-t-none text-md"><?php _me("欢迎关注微信公众号") ?></h5> <img src="https://你的公众号图片地址" alt="个人微信公众号" title="个人微信公众号" class="block"> </section> ``` ## 效果演示 ![](https://img.kancloud.cn/f4/44/f44467f388c7dbde39f452e75b89eba5_1359x481.png)