Hi Ed, I have installed and activated the plugin, and no changes. This particular video is only in one category which has several items. Still can’t understand why the code isn’t working, Any thoughts?
<div class="pagination-wrap portfolio-pagination full-width clearfix">
<div class="nav-previous"><?php next_post_link(__('<i class="icon-chevron-left"></i> <span class="nav-text">%link</span>', 'swiftframework'), '%title', TRUE); ?></div>
<div class="nav-next"><?php previous_post_link(__('<span class="nav-text">%link</span><i class="icon-chevron-right"></i>', 'swiftframework'), '%title', TRUE); ?></div>
</div>