Forum Replies Created
-
AuthorPosts
-
December 12, 2016 at 2:54 am in reply to: support for data searching all subdomains custom type post #11236
pubpy
ParticipantYou cannot access this content.
December 7, 2016 at 4:04 pm in reply to: support for data searching all subdomains custom type post #11203pubpy
ParticipantYou cannot access this content.
December 5, 2016 at 2:32 pm in reply to: support for data searching all subdomains custom type post #11125pubpy
ParticipantHello!
thank you.
December 5, 2016 at 1:31 pm in reply to: support for data searching all subdomains custom type post #11123pubpy
ParticipantYou cannot access this content.
December 5, 2016 at 12:51 pm in reply to: support for data searching all subdomains custom type post #11121pubpy
ParticipantHello!
Do you check my problem?
December 5, 2016 at 10:33 am in reply to: support for data searching all subdomains custom type post #11117pubpy
ParticipantYou cannot access this content.
December 5, 2016 at 10:04 am in reply to: support for data searching all subdomains custom type post #11114pubpy
ParticipantHello!
i try to use below this function in function.php
add_filter( ‘asp_query_args’, ‘asp_manual_post_types’, 2, 2 );
function asp_manual_post_types($args, $search_id) {
// Enter the post types into this array
$post_types = array(
‘post’,
‘page’,
‘job_listing’
);// !! Do not change anything below this line !!
$args[“post_type”] = array_unique(array_merge($args[“post_type”], $post_types));
return $args;
}but i can’t get results for data searching in variable post type [ job_listing ]. please check it to me. thank you
December 2, 2016 at 2:34 pm in reply to: support for data searching all subdomains custom type post #11104pubpy
ParticipantHello!
how can i add more custom post types ? because custom post types have [wlbdash, postmen_sent_mail];December 2, 2016 at 2:20 pm in reply to: support for data searching all subdomains custom type post #11103pubpy
Participantok i need you access to check all post type
example :
http://jobs.pubpy.com/wp-admin/edit.php?post_type=job_listing -> Jobs Listing ( when we search it , it can show results )it is not only seaching post and pages
we need search data on posts, on pages, job listing…, all data on subdomain.
-
This reply was modified 9 years, 6 months ago by
pubpy.
December 2, 2016 at 11:18 am in reply to: support for data searching all subdomains custom type post #11096pubpy
Participantyou can log in this url :
http://pubpy.com/bowwow/-
This reply was modified 9 years, 6 months ago by
pubpy.
-
This reply was modified 9 years, 6 months ago by
-
AuthorPosts