Demo
体验菜单:时事
使用
1.无插件实现
- 1.在你的主题目录下
~root/usr/themes/your-theme/
创建一个单页模板文件 2.文件名随意,然后在文件中你想要展示的地方添加如下代码
<?php $content = file_get_contents('https://news.topurl.cn?ip='.get_real_ip()); echo $content; ?>
- 3.在typecho后台添加单页,选择刚添加的页面作为模板即可
体验菜单:时事
~root/usr/themes/your-theme/
创建一个单页模板文件2.文件名随意,然后在文件中你想要展示的地方添加如下代码
<?php
$content = file_get_contents('https://news.topurl.cn?ip='.get_real_ip());
echo $content;
?>
评论 (0)