Welcome WordPress Fanatics to My New Blog
Welcome to my new blog about WordPress! It is about welcome WordPress fanatics! Here everything is about WordPress or, at least, WordPress related. Enjoy your stay while I am migrating some of my...
View ArticleComo Criar Plugins para o WordPress (Parte I)
Para quem é português, é fan de WordPress e tem seguindo a Escola WordPress, então provavelmente tem acompanhado os meus artigos por lá. Na semana passada, mais um artigo meu foi lançado, desta vez é...
View ArticlePorque é que o WordPress é a melhor Framework PHP
Todos conhecem a minha paixão pelo WordPress, e principalmente pelo desenvolvimento programático na plataforma. No entanto, alguns autores não vêm com “bons” olhos esta framework (é, eu considero o...
View ArticleComo Criar Plugins para WordPress – Segurança
O novo é último artigo da série como criar plugins para WordPress está diponível para consulta na Escola WordPress. Este post fala sobre os problemas de segurança e que soluções o WordPress nos oferece...
View ArticleArray Implode for PHP
Here is a function to implode and array including the key and value pair. <!--?php--> /** * Implode an array with the key and value pair giving * a glue, a separator between pairs and the array *...
View ArticleHow to paginate a content
There are several ways on how to paginate a content in WordPress. There are some plugins out there, but WordPress core uses paginate_links() and his use would be more encouraged. The following code are...
View ArticleHow to change admin menu Post labels to News
If you want to change the admin “Post” label to something more substantial, you can refer to this code and use it for your project: function change_post_menu_label() { global $menu, $submenu;...
View ArticleHide Comments Feature Plugins for WordPress
Two days ago I updated Hide Comments Feature, a plugin for WordPress that removes all the comment functionality within a WordPress installation. In fact, this plugin does not play with the core, it...
View ArticleHow to add information on the top of Widgets admin page?
I didn’t really know why someone would need to use this action hook until I came across to the development of my pnewest plugin: Custom Dynamic Sidebars. I will provide the download link soon....
View Article