Add Year to Date Image in Catagory View? how to remove "Category Archives"

Discussion in 'Regal WordPress Theme' started by briangladstone, Jun 10, 2013.

  1. briangladstone

    briangladstone Member

    Joined:
    Apr 2, 2013
    Messages:
    53
    Likes Received:
    4
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to loop.php present in your theme directory and add the code given below

    Code:
    &nbsp;- <span class="date"><?php echo get_the_time('y') ?>
    Sending image for reference

    [​IMG]


    2.For your second issue

    Go to category.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]
     
  3. briangladstone

    briangladstone Member

    Joined:
    Apr 2, 2013
    Messages:
    53
    Likes Received:
    4
    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
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page