Finished setting up a HTML site (screenshot) in WordPress using Builder.
Notes
- Image Widget plugin is handy for uploading and displaying (linked) image in a widget with formatting and other options.
- Used Columns plugin for showing Gravity Forms at left and text to its right in Contact Us page.
- Used Shortcode Exec PHP plugin to create a shortcode having this code:
if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); }
after enabling Internal Links in Yoast’s WordPress SEO plugin. Inserted this shortcode in a text widget for showing breadcrumbs in Content module’s left sidebar.
Thanks for sharing! I’ve evernoted the two plugins mentioned so I can try them out. I love that you share these tips–it’s like looking over your shoulder.