We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, if you have a minute... I solved some minoor issues with this plugin. Seems that is not working with custom post type
https://mywebsite.com/post-title/pdf works as espected https://mywebsite.com/category/category-title/pdf doesn't works
https://mywebsite.com/post-title/pdf
https://mywebsite.com/category/category-title/pdf
I tried:
``` if( empty( $html ) ) { // if all else fails, try the public site url (not localhost) //$link = get_the_permalink(); $link = get_post_permalink; $link = $link . (strpos($link, '?') === false ? '?' : '&') . 'pdf-template'; $html = file_get_contents( $link , false, $context ); }
but it doesn't work. Any idea? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, if you have a minute...
I solved some minoor issues with this plugin.
Seems that is not working with custom post type
https://mywebsite.com/post-title/pdf
works as espectedhttps://mywebsite.com/category/category-title/pdf
doesn't worksI tried:
but it doesn't work. Any idea?
Thanks
The text was updated successfully, but these errors were encountered: