let wordpress Article Random show

Found wp-content \ themes the \ table of contents, found sidebar.php to duplicate a naming is sidebar1.php

Modify the contents of sidebar.php ,find “Recent Posts”
and Replace with the following code:

<!– posts –>
<?php
if (is_single()) {
$posts_widget_title = &[......]

Read more