Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Rickx

    (@rickx)

    One more thing. This is how my page.php looks like.

    get_header(); // Loads the header.php template. ?>
    
    	<?php do_atomic( 'before_content' ); // fanwood_before_content ?>
    
    	<div id="content">
    
    		<?php do_atomic( 'open_content' ); // fanwood_open_content ?>
    
    		<div class="hfeed">
    
    			<?php if ( current_theme_supports( 'breadcrumb-trail' ) ) breadcrumb_trail( array( 'separator' => '»' ) ); ?>
    
    			<?php get_sidebar( 'before-content' ); // Loads the sidebar-before-content.php template. ?>
    
    			<?php if ( have_posts() ) : ?>
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php do_atomic( 'before_entry' ); // fanwood_before_entry ?>
    
    					<div id="post-<?php the_ID(); ?>" class="<?php hybrid_entry_class(); ?>">
    
    						<?php do_atomic( 'open_entry' ); // fanwood_open_entry ?>
    
    						<?php echo apply_atomic_shortcode( 'entry_title', '[entry-title]' ); ?>
    
    						<div class="entry-content">
    							<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'fanwood' ) ); ?>


    [Please use the code button when posting code here – as is, your code may have been damaged by the forum’s parser ]

Viewing 1 replies (of 1 total)