开发者

Beginner question on Drupal

开发者 https://www.devze.com 2023-02-05 01:29 出处:网络
I am new to PHP and am doing some research on Drupal system to set up a website for my church. Just want to know how to development a module on a page that display a list of articles? eg. display the

I am new to PHP and am doing some research on Drupal system to set up a website for my church. Just want to know how to development a module on a page that display a list of articles? eg. display the article by category or tag etc.

Is there any template I can use or 开发者_如何学CI will need to develop the template myself?

Thanks in advance!

Chris


Check out the views module. It lets you define your own rules for viewing articles (or other content types), by tag, category, or any arbitrary conditions you can think of.


in complement to @DanSingerman good answer For category and tags you should have a look at Taxonomy and also SimpleView to get some less advanced user interface when building your views.


If you're only displaying articles, you should go with Wordpress. Most Drupalistas would probably recommend Wordpress over Drupal for this usage.

0

精彩评论

暂无评论...
验证码 换一张
取 消