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);?>
This worked perfectly thank you very much!
Hello.
By permalink page I mean when the user clicks through to the full article…
http://www.url.com/category/post
from the post list page…..
http://www.url.com
I am trying to detect when someone is at the full article and get the postid from the article displayed.
I hope that makes sense.