Hi, first of all great theme — I like your style and I hope you continue to make more so that I can buy them for my future sites, before that I have a small issue…
I want to have the option to show RANDOM posts on *THEME SPECIFIC 2 COLUMN WIDGET*
I believe it is a simple edit but I can’t seem to find it…I googled and found this helpful pages:
http://www.devtoolsplus.com/how-to-display-random-posts-with-thumbnails-in-wordpress
http://www.wpbeginner.com/wp-tutorials/how-to-display-random-posts-in-wordpress
I thought I would simply add something like this: <?php $posts = get_posts('orderby=rand&numberposts=5');
But I don’t seem to find it in your widget(s) — Where can edit your widgets so that I can switch from LATEST POSTS to Random Posts so that on each page reload, new posts show up.
Please help me in anyway you can, I have been trying to solve this for hours but I have failed…