Posts Tagged ‘Wordpress’

Easy \LaTeX plugin

Saturday, July 25th, 2009

Since I sometimes nerd it up big time and talk about \LaTeX, I wanted to have a plugin that would let me post math formulas on the blog.

I got the plugin from Wordpress.net, and the name of it is “Easy \LaTeX“. –> Link

Enjoy.

Wordpress default theme

Wednesday, July 22nd, 2009

thanks to the people at Wordpress.org this blog is fully working. However, since I use this blog to learn a thing or two about server scrips I have done some minor changes.
To change the banner, I have only created a new banner, named the same as the original “kubrickheader.jpg” and put it in “.../wp-content/themes/default/images/“. To change the link colors, I used the Dashboard-Editor, scrolled down to Styles and choose the style.css.

All I did was to update this script snippet:

a, h2 a:hover, h3 a:hover {
color: #9E0508;
text-decoration: none;
}

a:hover {
color: #CC1100;
text-decoration: underline;
}

Presto