ash1sh
Account Closed
- Impact
- 3
Hello,
I am new to wordpress..
I have installed lastest version of Wordpress and now when i publish each new post....i see gaps between lines(single line spacing)...?????????
why is it so??????
Also, I just installed a theme GreenTrack and facing some problems.
The thme is working fine but with each title of the post i see 'e' in the end.
Suppose i make a post "Exam time"......but i get "Exam timee" instead.
What code should i modify?
This is the code i see in post.php file
****************************************
<div class="post-title"><em><?php the_category('&');?></em><?php the_time('d M Y h:i a'); ?></div>
<p class="post-info"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a><?php edit_post_link('e'); ?></p>
<div class="post-content">
<?php the_content(); ?>
<p class="post-info-co">
<?php wp_link_pages(); ?>
</p>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<div class="post-footer"><?php comments_popup_link(__('No Comments Yet'), __('Comments (1)'), __('Comments (%)')); ?></div>
********************************************
I am new to wordpress..
I have installed lastest version of Wordpress and now when i publish each new post....i see gaps between lines(single line spacing)...?????????
why is it so??????
Also, I just installed a theme GreenTrack and facing some problems.
The thme is working fine but with each title of the post i see 'e' in the end.
Suppose i make a post "Exam time"......but i get "Exam timee" instead.
What code should i modify?
This is the code i see in post.php file
****************************************
<div class="post-title"><em><?php the_category('&');?></em><?php the_time('d M Y h:i a'); ?></div>
<p class="post-info"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a><?php edit_post_link('e'); ?></p>
<div class="post-content">
<?php the_content(); ?>
<p class="post-info-co">
<?php wp_link_pages(); ?>
</p>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<div class="post-footer"><?php comments_popup_link(__('No Comments Yet'), __('Comments (1)'), __('Comments (%)')); ?></div>
********************************************






