Issue with switch to blog
-
Hi,
First off, thank you for the great work ??
I just have some trouble using it with swith to blog… Here are my exemple :https://yam26.com/occasion/triumph-speed-triple-103/pdf/
This is a custom post type, works perfectly.But then, displaying on the index.php template :
https://yam26.com/occasion/honda-vfr-fi-vtec-abs-145/pdf
The content is from anpther blog, using the function switch_to_blog.Here is the code in functions.php :
if(function_exists(‘set_pdf_print_support’)) {
set_pdf_print_support(array(‘fichemoto’, ‘post’, ‘page’, ‘index’));
}Thank you for your help !
- The topic ‘Issue with switch to blog’ is closed to new replies.