• Resolved abouldin

    (@abouldin)


    Hi,

    I was trying to mess with CSS on my blog to get it where the blog title under general settings would not show up on top of my custom logo at the top of my blog (help with this would be awesome, but its not my worry?)

    I edited the index.php file and took out the line: <?php the_title() ; ?> because I thought it was related. It wasn’t but when I pasted it back and then pressed updated file the formatting on my post titles is gone, leaving the site looking pitiful: http://www.fishsickness.com/
    What can I do to the code to fix this? How do I get the formatting back?
    It used to have these big blue letters like on this post: http://www.fishsickness.com/?attachment_id=433

    Any help would be greatly appreciated.

    And let me know if you have any more questions. (i embeded the top part of the index.php file below

    Thanks,

    Andrew

    <?php get_header(); ?>
    <div class=”contentLayout”>
    <div class=”sidebar1″>
    <?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>
    </div>
    <div class=”content”>
    <?php the_title() ; ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”Post”>
    <div class=”Post-body”>
    <div class=”Post-inner article”>
    <h2 class=”PostHeaderIcon-wrapper”>
    <span class=”PostHeader”>” rel=”bookmark” title=”<?php printf(__(‘Permanent Link to %s’, ‘kubrick’), the_title_attribute(‘echo=0’)); ?>”>

    </span>
    </h2>
    <?php ob_start(); ?>
    <?php $icons = array(); ?>
    <?php if (!is_page()): ?><?php ob_start(); ?><img src=”<?php bloginfo(‘template_url’); ?>/images/PostDateIcon.png” width=”17″ height=”18″ alt=”PostDateIcon” />
    <?php the_time(__(‘F jS, Y’, ‘kubrick’)) ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Post Title Formatting dissapeared….Help!’ is closed to new replies.