hellopaul
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid] [BUG] Disabling Media source precludes it's activatingThank You paratheme for such quick response!
I’ll reinstall the plugin today’s evening because I changed this and that in most of the files ;p
Forum: Plugins
In reply to: [Post Grid] [BUG] Disabling Media source precludes it's activatingHello paratheme!
Thank You for the answer.
I’m not using the Premium version currently but I was planning to. I wanted to test the Post Grid before I buy the Premium version but how can I buy it if it has minor bugs in normal version? Let me know if this bug is revised in Premium! 🙂
Edit: just noticed You updated the plugin today! Thank You sir!
Btw. on the other post You say that in Premium version one can exclude the latest post from the grid query. In the description on Your site it stands “Pro: exclude by post id’s.” which is normal version option. Are You sure there’s a way to exclude most recent post? Because in this situation the post should be excluded by WordPress’ query, not by ID.
Regards,
PaulForum: Themes and Templates
In reply to: How to design an Archive Page?🙁
Forum: Themes and Templates
In reply to: How to design an Archive Page?Anyone?
Forum: Themes and Templates
In reply to: How to design an Archive Page?As I see this is the code which defines what I want to do:
<?php query_posts("category_name=news&monthnum=$month"); ?>but still, it shows only posts from CURRENT month. So if I click on december, it won’t show me that.