Display Category Titles

Discussion in 'Woodpecker WordPress Business Theme' started by rmadala313, Jul 7, 2014.

Thread Status:
Not open for further replies.
  1. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Hello,

    I would like to display Category titles in the Recipes section of my website. Right now, the title of the first Post in the Category is displaying as the Category title.

    Here is a link to my website:

    http://staranisefoods.com/development/?cat=4

    Thank you.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    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(s).
    It will work.
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    It looks like I need to disable Post titles from displaying in my theme. Could you please tell me how to do that with the Woodpecker theme?

    Thank you.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this open loop.php file and remove code as shown in the image.

    remove-loop.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    It didn't change anything.

    I simply deleted the post title to workaround this issue for now.

    Thank you.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  7. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #crumbs {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  9. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page