• Resolved ameljor322

    (@ameljor322)


    Hi I want to use the Aldehyde theme, but I have no idea how to delete this stuff at the end of each post.

    ‘This entry was posted in Foods To Eat and tagged free radicals, vitamins. Bookmark the permalink. Edit’

    Can someone point me in the right direction?

    And can someone please tell me how to change the color of the links as there are so faint, that would be great too.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you post a link to your site?

    Thread Starter ameljor322

    (@ameljor322)

    Hi,

    Yes sure, here it is.


    aging-naturally

    Can you post a link to a page that shows that text? I feel a bit silly, but I can’t find that text anywhere on your site.

    Thread Starter ameljor322

    (@ameljor322)

    Hey wow I feel a bit silly now!!

    I installed a plugin to take off the date at the beginning of a post and it seems to have taken the info off the bottom of the post as well.

    Now that I have your attention, can you help me with something else??

    The theme is showing full posts in categories and I can’t work out where to change to excerpt.

    thankyou 🙂

    You need to make a child theme for this. If you edit the theme files directly, you will lose these changes if the theme is updated later, to fix bugs or security issues or to add features.

    Once you’ve made your child theme, copy the file content.php from the parent theme to your child theme. Open that file and change this line:

    <?php if ( is_search() ) : // Only display Excerpts for Search ?>

    to

    <?php if ( is_search() || is_archive() ) : // Only display Excerpts for Search or Archive ?>

    Thread Starter ameljor322

    (@ameljor322)

    thank you so much 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘deleting from editor’ is closed to new replies.