Home › Forums › Omega Child › Where is the home page feature image
- This topic has 4 replies, 2 voices, and was last updated 11 years, 6 months ago by
Rebekah Schiller.
-
AuthorPosts
-
October 17, 2014 at 9:04 pm #2656
Rebekah Schiller
ParticipantUsing Church theme.
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!!
October 18, 2014 at 5:24 pm #2660han
Keymaster1) 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
October 20, 2014 at 7:50 pm #2668Rebekah Schiller
ParticipantThanks.
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 pagesThanks so much!
October 21, 2014 at 1:54 pm #2671Rebekah Schiller
ParticipantFollow up:
Was able to figure out #3! 🙂October 24, 2014 at 4:22 pm #2685Rebekah 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!! -
AuthorPosts
You must login to reply to this topic.
