Home › Forums › Other › WordPress "Custom Fields" help? › Reply To: WordPress "Custom Fields" help?
January 15, 2014 at 7:08 am
#160448
Participant
The beauty of shortcodes is you can put them just about anywhere. In post / page content, widgetized areas, option boxes, and in template files using do_shortcode(‘[my_shortcode attr=”value”]’);
What’s your main page’s template look like? Are you cramming everything in index.php ? Using shortcodes / raw HTML to construct it in the edit box as a single page?