Ejemplo n.º 1
0
                <h2>
					<a href="<?php 
        the_permalink();
        ?>
">
						<?php 
        the_title();
        ?>
                    </a>
                </h2>
                <p>
					<?php 
        if (has_excerpt()) {
            the_excerpt();
        } else {
            echo etendard_excerpt(30);
        }
        ?>
                </p>
				<a href="<?php 
        the_permalink();
        ?>
" class="more-link">
					<?php 
        _e('Read more', 'etendard');
        ?>
                </a>
            </li>
			<?php 
    }
    ?>
Ejemplo n.º 2
0
" title="<?php 
            the_title();
            ?>
">
									<?php 
            the_title();
            ?>
                                </a>
                            </h3>
						<?php 
        }
        ?>
                    </header>
                    <div class="entry-summary content">
						<?php 
        echo etendard_excerpt(20);
        ?>
                    </div>
					<a href="<?php 
        the_permalink();
        ?>
" class="bookmark more-link">
						<?php 
        _e('Read more', 'etendard');
        ?>
                    </a>
                </article>
            </li>
			<?php 
    }
    ?>
Ejemplo n.º 3
0
        ?>
" class="bookmark bouton lirelasuite" title="<?php 
        the_title_attribute();
        ?>
" rel="bookmark" itemprop="url"><?php 
        _e('Read more', 'etendard');
        ?>
</a>
		
	<?php 
    } else {
        if (is_tag() || is_author()) {
            echo etendard_excerpt(0);
            // == No excerpt
        } else {
            echo etendard_excerpt(50);
            ?>
		
		<a href="<?php 
            the_permalink();
            ?>
" class="bookmark bouton lirelasuite" title="<?php 
            the_title_attribute();
            ?>
" rel="bookmark" itemprop="url"><?php 
            _e('Read more', 'etendard');
            ?>
</a>
	
	<?php 
        }