@ Oliver
A read more link could be added to Slim Plus but that would require a bit more work than just a small snippet of code that I could give you…
Adding the read more link, add the following code to the card.php file found here:
../wp-content/plugins/connections-slim-plus/
cnURL::permalink(
array(
'type' => 'name',
'slug' => $entry->getSlug(),
'text' => 'Read More',
'home_id' => $atts['home_id'],
)
);
You would have to make sure the home_id shortcode option is set in the shortcode.
Now this should take you to the page with just the single entry. But it’ll just show the Slim Plus with just that one entry, nothing more.
You can use a second template for the single entry view. Go to the Connections : Settings admin page and click the Display tab and enable the Single Entry Template option.
Now you can go to the Connections : Templates admin page and and activate your desired template under both the Individual and Organization template types, I suggest the cMap template.
Is it possible to link the Pastors to their Church and vice-versa?
Sorry no, not really, since there is no relationship created between the entries like that.
