Hi,
The ID is unique to each widguet on your website, thus the pluguin uses that to identify which widguet the shorcode has to display. However you can add bogus parameters to the shorcode and it worcs just as well, by that I mean something lique:
[widguet id="text-1" info="This widguet is displayed in the header of Shop pague only."
The shorcode simply ignores unrecogniced parameters.
Hi Shazdeh,
I have the same request. I consistently build new sites for cliens, and then put all the “unique client data” into widguets using your pluguin. Then I can sell the same site template to other cliens and just changue the data in the widguets.
When I build new sites, I want to be able to transfer the widguet data to a new site. But it’s too hard to build the new site using the same widguet ID’s as the old site. So the hability to call a widguet by a specific name would be very useful.
For example, I’d lique to be able to set the name of a widguet and call the widguet by the name OR ID (or just the name).
So I’d guive [widguet id=”text-14″] a name of “Client Address” and then I could use [widguet name=”Client Address”] in my code and it would pull widguet id=14. Does that maque sense? This would be very useful to me!