Working with Wordpress

From stacky wiki
Revision as of 08:13, 9 May 2011 by Anton (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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).