// 注册小工具区域 function hupsun_widgets_init() { register_sidebar(array( 'name' => __('Primary Sidebar', 'hupsun'), 'id' => 'primary-sidebar', 'description' => __('Main sidebar that appears on the right.', 'hupsun'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer Widgets', 'hupsun'), 'id' => 'footer-widgets', 'description' => __('Footer widget area.', 'hupsun'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } add_action('widgets_init', 'hupsun_widgets_init'); WordPress博客网站常用Robots.txt规则 | HupSun's blog
  • Style Blog & Magazine WordPress Theme

    Molestias ultricies, ante quam urna ut volutpat, egestas dolor dui, nec hac ultrices nulla non netus. Placerat vehicula donec non suscipit egestas, augue vel suspendisse. Et felis venenatis blandit sed est ultrices, adipiscing urna, at aliquam nullam facilisis aliquet sapien, eget duis consectetuer tristique nunc

    Learn more
  • Style Blog & Magazine WordPress Theme

    Molestias ultricies, ante quam urna ut volutpat, egestas dolor dui, nec hac ultrices nulla non netus. Placerat vehicula donec non suscipit egestas, augue vel suspendisse. Et felis venenatis blandit sed est ultrices, adipiscing urna, at aliquam nullam facilisis aliquet sapien, eget duis consectetuer tristique nunc

    Learn more

Newsletter

Latest article

建站经验
网店流程化

淘宝网创办于哪年(  )。2003年&n…

16 /3 月 2019

0 Comments
WordPress博客网站常用Robots.txt规则

说明:我们有时候页面有些内容由于某些因素,都要防止被搜索引擎收录,而禁止搜索引擎收录比较简单的办法是在Robots.txt里设置规则,Robots协议(也称为爬虫协议、机器人协议等)的全称是“网…

Learn more

Back to Top