Jump to content
Sign in to follow this  
kakadong

how to add something at the bottom of every blog posts?

Recommended Posts

kakadong

I have already learned how to use the hooks in the template setup. That'a an awesome stuff! but my problem is which template area should I use and which hook should I pick? I have no idea about which template area should I choose? Is there any suggestion about what template area is what.. also which hook should I choose? here is the pic: http://img847.imageshack.us/img847/5039/43950402.jpg

Share this post


Link to post
Share on other sites
kakadong

Please do me a favor! 12423102

Share this post


Link to post
Share on other sites
cmunns

You are probably just using the wrong hook. Maybe try `pagelines_loop_after_post_content`

Share this post


Link to post
Share on other sites
kakadong

thanks! but after I use the hook , it appears at the bottom of every "single" blog post . I want it appears at the "BLOG PAGE" and under every excerp.... thanks in advance..

Share this post


Link to post
Share on other sites
kakadong

and it also appears in every PAGES which I don't want.. Is there any other hook I can use?

Share this post


Link to post
Share on other sites
bryan-hadaway

Let's get you some further developer help on this. Thanks, Bryan

Share this post


Link to post
Share on other sites
kakadong

thanks,it almost solve my problem. I use

if(in_category('Photoshop') or is_page('about me'))

to show the FB code at where I want. but is there any advice that I can show it at the Blog Post PAGE under "every post" ?

Share this post


Link to post
Share on other sites
cmunns

add `is_home()` conditional tag.

Share this post


Link to post
Share on other sites
kakadong

Thanks, but.... pity... no luck. after i add

is_home() 

nothing happen http://www.kakadong.com/wp/blog/ I want the FB funtion appears at every posts under the continue reading -> I think it's maybe I didn't make the point..

Share this post


Link to post
Share on other sites
catrina

If the

pagelines_loop_after_post_content

hook isn't the right one to use, perhaps you should try a different one.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
cshoffmann

I think she is asking for it to show up under the excerpt on the main loogp blog page (is_home()), so I thing she will need find the php template that includes the excerpts and then enter it there or somehow in her functions.php base. I don't know how, yet, but that's what I am observing. Not that I am actually solving anything here:)

Share this post


Link to post
Share on other sites
kakadong

thanks all . I solve it after using the hook

pagelines_after_excerpt

I think,it could be better if the develop team tell us that where to find the template. I found it in "template.postloop.php" Anyway , Thanks all of you! ?????‰

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×