Tag Archives: wordpress
Simply personalize PRE and CODE tags
It happens to write some code in a post… I found a fast-to-implement solution by visiting the wordpress codex and I personalized it with another comment found in the web! So I actually modified/added two css style in my theme … Continue reading
Posted in How To, Programming, Serveradmin, tips and tricks, wordpress
Tagged code, configuration, php, wordpress
Leave a comment
Correct WordPress Private Link behavior
In wordpress 2.7.1 the private link have a strange behavior, or at least different from the private post one! In order to correct it, we need to modify “post.php” and “classes.php”! Here is a nice How To, but it modifies … Continue reading