PDA

View Full Version : [HowTo] Replace archive page numbers with graphics


rodion
04-18-2009, 06:33 PM
Hello!

I need to replace archive page numbers with graphics. Can someone help me with this?
Thanks!

kevincrafts
04-19-2009, 09:22 AM
To avoid hacking the core files, you could probably do this with some javascript - have the javascript loop through all of the archive pages and assign them a css class or id that corresponds to css styles that will replace the html with an image.

rodion
04-19-2009, 02:27 PM
Thaks. I will try this.