Custom post type not found Usually this is a permalink issue. The fix for this is to put the following line in your functions.php…
Technology
Display genesis post info on page content type
Display genesis post info on page content type When working with genesis its a bit tricky to find the right functions and filters to…
Drupal input label accessibility issue
Drupal input label accessibility issue There is one particular issue with drupal forms regarding accessibility compliance that comes up all the time.
Android WebView Back Button override
Android WebView Back Button override is essential when your app is loading a webpage or inner website. You may be traveling down the website…
Drupal 7 – Add Classes to fields in template preprocess field
Drupal 7 – Add Classes to fields in template preprocess field This if a preprocess function that you will need to use again and…
Android WebView image width 100%
Android WebView image width 100% Implementing Android WebView image width 100% was a bit trickier than I thought. I was passing some HTML content…
WP Engine – Production to Stage workflow
This is an example for when we WORK on Production. Pushing directly to production is an option for projects that are completely new and…
Drupal 8 page template suggestion by path alias
Drupal 8 page template suggestion by path alias, here is a snippet that I wrote for adding a couple of extra page template suggestions…
Drupal Stacks Module Naming Convention
Drupal Stacks Module naming convention is inspired by the drupal naming convention. Drupal Stacks module naming convention Preview image naming conventions Stacks allows site-builders…
Android pass argument to another activity
Android pass argument to another activity Android pass argument to another activity Just Wanted to save this snippet quickly so I can share it.…