Hello all

I create a page contecnt, it works fine thanks, but at the top of my page i got "Submited by admi on date"

My page is a static page, not a post, how can i remove this line ? i

Is there a way to remove the "Home" link ? Or the title ?

In fact, i need to know how i can get more control on the content of a page ... :)

Remove the "submited by ...." is the most important for me

Thanks in advance.

Comments

sepeck’s picture

In the handbook basic settings section look at this

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

puti’s picture

You can also get more control of content by using 'page' and 'story' node-types (see Node types in the Installation and configuration handbook).

By configuring Drupal's settings, you can let your site's users submit stories but not pages (with the node_privacy_byrole module), and as sepeck points out, you can control post information on node-types. If you develop your Drupal site's theme (which involves coding), you can make even more adjustments to the way node-types display, for example you can allow users to comment on stories, but not pages.

I think the main reason those 2 node-types are in Drupal is to allow control over static and dynamic content - the 'page' and 'story' node-types are a good basic level to start with. If you want more node-types, there's the flexinode module.