More changes
Sunday, October 22nd, 2006Trust me, you don’t need to read this… Spanish text only.
Trust me, you don’t need to read this… Spanish text only.
Here is the outline of what I did to get some (translated) text displayed at the beginning of every category page. This is mostly a reminder to myself in order to be able to redo it in the unlikely case I upgrade Wordpress and have to go through it once again.
Add the column to the […]
I f you need a quick-hack TCP proxy, netcat, a named fifo and one pipe might do the trick:
mknod fifo p
netcat -l -p [inbound_port] 0<fifo | netcat localhost [outbound_port] 1>fifo
Of course you’ll need netcat. But it’s also possible and far more fun, to program one oneself or look at/improve one already made. At […]
Sorry, no english text for the moment.
I just installed the view-count plugin by Mike O’Connell. As one would expect, it’s a very simple plugin. On the first run it ALTERs the posts table adding a BIGINT view_count column which is updated when users click on a post. To display the number of views, one has just to call the_view_count() at […]
Sorry, no english text.