Hi Zoonini. I was hoping that there was a built in function for this but it seems not. Thanks for linking me up with this. I have installed it but cant seem to get it running… I have added this code to my page but no go… do you have any ideas?
Thank you so much.
<?php
add_action('twg_tfsp_query_posts','twg_tfsp_custom_query_posts'); function twg_tfsp_custom_query_posts(){
query_posts(array('post_type' => 'custom_post_type', 'paged' => $paged));
}
?>
<?php if(function_exists('twg_tfsp_paginate')) twg_tfsp_paginate('index',$content_el);?>
I’ve never used the plug-in before, sorry!
Did you follow all the steps here:
http://wordpress.org/extend/plugins/wp-twitterfacebook-style-pagination/installation/
…and check out the readme file?
You could also try:
Turning off your other plug-ins to make sure there isn’t a conflict.
Contacting the developer directly: http://thewebgig.com/wp-twitterfacebook-style-pagination/
Good luck!