09/02/2013 at 3:07 pm
#268504
Keymaster
@ Mitch
Good news, this feature will make the 0.7.9 release. I just added it. You use it by setting one of two new shortcodes; home_id or force_home.
Setting force_home to true like the following examples will force the links to resolve to the directory home page.
[connections force_home=true]
Or you can selectively define a page ID as the directory home; overriding the settings. For the following example, lets assume the directory home page ID is 33 but you need the links to go to a separate page ID for this shortcode instance and that page ID is 68.
[connections home_id=68]
You could set both options, not sure why one would, but if one did, the force_home option takes priority.
And for historical sake, here’s the link to the original request.
