Wordpress-2个或更多边栏

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress-2个或更多边栏相关的知识,希望对你有一定的参考价值。

  1. -----------------------------------
  2. Functions.php
  3. -----------------------------------
  4.  
  5. if ( function_exists('register_sidebar') )
  6. register_sidebar(array('name'=>'sidebar1',
  7. 'description' => 'This shows in admin widget header.',
  8. 'before_widget' => '',
  9. 'after_widget' => '',
  10. 'before_title' => '<h4>',
  11. 'after_title' => '</h4>',
  12. ));
  13.  
  14. register_sidebar(array('name'=>'sidebar2',
  15. 'description' => 'This shows in admin widget header.',
  16. 'before_widget' => '',
  17. 'after_widget' => '',
  18. 'before_title' => '<h4>',
  19. 'after_title' => '</h4>',
  20. ));
  21.  
  22. -----------------------------------------
  23. Sidebar.php
  24. -----------------------------------------
  25.  
  26. <?php /* Widgetized sidebar, if you have the plugin installed. */
  27. if ( !function_exists('dynamic_sidebar')
  28. || !dynamic_sidebar('sidebar1') ) : ?>
  29. <?php endif; ?>
  30.  
  31. -----------------------------------------
  32. Sidebar2.php
  33. -----------------------------------------
  34.  
  35. <?php /* Widgetized sidebar, if you have the plugin installed. */
  36. if ( !function_exists('dynamic_sidebar')
  37. || !dynamic_sidebar('sidebar2') ) : ?>
  38. <?php endif; ?>

以上是关于Wordpress-2个或更多边栏的主要内容,如果未能解决你的问题,请参考以下文章

使用具有 2 个或更多水平的因素运行(混合模型)回归时,错误“对比只能应用于具有 2 个或更多水平的因素”

3个或更多进程之间的通信

匹配 3 个或更多连续连续字符和连续相同字符的正则表达式

如何接收 2 个或更多不同的异常?

markdown 删除2个或更多空格

在 2 个或更多表上使用 SELECT