• Resolved teresa.cox

    (@teresacox)


    Under my post title on the homepage I would like to change the category links from this:

    categories: crafts to this filed under: crafts

    I know this is possible because I’ve seen others do it, I just cannot find the code. Please help!

    Also, I’d like to center my featured image and make it stretch across the post-content space but I’m having trouble figuring that out as well.

    Thanks in advance.

    The website I need help with is https://www.craftywife.com

Viewing 1 replies (of 1 total)
  • Thread Starter teresa.cox

    (@teresacox)

    I figured it out!

    I was able to change the category links in content-list.php by changing it from this

    <div class="post-category"><?php _e( 'categories', 'adelle-theme' ); ?>: <?php the_category( ', ' ) ?></div>

    to this

    <div class="post-category"><?php _e( 'filed under', 'adelle-theme' ); ?>: <?php the_category( ', ' ) ?></div>

Viewing 1 replies (of 1 total)
  • The topic ‘Change Post Category Wording on Homepage’ is closed to new replies.