예제 #1
0
    <div class="item-content">
        <a href="<?php 
the_permalink();
?>
" class="caption"><?php 
the_title();
?>
</a>
        <p class="info">in <?php 
the_category(', ');
?>
 by <?php 
echo the_author_posts_link();
?>
 <span>|</span> <?php 
comments_number('no comments', 'one comment', '% comments');
?>
</p>
        <div class="text"><?php 
echo ale_trim_excerpt('22');
?>
</div>
        <a class="href" href="<?php 
the_permalink();
?>
"><?php 
_e('take a look', 'aletheme');
?>
</a>
    </div>
</div>
예제 #2
0
                            </a>
                            <div class="portfolio-text">
                                <h2><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h2>
                                <p class="by">by <?php 
        the_author();
        ?>
</p>
                                <div class="text">
                                    <?php 
        echo ale_trim_excerpt(15);
        ?>
                                </div>
                            </div>
                        </div>
                    </div>
                    <?php 
    }
}
?>

                </div>
            </div>

            <!-- Nav -->
            <a class="prev browse left"></a>