WordPress projecto configurator for SublimeText2 on Ubuntu Linux

  WordPress-NPCM-UBUNTU is a custom version of the WordPress-new-project-config-master script, slightly modified to work on Ubuntu Linux. Most significant differences from the original version: customization of config.cfg is mandatory to have correct paths to files some mac-specific features are skipped; FTP feature is not available yet Usage: copy config-sample.cfg to config.cfg and edit variables launch with ./newproject.command Will probably make a fork on …

Sostituzione di massa di stringhe su wordpress: quick tips

Supponiamo di dover cambiare un valore ricorrente all’interno di un blog wordpress, ad esemio un nome o un URL. A volte è possibile fare tutte le modifiche “a mano”, ma se si tratta di decine o centinaia di entry servono le maniere forti. Ecco il metodo più efficiente se si ha accesso al db, utilizzabile anche da phpmyadmin: UPDATE `wp_post` …

Controllo broken links per WordPress

Nella lista delle buone pratiche da mettere in opera al momento del lancio di un nuovo sito web dovrebbe esserci sempre il controllo dei link. Si possono utilizzare strumenti come il W3C Link Checker, ma se si sta usando wordpress e se si ha sottomano un sito abbastanza grande, c’è un plugin che lo fa (cit: there’s a plugin for that..) …

Page Tabs in Kubrick

I’ve just added navigation tabs to kubrick adding a code snippet to the header.php file The code, was taken from the “Top navigation bar for WordPress default theme(Kubrick)” –  by www.LiewCF.com – slightly customized to fit my colors. If you like kubrick and just need tabs it’s a perfect solution. Thank you 😉