lista155
Forum Replies Created
-
Forum: Plugins
In reply to: Installing league manager to my websiteLeague manager is a WordPress plugin, so you can only use it with WordPress. From what I see, you have two options:
1. Start using WordPress all together, basically convert to WordPress
2. Use WordPress only because of League Manager, and display only specific pages on your current site, for example, with an IFRAME.To learn more about the plugin itself, check out this link.
I can only guess that the “Social Relevance” is trying to be smart, since the comments obviously are there. Do you have more then 10 comments? That’s the default value for the number of shown comments.
Learn more about the plugin WordPress plugins Facebook comments.
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] Reverse Chronological Sort?I’m not sure it can be.
If you look at the Facebook developer site, they talk about Social Rating, and don’t mention any other options.
If you’re interested in having comment count on index page, have a look here; WordPress plugins Facebook comments.I agree with you, I’ve already used it, even ever so slightly upgraded it. I’d love to see it get extra features.
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] NotificationsThe plugin does not support something like that. However, there is an option that allows that generally, so the plugin would need to be upgraded.
Learn more about the option on Facebook plugin site, and more about Facebook comments plugin here.
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] Link to page after postI’m not sure you’ll be able to do that; you’re using FB comments here; you don’t have direct access to the actual button in order to attach some script for example.
Forum: Plugins
In reply to: Plugin photo gallery suggestionTo answer my own question, this plugin looks promising.
Forum: Fixing WordPress
In reply to: Include updated pages in RSS feed?This plugin solves the problem:
Forum: Themes and Templates
In reply to: Theme Preview on WordPress not working!I’ve had a theme named ‘mytheme.org’ and it too did not work. Removing .org from the name did the trick.
Forum: Everything else WordPress
In reply to: I’m receiving plugin suggestions!A small bump (hope no-one will mind); I’ll keep this open for another week. Hurry! π
Forum: Fixing WordPress
In reply to: <?php the_content(‘More..’); ?> NOT WORKINGHi,
I’m just trying to bump this post, since I’ve had no advices up until now. Hope that’s OK.
Cheers
Forum: Fixing WordPress
In reply to: Paged index templateHi,
thank you for your answer! I’ll have a look, but in the meantime I’ve managed to do it this way:
This piece of code will return the number of page you’re on, and if you’re not on a page, it will return nothing.
$paged = get_query_var(‘paged’);
Therefor, using that and a couple of if loops I’ve managed to get different looks for paged and non-paged apeareance.
Forum: Fixing WordPress
In reply to: Paged index templateHi again,
I was just wondering what’s the reason behind no answers until now? Is the question not clear enough, or have I asked something trivial, or is it a third thing?
Thank you!