Greetings and thanks for a great theme. 1. Can you advise how to add the 'year' as '2013' to the date image ? 2. Can you advise how to remove the text 'Category Archives' from a category page? Thank you.
Hello, 1.For your first issue Go to loop.php present in your theme directory and add the code given below Code: - <span class="date"><?php echo get_the_time('y') ?> Sending image for reference 2.For your second issue Go to category.php present in your theme directory and follow the instruction as shown in image given below
Thank you I make the changes which worked OK. However a more serious problem has been created. On page EDIT for page or post in WordPress, all fields under the PUBLISH tab (Status, Visibility, Published On) are now frozen. Can you advise and offer a solution to the problem? Also can you supply the original default code? Thanks again Brian Gladstone
Hello, This issue maybe because of plugin (if installed). So please deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin.