Introduction A question that’s popped up in the support forums a few times now is, how can I import into the Custom Fields metadata using the CSV Import extension. There is not a way to do this thru a point and click interface yet. This is planned to come as a feature of an extension …
There was a question in the WordPress.org support forums asking how to remove or hide the category support built into Connections. Category support is a feature that is deeply integrated into Connections so the feature can not be “remove” but access to it can be suppressed. The first thing you need to do is install …
Go find that update button, version 8.2 has just been released! The primary focus of this release was to completely rework the code that processed the reading and writing of the entry meta data table so that meta data can also be saved for the categories. With this core feature enhanced to support categories, it …
As mentioned in the Working Towards 8.2 blog, I’ve been commissioned to add the ability to custom order the categories. I’ve made a lot of progress and I will soon be ready to beta test it. All-in all, this is yet another major release as the changes are far and wide. Not only do these changes make …
I’m switching up the way I’m going to develop and release updates a little. Currently, like many projects, I define milestones and prioritize the tasks within each milestone and once those tasks are finished, the update is released. I’m going to continue working like this but instead of adding several large tasks per milestone I will be only …
Connections was built from the ground up for tweaking… I’ve already covered how to create Custom CSS files and Custom Template CSS files. Now, I will go over how to tweak the template card PHP files in an update-safe way. This QuickTip starts very similarly to the other two, so if you have already gone over …
Likely the most popular feature of Connections is its templating support which is extremely flexible … I’ll be posting more on this topic. What I’d like to go over in this QuickTip is if you make a tweak to a core template how to make sure that tweak is update safe. All the core templates …
This QuickTip is very similar to the Custom CSS QuickTip but with one very important distinct difference, this is template specific custom CSS loading. And just like the Custom CSS QuickTip this is update safe so you will not lose this custom CSS when you update either Connections or the template. The first thing you need is the …
In this QuickTip, I’ll explain how to have Connections enqueue a custom CSS file that contains your CSS tweaks in an update-safe way. Here’s how… You have several options on where to upload the file. These options are, in order of priority: First, I need to mention that the connections-templates folder will not be in …
All the template available on this site allow you to easily change many text labels by setting a shortcode option. See this FAQ on how to use this feature. This is a great easy to use feature when you just need to change a label while be displayed in the template. However, sometimes you need change …

