<?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: Removing Meta Information from Portfolio Page</title>
		<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page</link>
		<description>Support Forum - Topic: Removing Meta Information from Portfolio Page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:16:04 +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/removing-meta-information-from-portfolio-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-87685</link>
			<pubDate>Tue, 11 Dec 2012 21:11:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">87685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;Here is another good resource &#60;a href=&#34;http://www.winmerge.org&#34; rel=&#34;nofollow&#34;&#62;http://www.winmerge.org&#60;/a&#62; . You can compare any two files or compare all files in 2 different directories and subdirectories side by side. So you can compare your current theme to an update or your current theme to a modified theme and instantly see every single change side by side. I haven't used it for merging, but for comparison its invaluable.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-87499</link>
			<pubDate>Mon, 10 Dec 2012 21:31:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Nick was able to help Stephen :)&#60;/p&#62;
&#60;p&#62;Notepad++ is a big favorite of mine as well!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-87472</link>
			<pubDate>Mon, 10 Dec 2012 19:37:29 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">87472@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nick, &#60;/p&#62;
&#60;p&#62;Thanks for that. I was able to edit the Titles based on the code you inputted here. But most of all, thanks for pointing me to Notepad ++! What a great resource. I was able to make a number of edits &#38;amp; changes because of it.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-86685</link>
			<pubDate>Thu, 06 Dec 2012 02:43:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">86685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Best way to take care of thing like that, is to download Notepad++ ( &#60;a href=&#34;http://notepad-plus-plus.org/download/v6.2.2.html&#34; rel=&#34;nofollow&#34;&#62;http://notepad-plus-plus.org/download/v6.2.2.html&#60;/a&#62; ) and unzip the theme somewhere on  your local system, and then just search with Notepadd++ the entire directory and any files that have ''Related Entries' will be displayed. (that's what I do).&#60;/p&#62;
&#60;p&#62;Look for the line 67 of related-posts.php in the /includes/ folder which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;h5 class=&#38;#39;related_title&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Related Entries&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h5&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;delete only that line, and in its place paste the code below&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if( $is_portfolio)
{
         $output .= &#38;quot;&#38;lt;h5 class=&#38;#39;related_title&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Related Portfolio&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h5&#38;gt;&#38;quot;;
} else {
         $output .= &#38;quot;&#38;lt;h5 class=&#38;#39;related_title&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Related Entries&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h5&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should probably make a backup of that entire file first in case there is a problem.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-86645</link>
			<pubDate>Wed, 05 Dec 2012 16:42:43 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">86645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nick,&#60;/p&#62;
&#60;p&#62;Thanks for this CSS addition. It worked well. However, I need to change the text from &#34;Related Entries&#34; to something along the lines of &#34;Related Brands/Other Brands/etc.&#34; &#60;/p&#62;
&#60;p&#62;I looked into the &#34;related-posts.php&#34; file and I changed the text there, but it also changed the text for related blog posts.&#60;/p&#62;
&#60;p&#62;Could you tell me how to only change the text for my portfolio items? Perhaps there is a CSS addition?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-86587</link>
			<pubDate>Wed, 05 Dec 2012 08:32:27 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">86587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this in your custom.css or Quick css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-meta-infos {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing Meta Information from Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-information-from-portfolio-page#post-86467</link>
			<pubDate>Tue, 04 Dec 2012 17:00:13 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">86467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I need to remove some this from the portfolio page(s):&#60;/p&#62;
&#60;p&#62;-the Like/Tweets Count &#38;amp; What it was posted under&#60;/p&#62;
&#60;p&#62;---&#60;/p&#62;
&#60;p&#62;I'm looking in the loop-portfolio-single.php file and I believe I see where the meta information is, but I'm not very comfortable with code and am unsure of what exactly I should remove (without ruining other elements of the pages).&#60;/p&#62;
&#60;p&#62;Could you help me with what exact part of the code I should remove?&#60;/p&#62;
&#60;p&#62;***&#60;/p&#62;
&#60;p&#62;Also, I would like to change the &#34;(previous entry)&#34; (above the portfolio item) to different text. Where can I find this in the code?&#60;br /&#62;
(See &#60;a href=&#34;http://hutzelmedia.com/&#34; rel=&#34;nofollow&#34;&#62;http://hutzelmedia.com/&#60;/a&#62; )&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
