Pages?
-
Ha, thanks, doubtful.
Look…I’m dialing in this slideshow paginated thing.
http://juicytravels.com/best-air-travel-sites/5-cool-flight-trackers-easy-pag/
So its a plug in that splits up your page, like “nextpage” sort of, but makes it a slideshow.
Problem is you lose the advantage of SEO optimization per page, but, I think it’s a better user experience. So if you have a multi page thing you want to do, so far this seems like a decent solution but I’m still looking around. I can’t get WP Page Navi to work for anything. Have you tried that and gotten it to work? I can’t figure out why mine just won’t work.
Someday I’ll actually get to do content!
Try replacing your function we created with this:
function laura_sharethis (){
if (!is_home()) {
?>
<div id="sharethis"><span class='st_twitter_hcount' displayText='Tweet'></span><span class='st_facebook_hcount' displayText='Facebook'></span><span class='st_fblike_hcount' ></span><span class='st_plusone_hcount' ></span></div>
<?php
}
}
add_action( 'graphene_before_footer', 'laura_sharethis' );See if that will keep it off the home page below the slider.
Yeah, I was playing around with the page navi the other day when I saw your post. It looks nice, and I was able to tweak a lot of it, but I still had a few issues and decided not to use it.
What’s the problem you are having with it?
I like the slideshow thing. Definitely user friendly. But from a business perspective, SEO is very important… personal webpage, not so much. Gotta give to get, I suppose 😉
I changed my last post. I had the add_action still using the “end of post content” rather than the footer.
I have changed the code above. It is now accurate for your circumstance.
Not sure why it isn’t working.
I’ll look into it more.
Well, it is explained on one blog that by adding the exclamation point just before it, it tells it to place it everywhere EXCEPT the home page. Without the exclamation point, it is an include. With the exclamation point, it’s an exclude.
Cool. I wanna figure this out too!!
- You must be logged in to reply to this topic.
