Tag Archive: wordpress

WordPress 2.3 & Other Upgrades

Just a quick update to all you readers — Metlin.org has been upgraded to the latest WordPress 2.3 release. It needed a bit of work and was a bit of a pain, but in the end, everything seems to be working (so far!).

I had trouble getting the WYSIWYG editor up and running, but I finally succeeded in doing so. Along the way, I also discovered the Advanced TinyMCE Editor plugin that’s rather useful.

Outside of that, the website maybe a little flaky for the next week or so, while I iron out the bugs. So, please bear with me until then!

Ultimate Tag Warrior for WP 2.3

A small tip for those that use Christine’s awesome plugin Ultimate Tag Warrior — you will have trouble getting it working in this version because both the back-end DB structure and the way WP calls the DB have changed. The quick and dirty solution is to edit all the PHP files and do the following replacement

cat_ID –> term_ID
categories –> terms
cat_name –> name
post2cat -> post2terms

So, I’m working on getting a version of UTW up and running that is compatible with WordPress 2.3.

Update 1: You can download the WP 2.3 compatible version of UTW. Please note that this is just a hack until Christine releases a compatible version.

Update 2: Okay, it turns out that for this version to work, you need to include the tags in both the WP and the UTW tags field.

This picture will probably explain it better. You would need to specify the tags in both the fields given in red.

UTW & WP Tags

Of Websites, WordPress and Republics

As you can probably see, there have been a few changes here – for one, there are two bars on either side of the content, as opposed to just one. You can also notice the use of tags and the tag cloud on the left. I have also cleaned up the look and feel a little and added links to RSS feeds and links to various social networking sites.

UTW Tag-Cloud Plugin

As you may all notice, there is a tag cloud on the sidebar. This was made possible by Christine Davis’ most excellent WordPress plugin, Ultimate Tag Warrior.

mimeTeX and LatexRender

\large         f(x)={\Large\frac1{\sigma\sqrt{2\pi}}} \int_{\small-\infty}^xe^{-\small\frac{(t-\mu)^2}{2\sigma^2}}dt

See the equation above? Here is how it came into being.

Browing through Ganesh Swami’s blog (after having discovered that he was quite slyly blogging in secret), I discovered something that I have always thought would be useful — a LaTeX plugin for Wordpress.

Now, I have known about mimeTeX, which is basically a CGI tool to embed LaTeX in webpages. However, I had never really thought of using it because it was too cumbersome. I would have had to use an IMG tag to render it using CGI, and that is not particularly pleasant.

However, LatexRender is a Wordpress plugin that lets you do just this. It uses mimeTeX to render the equations, which you can use in your posts.

« Previous entries