Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Structured Data Error #638520

    ok thats cool even i have checked in google testing tool but where is the updated tag there. check in hentry and creativework there are only entry-title, entry-content and author tag avialable.

    in reply to: Structured Data Error #637889

    any luck did you find anything

    in reply to: Structured Data Error #637301

    Please find the link below in private content

    Hi even I have getting the same error missing updated could you tell me what wrong in the code.

    • This reply was modified 8 years, 6 months ago by 1e.
    in reply to: customize search page result #626954

    Hi the above code still not full filling the requirement more over the code is affecting over all site. I want to modify the query only for the search result.

    in reply to: customize search page result #625527

    Thanks for the reply but if you are using default wordpress search then why post coming up it can be pages or else is there any custom query or is there any way to modify search query.

    in reply to: customize search page result #625474

    Hi please find the link below

    in reply to: Error in portfolio #611032

    Thank you please close this ticket i will do myself.

    in reply to: Error in portfolio #610039

    /*
    Template Name: Webinar Recording
    */

    // Header
    global $avia_config, $more;
    get_header();
    echo avia_title();
    do_action(‘ava_after_main_title’);
    the_post();
    the_content();
    ?>

    <!– Begin content –>
    $args = array(‘post_type’=>’on-demand-webinar’, ‘post_status’=>’publish’, ‘posts_per_page’=>-1, ‘meta_key’=> ‘wpcf-webinar-recorded-dat’, ‘orderby’=>’meta_value’, ‘order’=>’DESC’);
    $my_query = new WP_Query($args);

    This is the template i have created and called on a page by selecting template option but i want to display that wordpress page content as well as this template content.

    in reply to: Error in portfolio #609447

    Hey Jordan issue has been resolved thanks.

    But there is another issue i have made a custom template to display the content of custom post type. But when i am selecting that template on wordpress page it shows on the custom post type content but not displaying the content which are on page.

    in reply to: Portfolio multiple sorting #595382

    Hi is it possible to implement search functionality in masonry

    in reply to: Portfolio multiple sorting #594876

    I have achived 90% of the functionality just stuck in the last bit of search thats it.

    in reply to: Portfolio multiple sorting #594868

    and one more thing can we implement search functionality into it.

    in reply to: Portfolio multiple sorting #594831

    Hi Yigit thanks for the reply but this is not the exact solution I am looking for actually i want to implement nested filtering in masonry.

Viewing 14 posts - 1 through 14 (of 14 total)