<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Newscast Featured image size</title>
		<link>http://www.kriesi.at/support/topic/newscast-featured-image-size</link>
		<description>Support Forum - Topic: Newscast Featured image size</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:14:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/newscast-featured-image-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-86067</link>
			<pubDate>Sat, 01 Dec 2012 06:38:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can exclude certain images from the gallery - see &#60;a href=&#34;http://codex.wordpress.org/Gallery_Shortcode&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Gallery_Shortcode&#60;/a&#62; - i.e. in your case exclude the image id of the featured image from the gallery and wp will display the featured image + the gallery without the featured image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ozgurpolat on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85964</link>
			<pubDate>Fri, 30 Nov 2012 07:35:24 +0000</pubDate>
			<dc:creator>ozgurpolat</dc:creator>
			<guid isPermaLink="false">85964@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;I dont have NEXGEN gallery installed in my wordpress, I don't want to use NEXTGEN. If you have three images in your normal wordpress gallery and you choose one of them as a featured image, you get 4 images in the slideshow. I don't want that. How can I fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85947</link>
			<pubDate>Fri, 30 Nov 2012 01:47:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85947@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This post &#60;a href=&#34;http://wordpress.org/support/topic/open-nextgen-gallery-from-link-or-single-image&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/open-nextgen-gallery-from-link-or-single-image&#60;/a&#62; explains how to remove duplicate from Nextgen gallery.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ozgurpolat on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85851</link>
			<pubDate>Thu, 29 Nov 2012 12:33:57 +0000</pubDate>
			<dc:creator>ozgurpolat</dc:creator>
			<guid isPermaLink="false">85851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;If you go to my web site: &#60;a href=&#34;http://ozgurpolat.com/newscast/?p=96&#34; rel=&#34;nofollow&#34;&#62;http://ozgurpolat.com/newscast/?p=96&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will see that there is a featured image and three other images. In reality there are actually three images in my galery and I use one of them as a featured image. But when I do that, I get four images and the first one is repeated. I used,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.single-post .entry-previewimage.rounded {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in stle.css but this removes the fatured image all together. I would like to keep the featured image but I don't want to display repeated images.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85607</link>
			<pubDate>Tue, 27 Nov 2012 18:00:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey ozgurpolat,&#60;/p&#62;
&#60;p&#62;Add the following to the bottom of your style.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-post .entry-previewimage,
#top.single-post .entry-previewimage a,
#top.single-post .entry-previewimage img
{
    width: 400px;
    height: 400px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the height and width as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ozgurpolat on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85512</link>
			<pubDate>Tue, 27 Nov 2012 09:19:24 +0000</pubDate>
			<dc:creator>ozgurpolat</dc:creator>
			<guid isPermaLink="false">85512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Here is an example post.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ozgurpolat.com/newscast/?p=96&#34; rel=&#34;nofollow&#34;&#62;http://ozgurpolat.com/newscast/?p=96&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The standard featured image size is quite small for my liking, I would like to be able to enlarge it. How can I do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85399</link>
			<pubDate>Mon, 26 Nov 2012 17:20:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85399@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ozgurpolat,&#60;/p&#62;
&#60;p&#62;You can change the size of the image generated in your functions.php lines 12-16. You'll need to regenerate your images afterwards with &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;However this won't necessarily change what is displayed on the front end depending on which area you are trying to modify specifically.&#60;/p&#62;
&#60;p&#62;For posts, the featured image is automatically added to the top but that image is also attached to that post type. So when you add in the wordpress gallery shortcode/function it adds in ALL images that have beeb associated with that post included the featured image.&#60;/p&#62;
&#60;p&#62;The most straightforward way to remove the image on single posts is to add the following to the bottom of your style.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-post .entry-previewimage.rounded {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this isn't what you are looking for, can you post a link to the page and point out exactly what you'd like to change/modify.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ozgurpolat on "Newscast Featured image size"</title>
			<link>http://www.kriesi.at/support/topic/newscast-featured-image-size#post-85239</link>
			<pubDate>Sat, 24 Nov 2012 22:38:50 +0000</pubDate>
			<dc:creator>ozgurpolat</dc:creator>
			<guid isPermaLink="false">85239@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I change the size of the featured image in Newscast theme? And When I activate the featured image I have one more additional image, if I use the images from the gallery then one image is repeated. How can I prevent that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
