I've been working on a blog site using this theme and I really like the way it looks. However I just got around to disabling the "submitted by Username on date" option under "Display post information on" under themes, global settings. The big dates still appear at the top of my static pages. Perhaps these work differently in this theme. Is there a way to get ride of these for pages and still have them appear in the blog where they look great?

Comments

vm’s picture

:I quickly looked at the theme, mileage may vary:

open node.tpl.php
copy the entire content to node-blog.php
upload to your theme folder

in node.tpl.php find

  <div class="contentdate">
    <h3><?php print $month; ?></h3>
    <h4><?php print $day; ?></h4>
  </div>

and remove it.

now your blog should use the node-blog.php file where date is included
and the original node.tpl.php which will be used for other content types won't have the date since its been removed.

may also have to look at <?php print format_date($node->created); ?> for removal.

anthonyjhall’s picture

Thanks for the suggestion but no joy so far.

I created the file node-blog.php in the Blue Zinfandel folder using the content from node.tpl.php then removed the date parts from node.tpl.php but blog entries still seem to be generated from node.tpl.php so now nothing has dates.

Any ideas welcome but I think I should probably just move on to different theme.

hunterst’s picture

I would be very interested to find a solution to anthonyjhall's problem. I think this is a great theme, but I would like to remove the date icon from my static pages, while keeping it on my blog.

I tried the solution above and had no luck either.

ipwa’s picture

I haven't forgotten about this, but I'm working on my dissertation so haven't had a chance to look at the problem. I will have a new dev release with a fix next week.

ipwa’s picture

On the recent dev release the date icons can be removed by disabling post information for the desired content type in theme configuration. I will leave this issue open because the date and user information under the node title still gets displayed.

ipwa’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Fixed

Fixed in 5 & 6 dev releases.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.