successenroute
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Funny characters after server move: ???halo, why no one reply to me??? Is this the wordpress support or not??? where is the support guys???
Forum: Fixing WordPress
In reply to: Funny characters after server move: ???i did no migration nor upgrading of my wordpress ver 2.1.3 but it still have the same weird characters appearing thru out my blogposts, any solution? This only happen about a month plus ago till now.
Forum: Fixing WordPress
In reply to: How to Change the colour of the blue toolbar and sidebars?i am using atomicblogging theme which is a paid theme
Forum: Fixing WordPress
In reply to: How to Change the colour of the blue toolbar and sidebars?i tried but no effect at all, which part of the css must change? Pls advise, i want to see if i actually change it correctly
Forum: Fixing WordPress
In reply to: How to Increase the Size of Page Tab?no one knows??
Forum: Fixing WordPress
In reply to: How To Change The Fonts in WordPressi am lost now….as i am not coding inclined, why not give me the codes and show me where to insert it in?
Forum: Fixing WordPress
In reply to: How To Change The Fonts in WordPressi am not mixing it, i want to change the overall font size too becos some readers complain the default size is abit small to be seen
Forum: Fixing WordPress
In reply to: How To Change The Fonts in WordPressI mean if there is any plugin that allow you to change the font size, colours and even type like times roman, arial etc?
Forum: Fixing WordPress
In reply to: Add Widgets or Adsense ads to every postsi got a codes from Kontera, not sure if the html codes will work with this index.php?
Forum: Fixing WordPress
In reply to: Add Widgets or Adsense ads to every postsanyone know the above question?
Forum: Fixing WordPress
In reply to: Add Widgets or Adsense ads to every posts<?php get_header(); ?>
<!– Side Central START –>
<div class=”SC”><?php $countervariable=1; if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?><div class=”Post” style=”padding-bottom: 50px;”>
<div class=”PostHead”>
<h1 class=”title”>” href=”<?php the_permalink() ?>” rel=”bookmark”><?php the_title(); ?></h1>
<p class=”PostDate”>
<strong class=”day”><?php the_time(‘d’); ?>
<strong class=”month”><?php the_time(‘M’); ?>
</p>
<p class=”PostInfo”>Posted by <?php the_author() ?> as <?php the_category(‘, ‘) ?></p>
</div><div class=”PostContent”>
<? if (is_home() && (!$paged || $paged == 1) || is_search() || is_single() || is_page()): ?>
<?php the_content(‘Read the rest of this entry »’); ?>
<? else: ?><?php the_excerpt() ?><? endif; ?><ul class=”PostDetails”>
<li class=”PostCom”><?php comments_popup_link(‘<span>0 Comments</span>’, ‘<span>1 Comment</span>’, ‘<span>% Comments</span>’); ?>
<?php // the_bunny_tags(‘<li class=”Tags”>’); ?></div>
</div>
<!– <?php trackback_rdf(); ?> –>
<?php endwhile; ?><?php posts_nav_link(”,”,’« Previous Entries’) ?> <?php posts_nav_link(”,’Next Entries »’,”) ?>
<?php else : ?>
<h2 class=”center”>Not Found</h2>
<p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”); ?></p><?php endif; ?>
<!– Side Central END –>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>above is my index.php ,add to which part? If i want to add it in the footer of every message?