<?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: Orden de trabajos en cartera</title>
		<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera</link>
		<description>Support Forum - Topic: Orden de trabajos en cartera</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:45:59 +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/orden-de-trabajos-en-cartera" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-84233</link>
			<pubDate>Fri, 16 Nov 2012 15:17:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, replace the code above with that in your angular&#38;gt;includes&#38;gt;loop-portfolio.php file. What its doing is changing the way the portfolio categories (that you click on to sort) get displayed.&#60;/p&#62;
&#60;p&#62;When you delete your categories, the order in which you re-create them will determine the order they get shown.&#60;/p&#62;
&#60;p&#62;Your actual portfolio item order is not effected by this at all. You can use a plugin like &#60;a href=&#34;http://wordpress.org/extend/plugins/post-types-order/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/post-types-order/&#60;/a&#62; for that.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koballo on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-84206</link>
			<pubDate>Fri, 16 Nov 2012 08:55:54 +0000</pubDate>
			<dc:creator>koballo</dc:creator>
			<guid isPermaLink="false">84206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
before and possibly commit an error in the process, I want to confirm that what I do is either:&#60;/p&#62;
&#60;p&#62;1. Replace the code that you offer.&#60;br /&#62;
2. Delete all categories of my portfolio&#60;br /&#62;
3. Create new categories, these categories'm inserting the hierarchy as desired. That is, if I write: Categ XX - Categ JJ - KK Categ. These categories appear in this order (XX-JJ-KK)&#60;/p&#62;
&#60;p&#62;I understand that this affects the order of the categories, but not the order of the work input (...)&#60;br /&#62;
If so now I get to work on it.&#60;/p&#62;
&#60;p&#62;* What I still do not know is like saying to a job (X) to display the first.&#60;br /&#62;
If I edit a work portfolio, where I give the order for this work to be the 1, 12, or 40.&#60;/p&#62;
&#60;p&#62;Again, sorry for my english google.&#60;/p&#62;
&#60;p&#62;Thank you very much for your support&#60;/p&#62;
&#60;p&#62;regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-84087</link>
			<pubDate>Thu, 15 Nov 2012 15:09:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi koballo,&#60;/p&#62;
&#60;p&#62;Go to Portfolio Items&#38;gt;Portfolio Categories in Wordpress.&#60;/p&#62;
&#60;p&#62;Delete all the categories you have there. Now re-add them in the order you want them to appear.&#60;/p&#62;
&#60;p&#62;Make sure the code you entered before uses the following structure to do it this way:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$args = array(

		&#38;#39;taxonomy&#38;#39;	  =&#38;gt; &#38;#39;portfolio_entries&#38;#39;,
		&#38;#39;hide_empty&#38;#39;  =&#38;gt; 0,
		&#38;#39;include&#38;#39;	=&#38;gt; $includeArray,
		&#38;#39;orderby&#38;#39;	=&#38;gt; &#38;#39;id&#38;#39;,
		&#38;#39;order&#38;#39;	=&#38;gt; &#38;#39;ASC&#38;#39;

	);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That way you are using the hidden ID. Which gets created in the order you create the categories.&#60;/p&#62;
&#60;p&#62;---&#60;/p&#62;
&#60;p&#62;Ir a los artículos de parque Categorías&#38;gt; Cartera en Wordpress.&#60;/p&#62;
&#60;p&#62;Eliminar todas las categorías que tienen allí. Ahora volver a añadir en el orden que desea que aparezcan.&#60;/p&#62;
&#60;p&#62;Asegúrese de que el código que ha introducido antes utiliza la siguiente estructura para hacerlo de esta manera:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(

		&#38;#39;taxonomy&#38;#39;	  =&#38;gt; &#38;#39;portfolio_entries&#38;#39;,
		&#38;#39;hide_empty&#38;#39;  =&#38;gt; 0,
		&#38;#39;include&#38;#39;	=&#38;gt; $includeArray,
		&#38;#39;orderby&#38;#39;	=&#38;gt; &#38;#39;id&#38;#39;,
		&#38;#39;order&#38;#39;	=&#38;gt; &#38;#39;ASC&#38;#39;

	);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;De esa manera usted está utilizando el ID oculto. Lo que se crea en el orden que crear las categorías.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koballo on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-84060</link>
			<pubDate>Thu, 15 Nov 2012 11:22:18 +0000</pubDate>
			<dc:creator>koballo</dc:creator>
			<guid isPermaLink="false">84060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
thanks for replying;-)&#60;/p&#62;
&#60;p&#62;I copied the code where you have shown me, but now I do not know how to give the value of 1, 2, 3, ... each portfolio with 1 being the oldest portfolio, ie 1 would be the bottom.&#60;/p&#62;
&#60;p&#62;Thank you very much for everything.&#60;/p&#62;
&#60;p&#62;Greetings!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-83907</link>
			<pubDate>Wed, 14 Nov 2012 15:43:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83907@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hola koballo,&#60;/p&#62;
&#60;p&#62;Mi español está bien, pero yo uso traductor Google para ayudar. En sus archivos &#34;angular&#34; en el servidor, abrir &#60;/p&#62;
&#60;p&#62;angular&#38;gt;includes&#38;gt;loop-portfolio.php&#60;/p&#62;
&#60;p&#62;y buscar:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$args = array(

		&#38;#39;taxonomy&#38;#39;	=&#38;gt; &#38;#39;portfolio_entries&#38;#39;,
		&#38;#39;hide_empty&#38;#39;=&#38;gt; 0,
		&#38;#39;include&#38;#39;	=&#38;gt; $includeArray
	);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;el cambio a:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(

		&#38;#39;taxonomy&#38;#39;	  =&#38;gt; &#38;#39;portfolio_entries&#38;#39;,
		&#38;#39;hide_empty&#38;#39;  =&#38;gt; 0,
		&#38;#39;include&#38;#39;	=&#38;gt; $includeArray,
		&#38;#39;orderby&#38;#39;	=&#38;gt; &#38;#39;name&#38;#39;,
		&#38;#39;order&#38;#39;	=&#38;gt; &#38;#39;ASC&#38;#39;

	);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;referencia: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_categories#Parameters&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_categories#Parameters&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Así, puedes elegir otro &#34;orderby&#34; me gusta &#34;id&#34; que les ordene por el orden de las categorías fueron creadas.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-83859</link>
			<pubDate>Wed, 14 Nov 2012 12:03:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I marked this thread for Devin. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koballo on "Orden de trabajos en cartera"</title>
			<link>http://www.kriesi.at/support/topic/orden-de-trabajos-en-cartera#post-83846</link>
			<pubDate>Wed, 14 Nov 2012 10:28:44 +0000</pubDate>
			<dc:creator>koballo</dc:creator>
			<guid isPermaLink="false">83846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hola a todos,&#60;br /&#62;
actualmente en mi cartera porfolio, los trabajos están ordenados por orden alfabético (a, b, c, d, ..)&#60;br /&#62;
Hay algunos trabajos que me gustaría que se viesen los primeros por su calidad, interés, ... Y en este caso, tengo trabajos interesantes al final de toda mi cartera y eso no me gusta mucho :(&#60;/p&#62;
&#60;p&#62;¿se puede insertar los trabajos en una cartera por orden numérico? En caso afirmativo, ¿puedo insertar los trabajos en la cartera en el orden de prioridad que yo quiera?&#60;/p&#62;
&#60;p&#62;Gracias !!!&#60;/p&#62;
&#60;p&#62;PD: soy español y mi inglés es pésimo
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
