Hello,
first of all : THANK YOU FOR AWP, I just love it ! But :
I’m getting crazy since yesterday on my little problem! I followed you method about showing only the title of a post and to use this title to show the content. This works fine, but i would to take it to another step (two other steps actually).
I would also like to apply the inline post on every posts BUT the first one. So for that i used the ” < ?php query_posts("showposts=1"); ?>” and “< ?php query_posts("showposts&offset=1");?>” to make a difference between the first post and the others. On the others i applied “< ?php do_action('awp_title'); ?>” as explained in the inline posts + shift page method.
Follow me?
Well this gives me Ajaxed titles everywhere but on the post which is great, but where is my content on my first post.
I also tried the awp_die function on the first post which makes the content appear everywhere. So I put the awp_live on the other post which doesn’t do anything.
So here’s where i’m stuck.
Second part on my goal, I need to hide the comment link on “ajaxed” post and show the comment link only when I hit the title to make the content appear.
Was I clear?
Here a bit of code that i have right now (i removed unnecessary code for this issue):
[code snippet moved to pastebin]