Hi,
I’ve been following instructions from someone on the WordPress forums (here) to stop loading CSS files automatically for each plugin. I have then added the plugins’ CSS to my themes stylesheet manually.
Reason: to speed up my site.
However, I’m having trouble disabling the stylesheets from loading automatically on your plugin.
Perhaps you could tell me how to do this?
Thanks,
Tom
https://www.ads-software.com/extend/plugins/syntaxhighlighter-plus/
]]>PHP Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /wp-includes/functions.php on line 3387
PHP Notice: attribute_escape is deprecated since version 2.8! Use esc_attr() instead. in /wp-includes/functions.php on line 3303
]]>Hi, for some reason this plugin renders the code posted automatically. THis is what I post:
<div id="authorbox">
??? <?php if (function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '80' ); }?>
<div class="authortext">
<h4>About <?php the_author_posts_link(); ?></h4>
? ??? ?<p><?php the_author_description(); ?></p>
</div>
</div>
and this is what appears once I click on publish:
<div id="_mcePaste"><div id="authorbox"></div>
<div id="_mcePaste"><?php if (function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '80' ); }?></div>
<div id="_mcePaste"><div></div>
<div id="_mcePaste"><h4>About <?php the_author_posts_link(); ?></h4></div>
<div id="_mcePaste"><p><?php the_author_description(); ?></p></div>
<div id="_mcePaste"></div></div>
<div id="_mcePaste"></div></div>
<div id="authorbox">?? ?<?php if (function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '80' ); }?>?? ?<div>?? ? ? <h4>About <?php the_author_posts_link(); ?></h4>?? ? ? <p><?php the_author_description(); ?></p>?? ?</div></div>
]]>
Hi,
I have just realized that, each time I update a post, it replace the & sign with &.
At the end, I have lots of &amp;amp;amp;amp;amp;amp;amp;amp;.
Do you have any solution ?
]]>