junnjun013
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing Blogger blog to WordPress Error Google AuthenticationI can seem to find what to do to fix this…Could someone help me out please? Im not really a technical guy in this im just beginning to grasp things.
Forum: Fixing WordPress
In reply to: Importing Blogger blog to WordPress Error Google AuthenticationOk thanks.I’ll check on it tomorrow. I’ll get back here if it still doesnt work…
Forum: Fixing WordPress
In reply to: Importing Blogger blog to WordPress Error Google AuthenticationMy new blog url in wordpress is https://musicdepot.co.cc
Forum: Themes and Templates
In reply to: Cluttered/Crappy Front Page of my wordpress blogWow awesome. It worked perfectly. By the way how did you get the html code for my post??Thanks a lot anyway…alexmansfield Your the man…
Forum: Themes and Templates
In reply to: Cluttered/Crappy Front Page of my wordpress blogCan anyone help me figure this out???
Forum: Themes and Templates
In reply to: Cluttered/Crappy Front Page of my wordpress blogI am not really comfortable with editing Php files can you help me???
Heres the content of my index.php<?php get_header(); ?>
<div id=”content”>
<div class=”postwrap”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>” style=”padding-bottom: 40px;”>
<div class=”posthead”>
<h1>” href=”<?php the_permalink() ?>” rel=”bookmark”>
<?php the_title(); ?>
</h1>
<small class=”postauthor”>Posted by
<?php the_author() ?>
<?php edit_post_link(‘Edit’); ?>
</small>
<p class=”postdate”> <small class=”month”>
<?php the_time(‘M’) ?>
</small> <small class=”day”>
<?php the_time(‘j’) ?>
</small> </p>
</div>
<div class=”postcontent”>
<?php the_content(‘Read the rest of this entry’); ?>
</div>
<div class=”postinfo”>
<li class=”postcomments”>
<?php comments_popup_link(‘0 Comments’, ‘1 Comment’, ‘% Comments’); ?><li class=”postcat”>Filed under:
<?php the_category(‘, ‘) ?>
<div class=”clearer”></div>
</div>
</div>
<!–<?php trackback_rdf(); ?>–>
<div class=”clearer”></div>
<?php endwhile; ?>
<?php else : ?>
<h2>
<?php _e(‘Not Found’); ?>
</h2>
<p>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
</p>
<?php endif; ?>
<div class=”Nav”>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi();} else { posts_nav_link(‘ — ‘, __(‘« Go Back’), __(‘View more posts »’));} ?>
</div>
</div>
<?php get_sidebar(); ?></div>
<?php get_footer(); ?>Forum: Themes and Templates
In reply to: Cluttered/Crappy Front Page of my wordpress blogIsnt it a virus or something??It only affects the last three posts in the front page.The post widens it does not follow the margins and ive tried another themes it remains the same…
Forum: Themes and Templates
In reply to: Cluttered/Crappy Front Page of my wordpress blogI think its not.I ve tried to deactivate almost all though but nothing happens…And I’ve not added any widgets or plugins just another post….It work smoothly before i dont know what happened…Maybe in the post itself??Because I tried to post a new one it does not act like the ones below…
Forum: Themes and Templates
In reply to: Cluttered/Crappy Front Page of my wordpress blogIs it Widgets or plugins???Its hard to deactivate widgets….