By default, the node links in the blog page con开发者_JS百科tains blog_usernames_blog (admin\'s blog), comment_add (Add new comment) and node_read_more (Read more).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to get my secondary links (which are using primary links as the source, so the children of the primary links) to display as a dropdown on every page.However, since (im guessing) there is n
I\'m trying to make a custom theme for a drupal blog, and I want the search box to appear in the header. To do that, I\'ve put the follow开发者_Python百科ing code in the page.tpl.php template file :*
I want to group some fields inside a div or similar HTML tag, for example I\'m displaying node\'s title + node\'s teaser + node\'s image, I want to group the title and teaser into one DIV in layout fo
I can apply a custom theme to a certain content type in Drupal by copying the node.tpl.php file and placing the name of my content type right after the \"node\" in the file name and appending an hyphe
I\'m a drupal newbie... <?php print $node->field_date[0][\'view\']; ?> I can get the custom created CCK fields\' value and display in tpl.php files as above... that\'s fine.
I tried to display body content with: <?php print $node->content[\'body\'][\'#value\']; ?> However, it doesn\'t display all body content, it just display first paragraph of body content, s
I\'m a drupal newbie... I have different type of contents like News, Events, etc. and their content is different. News detail page has title-content text-date. but Events detail page has title-date-c
In Drupal, I created a block using views. This block contains the latest blog entries. I\'ve placed this on a specifi开发者_运维问答c page to display it as an archive. Now, as for the blog itself (for