Example #1
0
                ?>
                                <h2><a href="<?php 
                the_permalink();
                ?>
" title="<?php 
                printf(esc_attr__('Permalink to %s', OP_SN), the_title_attribute('echo=0'));
                ?>
" rel="bookmark"><?php 
                the_title();
                ?>
</a></h2>
                                <?php 
                the_excerpt();
                ?>
                                <?php 
                op_post_meta();
                ?>
                            </div>
                            <?php 
            }
            ?>
                        </div>
                    </div>
                    <?php 
        }
        ?>
                    
                    
                    <?php 
        op_mod('advertising')->display(array('advertising', 'home_page', 'middle'));
        ?>
Example #2
0
    ?>
			<div id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class('main-content-area' . ($img == '' ? ' no-post-image' : ''));
    ?>
>
	            <?php 
    op_mod('advertising')->display(array('advertising', 'post_page', 'top'));
    ?>

				<div class="latest-post cf">
					<div class="cf post-meta-container">
        				<?php 
    'post' == get_post_type() && op_post_meta();
    ?>
                        <?php 
    op_mod('sharing')->display('sharing');
    ?>
					</div>
					<?php 
    echo $img;
    ?>
					<h1 class="the-title"><?php 
    the_title();
    ?>
</h1>
                    <div class="single-post-content cf">
						<?php 
    the_content();