<?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: Chronicle links in a single Portfolio entry page.</title>
		<link>http://www.kriesi.at/support/topic/chronicle-links-in-a-single-portfolio-entry-page</link>
		<description>Support Forum - Topic: Chronicle links in a single Portfolio entry page.</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:07:43 +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/chronicle-links-in-a-single-portfolio-entry-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Hossam on "Chronicle links in a single Portfolio entry page."</title>
			<link>http://www.kriesi.at/support/topic/chronicle-links-in-a-single-portfolio-entry-page#post-84338</link>
			<pubDate>Fri, 16 Nov 2012 23:34:40 +0000</pubDate>
			<dc:creator>Hossam</dc:creator>
			<guid isPermaLink="false">84338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Maybe I did't explained myself well, but I was looking to modify the built-in feature &#34;Related Entries&#34; that never showed up in my side due to the following &#34;possible bug&#34;. I've completely forgot about that feature and started to implement my own as above.&#60;/p&#62;
&#60;p&#62;* Possible bug&#60;br /&#62;
In &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; enabled site, potfolio related entries are not populated form the database.&#60;/p&#62;
&#60;p&#62;* Workaround&#60;br /&#62;
In file related-posts.php, around line 51, exclude &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; language filters from the query.&#60;/p&#62;
&#60;p&#62;Replace :&#60;br /&#62;
$my_query = new WP_Query(array('portfolio_entries'=&#38;gt;$tag_ids, 'showposts'=&#38;gt;$postcount, 'ignore_sticky_posts'=&#38;gt;1, 'orderby'=&#38;gt;'rand', 'post__not_in' =&#38;gt; array( $this_id ) ) );&#60;/p&#62;
&#60;p&#62;With :&#60;br /&#62;
$my_query = new WP_Query(array('portfolio_entries'=&#38;gt;$tag_ids, 'showposts'=&#38;gt;$postcount, 'ignore_sticky_posts'=&#38;gt;1, 'orderby'=&#38;gt;'rand', 'post__not_in' =&#38;gt; array( $this_id ),'suppress_filters'=&#38;gt;true ) );&#60;/p&#62;
&#60;p&#62;I've just discovered this now, and I'm able to modify the output to ( previous &#124; 1 &#124; 2 &#124; 3 &#124; next )  or what so ever.&#60;/p&#62;
&#60;p&#62;I do not know if this is the right solution but worked for me, still open for suggestions or improvements.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Chronicle links in a single Portfolio entry page."</title>
			<link>http://www.kriesi.at/support/topic/chronicle-links-in-a-single-portfolio-entry-page#post-84333</link>
			<pubDate>Fri, 16 Nov 2012 23:00:12 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am not sure that functionality such as what you describe is even needed since it already exists on the main portfolio page. Unlike a blog, a portfolio has a page where every item could be examined before being clicked, and if the portfolio is paginated , the 'real pagination' will be available there. To have such a feature on an individual portfolio page in that sense is redundant as I believe it exists on the main portfolio page. I think a project such as this is best handled by a freelancer, and is outside the scope of the support team.&#60;/p&#62;
&#60;p&#62;Also you are looking in the wrong place. Look in functions.php between lines 453-6 , it's probably doable, though I haven't seen it implemented anywhere,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hossam on "Chronicle links in a single Portfolio entry page."</title>
			<link>http://www.kriesi.at/support/topic/chronicle-links-in-a-single-portfolio-entry-page#post-84157</link>
			<pubDate>Fri, 16 Nov 2012 03:55:52 +0000</pubDate>
			<dc:creator>Hossam</dc:creator>
			<guid isPermaLink="false">84157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to show chronicle links in a single portfolio entry page, i.e. change the default (previous entry - next entry) links to something like (previous &#124; 1 &#124; 2 &#124; 3 &#124; next ) so the user can easily navigate between other related entries (in the same category)&#60;/p&#62;
&#60;p&#62;I've tried the following modifications in single-portfolio.php with no luck.&#60;/p&#62;
&#60;p&#62;1- replace echo &#34; avia_post_nav(); &#34; with &#34; echo avia_pagination(); &#34;&#60;br /&#62;
2- replace echo &#34; avia_post_nav(); &#34; with standard call to paginate_links()&#60;/p&#62;
&#60;p&#62;Many thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
