Give user option to select full post index page or excerpted index?
Milo beat me to the punch while I was writing this but I will expand on his answer. To set your cookie an easy method would be to use jQuery Cookie. Download the plugin and include the cookie js via wp_enqueue_script with jquery as a dependency. For your buttons: <input id=”excerpt_view” type=”button” value=”Show Excerpts” /> … Read more