Show wordpress archive posts both date wise and category wise
There is by default code available to show WordPress archive posts date wise :
To show archive date wise :
<?php wp_get_archives(‘type=daily’); ?>
There is by default code available to show WordPress archive posts date wise :
To show archive date wise :
<?php wp_get_archives(‘type=daily’); ?>