Results 1 to 7 of 7
Threaded View
-
17th Oct 2011, 01:01 PM #6Respected MemberWebsite's:
DL4Everything.com Soft2050.inRemove the "show" div if you want to remove this:
Edited Code:
PHP Code:<?php get_header(); ?>
<div style="clear:both"></div>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Photo Gallery') ) : ?><div style="clear:both"></div>
<?php endif; ?>
<div id="body">
<?php
if ( function_exists('dynamic_sidebar') )
echo '<div id="centerwidgets">';
dynamic_sidebar('Widgets Home');
echo '<div style="clear:both"></div></div>';
?>
<?php if ( get_option('layout') == 'right_sidebar' ) echo '<div id="content" style="float:left;margin-left:22px;">'; else echo '<div id="content" style="float:right;margin-right:42px;">';?>
<?php if (have_posts()) :while (have_posts()) :the_post();?>
<div class="postMain"></div>
<div class="post">
<div class="date_title">
<div class="date_back">
<div class="month"><?php the_time('M') ?></div>
<div class="day"><?php the_time('d') ?></div>
</div>
<h2><a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
</div>
<?php if ( has_post_thumbnail() ) {
$mypostimage = the_post_thumbnail( 'thumbnail', array('class' => 'homethumb' , 'alt' => get_the_title() , 'title' => get_the_title() ));
the_content('</br></br><span class="fullarticle">FULL ARTICLE »</span>');} else {the_content('</br></br><span class="fullarticle">FULL ARTICLE »</span>'); } ?>
<div class="postMeta"><?php _e("Posted in ","language"); ?> <?php the_category(', ') ?> </div>
<div style="clear:both;"></div>
</div>
<div style="clear:both"></div>
<div class="postFoot"></div>
<?php endwhile;endif; ?>
<div class="navigation"><p><?php posts_nav_link('∞','Next »»',' «« Previous'); ?></p>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Disabling catch-all email
By Areon in forum Server ManagementReplies: 0Last Post: 20th Mar 2014, 01:16 PM -
Problem in showing featured images
By ashokbansal in forum WordpressReplies: 1Last Post: 3rd May 2012, 08:17 AM -
Full Featured IMDB Generator
By JamesVaporH in forum Web Development AreaReplies: 0Last Post: 21st Mar 2012, 09:12 PM -
Disabling images in Mozilla 5.0.1
By Cojba in forum Technical Help Desk SupportReplies: 3Last Post: 22nd Jul 2011, 10:11 PM -
Rapidshare Account Disabling, due to Sharing
By EvilGenius in forum General DiscussionReplies: 7Last Post: 8th Oct 2009, 07:13 AM
themaLeecher - leech and manage...
Version 5.07 released. Open older version (or...