[Plugin: Latex Everything] No PDFs generated?
-
Hi, I’m having a problem where no link is returned from the functions specified in the Readme. I’m using the code pretty much verbatim, on a page; I’ve verified that the functions are accessible and I’ve tried both of the approaches below:
if( function_exists('get_latex_url')): $latex_url = get_latex_url( 'single_post', get_the_ID()); endif; if( function_exists('get_latex_url')): $latex_url = get_latex_url( 'single_post', get_page_by_title("Title")->ID); endif;In both cases, calling
<a href="<?php echo $latex_url ?>">PDF</a>
returns a blank url:<a href>PDF</a>. Any ideas?Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Latex Everything] No PDFs generated?’ is closed to new replies.