I Need to use Month , year in my all archives and pages of my wordpress site
Please put below code in your functions.php file. You will need to create custom field named ‘custom_post_name’ and set the custom field text to what you want to add to page title. function alter_page_title(){ global $post; $current_page_title = $post->post_title; /* Check if lower case version of current page title is = online exams. */ if … Read more