GS Behance Portfolio’s shortcode usage
[gs_behance]
GS Behance Portfolio’s Shortcode attributes Usage
[gs_behance userid="creativemints" count="6" column="4" theme="gs_beh_theme1" field="branding"]
Shortcode PHP Usage
Template Usage – Add the shortcode anywhere you need to display GS Behance Portfolio in template files (header.php, front-page.php, etc.)
<?php echo do_shortcode( '[gs_behance userid="creativemints" count="6" column="4" theme="gs_beh_theme1" field="Branding"]' ); ?>
No. | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | userid | None | Behance User ID | Add your Behance User ID |
2 | count | 6 | Any number | Set number of projects to display. |
3 | column | 3(4 columns) | 4 (3 columns) 3 (4 columns) | Columns are based on 12 grids Bootstarp, so follow columns value |
4 | theme | gs_beh_theme1 | gs_beh_theme1 gs_beh_theme2 gs_beh_theme3 gs_beh_theme4 gs_beh_theme5 gs_beh_theme6 gs_beh_theme7 | Select preferred theme to display Projects |
5 | field | None | Art Direction Branding Web Design Illustration UI/UX | Select preferred field to display Projects. Go to Behance.net & click on Search icon to see all Creative Fields. field parameter case & space sensitive. |