Where is the home page feature image

Home Forums Omega Child Where is the home page feature image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2656
    Rebekah Schiller
    Participant

    Using Church theme.

    http://www.innerheart.biz/

    Also
    1- How do i get rid of the page title. ie: on Home page remove HOME.
    2- How to change footer copyright info.

    I purchased the Omega Child theme thinking that by installing it, i could change the copyright info…I also thought that the “Church theme” would still be there…that the Omega Child theme would inherit the church theme formatting..i guess i misunderstood…

    Is there a church theme child theme?

    Thanks!

    I’m a WP newbie!

    Thanks!!

    #2660
    han
    Keymaster

    1) Create a new file entry-title.php under folder /church/partials/ , and put this code

    <?php
    if ( is_home() || is_archive() || is_search() ) {
    ?>
    	<h2 class="entry-title" itemprop="headline"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    <?php		
    } 
    ?>

    2) please check this post http://themehall.com/forums/topic/customize-footer-text-omega-custom-footer-plugin

    Church theme is already a child theme. To change footer copyright info, you need to use the custom footer plugin, http://themehall.com/product/omega-custom-footer-plugin

    #2668
    Rebekah Schiller
    Participant

    Thanks.
    Follow up questions:
    1- What do you mean when you say, “new file entry-title.php”? Remember I’m new!
    2- I paid for the Omega child theme thinking this would enable me to change the footer. Might I be able to swap this for the footer plugin? I guess i really don’t need the omega child theme after all…
    3- How do i have an image appear on the Home page? Seems the ‘featured image’ is not showing up on the home page for some reason. It does show on the other pages

    Thanks so much!

    #2671
    Rebekah Schiller
    Participant

    Follow up:
    Was able to figure out #3! 🙂

    #2685
    Rebekah Schiller
    Participant

    Create a new file entry-title.php under folder /church/partials/ , and put this code.

    Please elaborate for me! I haven’t a clue what to do!
    Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)

You must login to reply to this topic.