Remove featured photo on post page ?
-
Hello ??
I am a new wordpress user and I start bloging with it instead of Blogger partialy because of this theme!
Fantastic job.
I have first tried it on wordpress.com, was working nice.
But now, hosting on my own I have notice something annoying for me.
On each post I make is the featured image over the title, I don’t want it. I have look on some forum how to remove it, find part of code and made the manipulation, nothing happened..
So I hope some of you can help me to know where I am wrong.
I have remove this lines in the code of index.php located in the oxygen theme folder. (lines 42-44)
<?php if ( current_theme_supports( 'get-the-image' ) ) { get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'archive-thumbnail', 'image_class' => 'featured', 'width' => 470, 'height' => 140, 'default_image' => get_template_directory_uri() . '/images/archive-thumbnail-placeholder.gif' ) ); } ?>
Is something else to do or what ? ??
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Remove featured photo on post page ?’ is closed to new replies.