I am using MT4.1 with Professional Pack 1.1. I am attempting to use the
Widget Set Custom Field plugin in combination with the Custom fields.
I have several entries that I would like a specific widget to be displayed in the sidebar. Each entry should display a different widget. I have created the widgets and custom fields for each.
I have added the following code to my sidebar template:
<MTIfNonEmpty tag="entrydatasidebar">
<$MTWidgetSet name="Screenshot entry"$>
</MTIfNonEmpty>
<MTIfNonEmpty tag="EntryDataSidebar-annoyingp">
<$MTWidgetSet name="Annoying People entry"$>
</MTIfNonEmpty>
And so on…
The problem is that only the first custom field is being displayed (entrydatasidebar)… I was careful in each entry to only display the appropriate custom field and select it but for some reason, each entry is showing the first custom field and ignoring the rest. I did not select the entrydatasidebar on the entries (except for the one it should be on) but they are displaying it anyway.
I am at a loss at what to do.
Does anyone have any tips or ideas?
