Managing WordPress plugins with WP CLI is easier than you think. In this post I just listed some of the commands I use all…
Latest posts - Page 7
Managing Working remotely
Managing working remotely A personal opinion. By Lehel Mátyus Challenges Ordered by priority Work environment and work habits.(the hip coffee shop working dude myth)…
Drupal custom breadcrumb for content type
Here is a Drupal custom breadcrumb for content type snippet that I used to build a nice long breadcrumb chain for a specific content…
WordPress add page slug to body CSS class
This is a life saver when it comes to theming websites. WordPress add page slug to body CSS class is a neat trick to…
WordPress list taxonomy terms from custom vocabulary
This is how you can print taxonomy terms form a custom vocabulary in the post template. WordPress print taxonomy terms from custom vocabulary.
Show WordPress font selector in text editor, wysiwyg
By default font selector is hidden. If you want to show WordPress font selector in text editor all you need to do is add…
Drupal 8 add JavaScript and CSS to a page
This is how you add Drupal 8 JavaScript and CSS to a certain page in your custom theme instead of the methods we are…
jQuery Select Deselect All Checkboxes
I needed buttons to select and deselect all check boxes in a <fieldset> on a page. This was such a recurring issue that I…
BuddyPress get url to profile page
BuddyPress templates are tricky, I was adding a user icon to a menu bar, and I needed to print a link to the current…
Drupal 8 change image style on user page
I needed to change image style on the user page, and I also needed to theme some fields. I was able to do everything…