Here, we can provide the following solution to the user:
1. If your site’s template support sidebars then you can click on widgets menu from the dashboard and drag a Cincopa widget to any of the sidebars (note that it is called a sidebar but it can also be in the top or bottom of the page)
2. If your site’s template doesn’t support sidebars or doesn’t have a sidebar where you want the gallery then :
a. Ask your template developer to add a sidebar to your template. Note that sidebars are the standard Wordpress way to allow customizations of your site and once you’ll have a sidebar where you want it you’ll be able to use any widget that that Wordpress community has developed.
b. Or you’ll needs to edit the template code manually and insert the following php code :
<?php echo cincopa_tag("GALLERY ID"); ?>
- If your site’s template support sidebars then you can click on widgets menu from the dashboard and drag a Cincopa widget to any of the sidebars (note that it is called a sidebar but it can also be in the top or bottom of the page).
- If your site’s template doesn’t support sidebars or doesn’t have a sidebar where you want the gallery then:
- Ask your template developer to add a sidebar to your template. Note that sidebars are the standard Wordpress way to allow customizations of your site and once you’ll have a sidebar where you want it you’ll be able to use any widget that that Wordpress community has developed.
- Or you’ll needs to edit the template code manually and insert the following php code :
<?php echo cincopa_tag("GALLERY ID"); ?>
0 Comments