Allow authors to preview the draft post
In WordPress, only administrator of the site can preview of non-published posts. What if you want to allow preview for the author as well? Add code snippet from below gist to theme’s functions.php
In WordPress, only administrator of the site can preview of non-published posts. What if you want to allow preview for the author as well? Add code snippet from below gist to theme’s functions.php

Below query can help you to find which field contains the largest value of autoload field in options table. SELECT option_name, LENGTH(option_value), autoload FROM wp_options WHERE autoload = ‘yes’ ORDER BY `LENGTH(option_value)` DESC NOTE: change your table prefix as per…
[code language=”css”] dpkg: error processing package mariadb-server (–configure): dependency problems – leaving unconfigured Processing triggers for libc-bin (2.23-0ubuntu7) … No apport report written because the error message indicates its a followup error from a previous failure. Errors were encountered while…

Things you need for: cmder composer Sublime Text 2/3 We are going to install using composer, because it will automatically install related packages. So no need to do too many manual stuffs. Step 1: Open “cmder” and run following command…