Buddypress – How to add group types

It can be useful to have group types sometimes for example, maybe a University might want to have 2 group types for staff and students. So they could have staff groups and student groups ( and a directory for each eg staff would list the staff groups and student groups would list the Student Groups … Read more

SQL for use in migrating a Drupal website to WordPress

Currently I’m working on migrating a Drupal 7 website to WordPress, in the process I’ve learned alot about the Drupal database schema. So this post is a place for me to store handy queries and notes. Its a Work in Progress so I’ll add more over the coming weeks. Content types in Drupal are similar … Read more

Why link your website to your CRM

This post runs over why you would connect a CRM (Customer Relationship Management) system ( such as Hubspot) to your website. Many CRMs now allow you to capture form data on your website and pull this into the CRM, this has the following benefits to you: store users information in your CRM be able to … Read more

Buddypress how to sort Groups page alphabetically by default

In this short blog post I’ll run over how you can sort the Groups index page in Buddypress alphabetically by default (i.e. on first load of page they will be ordered by group name). Edit or override 2 of the Buddypress templates You’ll need these in your theme: wp-content/YOUR_THEMENAME/buddypress/groups/index.php and wp-content/YOUR_THEMENAME/buddypress/groups/groups-loop.php If these templates don’t … Read more