giorgiogs
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] Not all comment showingupdate:
I have discovered that only my friend comments appears, non friends comments doesn’t appear, not even in the facebook moderation tool 🙁 I receive in facebook that a new comment have posted from the correct people (not a friend) i than click the notification and i go to the facebook moderation page but that comment is not there 🙁
I would like to add that in my privacy setting everyone can write to my wall, so i don’t know why this happen, help please 🙁
Forum: Plugins
In reply to: [Facebook Comments] [Plugin: Facebook Comments] Not all comment showingUpdate,
I have discovered that the comments appear only for the account that is logged in in facebook with that browser.
For eg, if with my account i’m logged to facebook and than i go to my blog, i can see the comments that i posted to the blog using the faceboog plugin, bun than if i logout from facebook and i refresh my blog page, no comment are there anymore 🙁
I have `the same problem 🙁 Any update on this?
Forum: Plugins
In reply to: NextGEN image gallery captionsGreat 🙂
[nggallery id=1 template=caption] is working for me 🙂
Just one question, is it possible to add the caption above the thumb and not below it?
Thanks
Giorgio
Forum: Installing WordPress
In reply to: I'm going to install to 3.1, database update questionThanks,
this mean i can update blog1 without affecting blog 2?
Thanks
Giorgio
Forum: Plugins
In reply to: HyperCahe infine redirect loopGreat 🙂
I have just installed version 1.2.6 and seems to solve the problem 🙂
Thanks Satollo for the quick fix
Forum: Fixing WordPress
In reply to: How to make post on different pagesOk guys,
i have found this plugin:
http://wordpress.org/extend/plugins/advanced-category-excluder/installation/
that make the job 🙂
Forum: Fixing WordPress
In reply to: How to make post on different pagesIjust guess that the counter is $post , but i really don’t know how to handle it inside the loop. Do you have a little example? 🙂
Thanks
Giorgio
Forum: Fixing WordPress
In reply to: How to make post on different pagesHi,
I have followed this:
if (in_category(‘YOUR CATEGORY ID’) && is_home() ) continue;
//This Excludes the specific category from showing up on the main pageand it’s working, but i think there is a problem i can’t solve. I have setted the main page to display 5 post. Happen thet every time i add a post to the category “news” (the one i don’t want to be displayed in the main page) correctly is visible only under that category but the number of post visible on the main page are 5 – the number of post in the “News” directory.
So if i put 5 post into “News” nothing is displayed in the main page.
I think that there is a counter that is incremented anyway for every post.
Do you know how to handle this counter?Thanks
Giorgio