chun89
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Category pagesbut i dont think the validation problem is related to my problem here. I didn realize that my code were compressed. I am still learning thanks.
Forum: Themes and Templates
In reply to: Move image(logo) up/higherdo you mind looking at my website https://www.collew.com/wp at internet explorer? the header looks screwed up. pls help me.
Forum: Themes and Templates
In reply to: Move image(logo) up/higherthank you so much. it is perfect now! I couldn’t thank you enough.
Forum: Themes and Templates
In reply to: Move image(logo) up/higherit helps! I appreciate it so much. One last thing before I consider it perfect! the sidebar,how do I move the categories and tags higher up?
Forum: Themes and Templates
In reply to: Move image(logo) up/higherthank you so much,it really helps.but there is still space between the “home” tab and my post. please advice me I appreciate it.
Forum: Themes and Templates
In reply to: Replace blog title with imagenetxm,pls have a look now at collew.com/wp
Now, there is a huge gap in my post between the date and the content.I hope I could move the logo higher up and close the gap. Pls advice me. thx.Forum: Themes and Templates
In reply to: Replace blog title with imagethx netxm i will try. appreciate it/
Forum: Themes and Templates
In reply to: Replace blog title with imageCould u help me now. Please look at my site https://www.collew.com/wp.
Could you help me move the logo up-above the home tab and everything will be perfect.
Here is the relevant code.
<div id=”header”>“>
<img src=”logo_300.jpg” alt=”<?php bloginfo(‘name’); ?>” />
Forum: Themes and Templates
In reply to: help with post<?php get_header() ?>
<div class=”hfeed”>
<div class=”hfeed-tab”>
<div id=”tab-content”>
<div id=”tab-content-post”>
<div class=”fspace”></div><?php while ( have_posts() ) : the_post() ?>
<div id=”post-<?php the_ID() ?>” >
<h2 class=”entry-title”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2><div class=”entry-content-home”>
<?php
$permalink=get_permalink($ID);
if(empty($post->post_password)){
if (!(strtoupper(get_locale()) == ‘ZH_CN’)){
echo ‘<p>’;
the_content_rss(”, true, ”, 55);
echo ‘</p>’;
}else{
$exp=mb_substr(strip_tags($post->post_content),0,220);
echo ‘<p>’.$exp.’ …… ‘;
}
_e(“ More »</p>”,’js-o3-lite’);
}else{
_e(“<p>Protected post.Enter your password to view”,’js-o3-lite’);
_e(“Click me to go and enter the password »</p>”,’js-o3-lite’);
}
?>
</div>
<p class=”homemeta”>
<span class=”dateicon”><?php the_time(‘Y/m/d’) ?></span>
<span class=”caticon”><?php printf(__(‘%s’), get_the_category_list(‘, ‘)); ?></span>
<span class=”comicon”>
</span>
</p></div>
<?php endwhile ?>
</div>
<div id=”nav-below”>
<div class=”nav-left”>
<span class=”nav-previous”><?php next_posts_link(__(‘« Older posts’)) ?></span>
<span class=”nav-next”><?php previous_posts_link(__(‘Newer posts »’)) ?></span>
</div>
</div>
</div><ul class=”ui-tabs-nav”>
<?php if ( is_home() && !is_paged()) : ?>
<li class=”current_page_item”>” title=”back to homepage”>Home
<?php else : ?>- ” title=”back to homepage”>Home
<?php endif // is_home() && !is_paged() ?>
<?php wp_list_pages(‘sort_column=post_title&title_li=&depth=1&’)?></div>
</div>
</div>
</div><?php include (TEMPLATEPATH.’/sidebar.php’) ?>
<?php get_footer() ?>
It already says the content. i appreciate your reply though