Working with Wordpress: Difference between revisions

From stacky wiki
(Created page with "== Getting MathJax Working == I set up a wordpress blog [http://stacky.net/blog]. To get MathJax working there, I added the line<br> <code><script type="text/javascript" src="ht...")
 
(No difference)

Latest revision as of 08:13, 9 May 2011

Getting MathJax Working

I set up a wordpress blog [1]. To get MathJax working there, I added the line
<script type="text/javascript" src="http://stacky.net/MathJax/MathJax.js?config=MOconfig"></script>
after the meta tag in wp-content/themes/twentyten/header.php. There's got to be a better way to do it that doesn't have anything to do with which theme you're using (in this case, twentyten).