Forum Replies Created
-
AuthorPosts
-
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.
any luck did you find anything
Please find the link below in private content
May 23, 2016 at 9:54 am in reply to: microformats – errors – missing entry-title/author/updated #636646Hi 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.
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.
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.
Hi please find the link below
Thank you please close this ticket i will do myself.
/*
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.
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.
Hi is it possible to implement search functionality in masonry
I have achived 90% of the functionality just stuck in the last bit of search thats it.
and one more thing can we implement search functionality into it.
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.
-
AuthorPosts