Search:

Search: Search took 1.00 seconds.

  1. Replies
    28
    Views
    2,538

    [MOD NEEDED] Don't worry at this point ;) Already customers...

    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...
  2. Replies
    8
    Views
    1,111

    Add additional parameter to feed url, ex....

    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(...
  3. Replies
    8
    Views
    1,111

    sorry the code above EXCLUDES featured posts to...

    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' ) );
    ...
Results 1 to 3 of 3