Add custom post types to archives page
Adding this snippet to the functions.php of your wordpress theme will let you add custom post types to archives page.
Read More...Adding this snippet to the functions.php of your wordpress theme will let you add custom post types to archives page.
Read More...Adding this snippet to the functions.php of your wordpress theme will limit the archives widget to display only 12 months. Replace the add_filter from the first snippet with the second add_filter bellow so this snippet will work for the dropdown archives widget.
Read More...Adding this snippet to the functions.php of your wordpress theme will display a beautifully formated formatted archives list of months separated by year. Don’t forget to place the second snippet within your wordpress theme in the location you want to display the archives list.
Adding this PHP code to the functions.php of your wordpress theme will force the archives to display all post types. Be sure to add in your post types.
Read More...Adding this PHP code to your wordpress theme will display a date based archives list.
Read More...