Field collections is a great module that extends your Drupal site capabilities by allowing you to have “groups” of fields. This becomes extremely useful when you need multiple groupings of fields. If you’re a Drupal developer, you know how valuable this can be. If you’ve used Field Collections in the past, you know how frustrating … Continue reading Theming Field Collections in Drupal 7
Drupal Module: Mini Blocks
The Mini Blocks module allows administrators to create simple key/value elements similar to typical Drupal Blocks, but with named keys rather than auto-increment integers.
WordPress Plugin: Similar Posts Ontology
The following is a WordPress contributed plugin. You can download it here: Similar Posts Ontology. Does your website utilize categories and tags? Does it use custom taxonomies? If so, this plugin will find similar content based on all your taxonomies. There are two ways to show related posts within your page. The first way to … Continue reading WordPress Plugin: Similar Posts Ontology
Read Facebook Feeds In PHP
So you want to read a Facebook feed in your PHP application but you’re running into trouble. If you’re like me you probably spent hours pulling your hair out trying to figure out what the issue is when your code looks perfectly fine.