c-m
Forum Replies Created
-
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] What does the foxy shop theme do?That’s great thanks. Modifying the foxyshop child theme is working for me at the moment. Thanks.
Forum: Plugins
In reply to: Infinite scroll vs. FB Like and GThanks, works a tweet 😉
Forum: Plugins
In reply to: Infinite scroll vs. FB Like and GHow do we get this working with the official twitter code below:
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="MikeDefiesLife" data-text="<?php the_title(); ?>" data-count="horizontal">TweetThat is in the meta data of my posts that appear on the index page.
What do i need to do to get it working with infinite scroll?
Thanks
Hmm is anyone using this plug-in? Is it still maintained?
Maybe I need to switch to something else.
If anyone could help that would be much appreciated.
Here’s how I have it set at the moment:
Content Selector – #post-area
Posts Selector – .posts
Navigation Selector – .stumblr-pagination
Next Page Selector – a.inactiveThe site is http://defylife.co.uk
Thanks
Hi, can anyone help me out?
I’ve got the same problem with my theme stumblr
Thanks in advance
Forum: Fixing WordPress
In reply to: Help: Categories not showing up in menu barHmm no-one knows?
This is the code that is in my theme.
<?php wp_list_pages(‘title_li=’); ?>
To me that looks like it will only show pages. I wanted it to show categories too, but only those i’ve selected in the menu options under wordpress admin.
someone must know this.