<?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: Need to modify the newsbox widget on a static site</title>
		<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site</link>
		<description>Support Forum - Topic: Need to modify the newsbox widget on a static site</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 01:28:24 +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/need-to-modify-the-newsbox-widget-on-a-static-site" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-92150</link>
			<pubDate>Thu, 17 Jan 2013 22:30:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it worked. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prax on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-92137</link>
			<pubDate>Thu, 17 Jan 2013 21:19:44 +0000</pubDate>
			<dc:creator>prax</dc:creator>
			<guid isPermaLink="false">92137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked! Thanks for your help...&#60;br /&#62;
I wasn't able to find those framework files... Searched all my folders&#60;br /&#62;
for phrases like &#34;news-link&#34; but I didn't find anything... I really don't&#60;br /&#62;
know why! But your answers helped! Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-92112</link>
			<pubDate>Thu, 17 Jan 2013 20:05:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Let us know if that didn't work for you (it should but just in case).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prax on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91929</link>
			<pubDate>Wed, 16 Jan 2013 18:52:54 +0000</pubDate>
			<dc:creator>prax</dc:creator>
			<guid isPermaLink="false">91929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;╔══╗&#60;br /&#62;
╚╗╔╝&#60;br /&#62;
╔╝(¯`v´¯)&#60;br /&#62;
╚══`.¸.´ Dude&#60;/p&#62;
&#60;p&#62;Thanks a lot, i'll try it this evening..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91821</link>
			<pubDate>Wed, 16 Jan 2013 08:17:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91821@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up broadscope\framework\php\class-framework-widgets.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a class=&#38;#39;news-link&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;span class=&#38;#39;news-thumb&#38;#39;&#38;gt;&#38;quot;;
		echo $image;
		echo &#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;strong class=&#38;#39;news-headline&#38;#39;&#38;gt;&#38;quot;.get_the_title();
		echo &#38;quot;&#38;lt;span class=&#38;#39;news-time&#38;#39;&#38;gt;&#38;quot;.get_the_time(&#38;quot;F j, Y, g:i a&#38;quot;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;/strong&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a class=&#38;#39;news-link&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;span class=&#38;#39;news-thumb&#38;#39;&#38;gt;&#38;quot;;
		echo $image;
		echo &#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;strong class=&#38;#39;news-headline&#38;#39;&#38;gt;&#38;quot;.get_the_title();
		echo &#38;quot;&#38;lt;span class=&#38;#39;news-time&#38;#39;&#38;gt;&#38;quot;.get_the_time(&#38;quot;F j, Y, g:i a&#38;quot;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;/strong&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>prax on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91660</link>
			<pubDate>Tue, 15 Jan 2013 11:37:36 +0000</pubDate>
			<dc:creator>prax</dc:creator>
			<guid isPermaLink="false">91660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, next one... The title should not be clickable!&#60;br /&#62;
I need to remove the a tag... Where exactly can I modify this widget?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prax on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91659</link>
			<pubDate>Tue, 15 Jan 2013 11:35:24 +0000</pubDate>
			<dc:creator>prax</dc:creator>
			<guid isPermaLink="false">91659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Added it inside Quick CSS - and it worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prax on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91658</link>
			<pubDate>Tue, 15 Jan 2013 11:33:41 +0000</pubDate>
			<dc:creator>prax</dc:creator>
			<guid isPermaLink="false">91658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the answer... But this doesn't work :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91604</link>
			<pubDate>Tue, 15 Jan 2013 01:28:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi prax,&#60;/p&#62;
&#60;p&#62;Kindly add this code inside Quick CSS(located inside Broadscope &#38;gt; Theme Options &#38;gt; Layout &#38;amp; Styling) or custom.css(can be accessed via ftp, located inside the css folder of the Broadscope theme's folder):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;span.news-time {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prax on "Need to modify the newsbox widget on a static site"</title>
			<link>http://www.kriesi.at/support/topic/need-to-modify-the-newsbox-widget-on-a-static-site#post-91586</link>
			<pubDate>Mon, 14 Jan 2013 23:34:55 +0000</pubDate>
			<dc:creator>prax</dc:creator>
			<guid isPermaLink="false">91586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;I need to modify the newsbox widget. If i use this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[widget widget_name=&#34;avia_newsbox&#34; widget_class_name=&#34;newsbox&#34; title=&#34;&#34; count=&#34;5&#34; excerpt=&#34;display title and excerpt&#34;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I get the title, date &#38;amp; time and an excerpt. But I don't want the date &#38;amp; time to be displayed..&#60;br /&#62;
Where I can modify this? Also I don't want the title to be clickable... I want to remove the &#60;a&#62;&#60;br /&#62;
tag from the widget.&#60;/p&#62;
&#60;p&#62;Where can I find it?&#60;/p&#62;
&#60;p&#62;Thanks a lot for help!&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
