WordPress – How to add or remove a button with TinyMCE on WordPress
By default on WordPress we have TinyMCE and although this plugin is very powerful, there are far too many buttons.
Read moreBy default on WordPress we have TinyMCE and although this plugin is very powerful, there are far too many buttons.
Read moreWhen you create a javascript file, you may want to make sure you can use jQuery. To not have it
Read moreIt is possible, for example in the context of a competition that we are looking to find out which are
Read moreLooking at the structure of CodeIgniter we see that there is a folder called application/models, it is in this one
Read moreIntroduction CodeIgniter is a fairly simple framework for PHP. Compared to his big brothers such as Zend or YII, he
Read moreWith WordPress, it is common to use the get_post_meta method ($post,$meta-key) in order to recover the value of a given
Read moreIf you want to use a regular expression to, for example, search for a word in a paragraph, it is
Read moreIt may happen that when you save your post you wanted it not only to be considered in the chosen
Read moreFor security, you can’t directly reach the page outside the iframe from it. On the other hand, we can recover
Read moreA small script to count the number of words and characters in a input or textarea field <input id="text" name="text"
Read more