Don't worry at this point ;) Already customers will have the best coupon possible when the new price decided.
If we decide to release this (as an example) in $39, the clients who bought actual...
Don't worry at this point ;) Already customers will have the best coupon possible when the new price decided.
If we decide to release this (as an example) in $39, the clients who bought actual...
Add additional parameter to feed url, ex. 'featured', and check for existence
Function:
function myFilter($query) {
if ($query->is_feed && isset($_GET['featured'])) {
$query->set(...
sorry the code above EXCLUDES featured posts to show only featured its
function myFilter($query) {
if ($query->is_feed) {
$query->set( 'post__in', get_option( 'sticky_posts' ) );
...