Well, unfortunately adding category support has taken way, way longer than I really wanted it to. I have the admin page completely finished. When I started working on the add entry form it became very clear that I would have to redesign it. In trying to accommodate so many field types the form has become very long and not everyone is going to need most of the available fields. So I decided to make the form more dynamic. Take a peek at the screen capture to see the progress. As you see on higher res screens, no more scrolling. Much better but it still needs more work.


I would like to add pagination to the display list. Is this in development also? What php page would the pagination script work on? I have a standard script I’d like to add to the display listing for now.
Sorry I don’t quite follow you. I can say pagination will be a coming feature.
how are the short codes going to work to display directories for individual categories.
[connections_list categories=x]?
Close. It’ll be [connection_list category=x]. Since categories are hierarchical any children categories will also display.
Also of note entries can be assigned to x number of categories.