This is an awesome theme! I have all of the display post information disabled on my site, but with this theme it display information doesn't work. The theme still displays this information even though I have it disabled. The other problem is that the content middle section isn't wide enough using the Firefox browser 3.5.7. When I switched to this theme I wasn't able to switch to any other theme because that part was cut off. I had to use IE8 to switch to another theme. Great work on this theme!

Comments

AmberJoy-1’s picture

I had the same problem. I wanted all the display post info to disappear for all nodes, so I opened the file "node.tpl.php" & just deleted:

jemp’s picture

I did this (following your instructions) and the authoring and date information disappeared but the icons are still there - how do I remove them?

Danielle

fwood’s picture

Removed because this did not work properly. Dont want to pass on bad info.

Nathanael81’s picture

Title: Display post information & Content Middle Section » Display post information

is anybody still watching this? I deleted the code above, but I also want the icons to disappear...
has anyone got any idea??? Great work on the Theme btw. - it's looking awesome!!!

Nathanael81’s picture

ok, first sat: I'm really a beginner when it comes to codes, but I tryed to find a way myslf and that is what I did:

after the deletion mentioned above, I deleted:

?>/images/PostDateIcon.png" width="17" height="18" alt="PostDateIcon"/>
?>/images/PostAuthorIcon.png" width="18" height="18" alt="PostAuthorIcon"/>

did not work, error message:

Parse error: syntax error, unexpected '|' in C:\xampplite\htdocs\migdol\themes\obsidian\node.tpl.php on line 10

so I deleted the whole line:

<img class="metadata-icon" src="<?php echo get_full_path_to_theme(); ?>/images/PostDateIcon.png" width="17" height="18" alt="PostDateIcon"/> <?php echo format_date($node->created, 'custom', "F jS, Y"); ?> | <img class="metadata-icon" src="<?php echo get_full_path_to_theme(); ?>/images/PostAuthorIcon.png" width="18" height="18" alt="PostAuthorIcon"/> <?php echo theme('username', $node); ?>

till now it seems to work pretty well, but I'm happy anyone knowing it better to correct me!

jvdurme’s picture

Thanks, that worked!
There's still that blue thick line on Page nodes, but I'm glad the info is gone.
Is the theme still being maintained? Great theme otherwise!