WordPress-CMS Hacks and Tricks
Something learned from WordPress CMS Hacks and Tricks
1. Create a static home page 使用一个静态页面作为首页
By default, a WordPress home page shows chronological blog post entries — with the most recent post at the top. If your goal is to have a WP-created Page with static information, WordPress will allow you to select a different page as your home page so that you can display more traditional content like information about yourself or your business.
How To »
In your admin area, just go to Setting » Reading. Here you can decide if your home page will display your blog posts or a static page, if you choose a static page you can also choose which page to be your home page from the select box.
做法很简单,在后台Reading Setting里选择Front Page为你写的Page就可以了。
2. Customized Navigation bar 自定义导航栏
Adding too many pages to a WordPress blog that has a navigation bar in the header can really make your WordPress blog a mess. There are options to control what pages are shown in the navigation bar and even a way to add external links.
How To »
The Template Tag, wp_list_pages(), displays a list of WordPress Pages as links. It is often used to customize the Sidebar or Header. You can simply edit the header.php file and exclude any page id you want, you can also include the pages you want. So now the code of the top nav bar will look like this:
微软也玩CMS-Oxite

微软也推出了个CMS系统,当然,肯定是基于.NET平台跟SQL Server的。
最近一段时间,似乎MS也开始做一些很源的事,虽然很多人说MS开放的源代码都是无关痛痒的东西,
不过,好歹人家愿意开放,也在慢慢开放更多的技术,。
共享万岁~点此浏览Oxite网站
刚打开时候还以为这个网站是基于WordPress的,
结果发现不是,这个就是Oxite做的,唉,难不成大家都喜欢这样的布局么……
Drupal简介
最近一段时间基本都在忙Drupal的活儿。
不知道哪里来的兴致,准备专门介绍下Drupal这个东西。
这是一套强大的开源CMS系统,恩,开源,CMS~
源于荷兰的系统,听说原本作者是打算注册Dorp(小村庄)为域名,结果阴错阳差的注册成了Drop。
大概Drop在荷兰语里的发音,是Drupal,看了ORG的logo,觉得翻译成“水滴”很适合。
稍微介绍下Drupal:
Drupal是基于PHP开发的一个功能强大的content manage system(cms),在功能设计上它仿照了phpnuke,xoops等的模块化方式,界面上仿照了blog模式。这个程序以极少的代码实现了非常强大的功能,Drual5源代码不到1M。
所以,很多人用“神奇”两个字来形容它,Drupal是一个完全开放源代码的程序,这一点,吸引了很多PHP爱好者,目前,很多PHP高手参与了它的开发,目前,modules和skins也越来越多。
Drupal获得的奖项非常之多,有兴趣的可以检索一下。