Hey guys I am trying to link my post tilte for pagnation to the actual post. This is wordpress blog-page.php
MY SITE IS GSUEAGLENATION.COM on the homepage any of the sliders you can tell that the pagnantion titles don't link anywhere
$slider_pagination[] = get_the_title(); ------- I have tried messing around with this code and it just messesup my site
snippet EXAMPLE BELOW OF WHERE MY CODE IS PULLING <div class="pager-desc"> <span class="cs-desc"> '.$slider_title.' ---------------------------this is where my titles are showing up on my site but Its only pulling the title I want to like the title to the post </span> </div> </li>'; } echo '</ul></div>'; } px_enqueue_cycle_script(); endif; wp_reset_postdata();
\
page_blog.php