hma9193
Member
Posted 3 months ago #
I am looking at adding a simple table so my customer can store products.
When I put the short code in my “testing” page [ project id=1 ] it doesn’t display the table with the data that my customer entered on the project....What am I doing wrong?
I tried
[ project id=1 ]
[ project_id=1 ]
But all I get displayed is the actual string and not the table results
www.diamondcuttersandimporters.com
rschilt
Member
Posted 3 months ago #
Hi,
You have an extra space after and before the opening and closing brackets...
[ project id=1 ] versus
[project id=1]
Note sure whether the above will make any difference but I would also double check that in fact the project you wish to display does have an ID of "1".
R