コード例 #1
0
ファイル: archive.php プロジェクト: Air-Craft/air-craft-www
        _e('Newer Posts', 'framework');
        ?>
</h3>
									</div>
								</a>
							<?php 
    }
    ?>
						</div>

						<div class="next large-6 columns">
							<?php 
    if (get_next_posts_link()) {
        ?>
								<a class="arrow" href="<?php 
        echo coll_get_url(get_next_posts_link());
        ?>
">
									<div class="icon"><i class="fa fa-long-arrow-right"></i></div>
									<div class="info">
										<h3 class="title-text"> <?php 
        _e('Older Posts', 'framework');
        ?>
</h3>
									</div>
								</a>

							<?php 
    }
    ?>
						</div>
コード例 #2
0
ファイル: comments.php プロジェクト: Air-Craft/air-craft-www
            _e('Newer Comments', 'framework');
            ?>
</h5>
                    </div>
                </a>
            <?php 
        }
        ?>
        </div>

        <div class="next large-6 medium-6 columns">
            <?php 
        if (get_next_comments_link()) {
            ?>
                <a class="arrow" href="<?php 
            echo coll_get_url(get_next_comments_link());
            ?>
">
                    <div class="icon"><i class="fa fa-long-arrow-right"></i></div>
                    <div class="info">
                        <h5 class="title-text"> <?php 
            _e('Older Comments', 'framework');
            ?>
</h5>
                    </div>
                </a>

            <?php 
        }
        ?>
        </div>