mgpepe
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Messages for Required Fields MissingYou are right, it was the payment gateway causing the issues!
Yes, that did work, thanks!
I did try it without the filter, just to see if it pulls in the regular posts, and it doesn’t.
I have it exacly as you have written it with
post-type="posts", but it still pulls the promoslider ones instead of regular posts. Am I missing something?hmm, I don’t think i am getting it entirely.
So i make a few regular posts. Not from the Promoslider plugin, but from the usual post section. I make a Custom Field as it is called with name ‘promo’ and value ‘true’.
Now I only have to be able to filter posts by this variable. I currently have the folloing code:
<div id="promotion-slider"> <?php echo do_shortcode('[promoslider width="810px" height="185px"]') ?></div>How should i modify it to get all the posts that have promo=true?
Hm, and how about this – is it possible to create a variable on a regular post, so that if this variable is true, it goes in the promoslider ? This would be much more appropriate, since all post data, customization and everything would be unchanged, and any such generic post in the blog can be filtered to go through promoslider?