WraysConsultingLLC Hi. I'm afraid NSP doesn't work like that. It only gives a link to article from selected category, so I would suggest to change it with some custom javascript:
<script type="text/javascript">(function($) {$(document).ready(function() {
$('.gkNspPM-Portfolio .gkImagesWrapper.gkImagesCols3 > a').each(function(){
if( $(this).attr('href') == '/index.php/component/k2/item/250-live-stream' ) {
$(this).attr('href','https://daltonsda.com/index.php/watch-listen');
}
});
});})(jQuery)</script>