<?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 - Tag: categories - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/categories</link>
		<description>Support Forum - Tag: categories - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 21:19:19 +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/tags/categories" rel="self" type="application/rss+xml" />

		<item>
			<title>giabardo on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-110818</link>
			<pubDate>Mon, 13 May 2013 07:56:18 +0000</pubDate>
			<dc:creator>giabardo</dc:creator>
			<guid isPermaLink="false">110818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude! It worked out-
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-109428</link>
			<pubDate>Tue, 07 May 2013 06:17:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Open up wp-content\themes\angular\includes\format-standard.php and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;blog-inner-meta extralight-border&#38;#39;&#38;gt;

					&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php
						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						?&#38;gt;

						&#38;lt;?php
						$cats = get_the_category();

						if(!empty($cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

						if($portfolio_cats &#38;amp;&#38;amp; !is_object($portfolio_cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							echo $portfolio_cats;
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt; &#38;#39;;
						}

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

						?&#38;gt;

					&#38;lt;/span&#38;gt;	

				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Open up single.php and delete&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
					comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Open up header.php and delete&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;	&#38;lt;li class=&#38;quot;rss&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;#39;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giabardo on "How to hide Blog author / categories / comment count &#124;&#124; How to remove the RSS"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-blog-author-categories-comment-count-how-to-remove-the-rss#post-109194</link>
			<pubDate>Mon, 06 May 2013 11:11:32 +0000</pubDate>
			<dc:creator>giabardo</dc:creator>
			<guid isPermaLink="false">109194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, Hi have installed Angular on &#60;a href=&#34;http://www.dossofiorito.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dossofiorito.com&#60;/a&#62;&#60;br /&#62;
I would like to do 3 customization:&#60;/p&#62;
&#60;p&#62;1. remove the comment/ categories/author  from the top part of my posts. I would also like to remove the pen icon on the left&#60;br /&#62;
&#60;a href=&#34;http://www.dossofiorito.com/lightscape-press-kit/&#34; rel=&#34;nofollow&#34;&#62;http://www.dossofiorito.com/lightscape-press-kit/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. Remove the comment/pingback section at the bottom of the posts&#60;/p&#62;
&#60;p&#62;3. I would like to be able to remove the RSS icon from the header.&#60;/p&#62;
&#60;p&#62;Tried to look in the threads but could't find a solution that worhed here. I have digged into the various .psp an css but with no luck...I need some direction please&#60;/p&#62;
&#60;p&#62;g.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-109180</link>
			<pubDate>Mon, 06 May 2013 06:51:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">109180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, it doesn't really work that way. You would need to edit the data saved in the options table for that template, which is getting into much more complicated direction.&#60;/p&#62;
&#60;p&#62;Another option is to just use shortcodes and copy+paste in the &#34;template&#34; of shortcodes but again, you would need to edit it to update all areas.&#60;/p&#62;
&#60;p&#62;It isn't ideal for your setup, but the system wasn't really designed with this kind of use in mind so there aren't mechanisms in place to support it yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-108975</link>
			<pubDate>Sun, 05 May 2013 07:10:54 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">108975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Then it pretty much misses the whole point of being a template. Creating a template, in my opinion, is not just about being able to quickly add the same information, but more about being able to change it once and have it updated wherever the info is shown. &#60;/p&#62;
&#60;p&#62;There is also no way to find it behind the scenes? Directly in some code somewhere? I suppose it has to be written somewhere, so if I could find that and add any new category that way, it solves the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog categories not working"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-not-working#post-108451</link>
			<pubDate>Thu, 02 May 2013 15:17:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I can reproduce the bug and I'll submit a patch soon. Should be included in the next update. For now use another blog layout - the error only occurs with the &#34;Grid Layout&#34;. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-108449</link>
			<pubDate>Thu, 02 May 2013 15:15:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As far as I know, no there is no way to edit the templates.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Blog categories not working"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-not-working#post-108417</link>
			<pubDate>Thu, 02 May 2013 14:06:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Topher,&#60;/p&#62;
&#60;p&#62;Try updating the theme files to the most recent version available from your downloads on Themeforest. Kriesi has been releasing bug fixes pretty rapidly and I want to make sure this isn't something that was already fixed in 1.3 (you are currently on 1.2).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-108364</link>
			<pubDate>Thu, 02 May 2013 09:52:18 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">108364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Working well with the templates, yet I can't seem to find how to modify existing templates. I was able to create a template, it even remembers the selected categories etc., I can add it anywhere I want, but no &#34;edit&#34; option to be found. Logically, if I edit the added items in a specific page, then it's changed only for that page, not for all pages using that template. &#60;/p&#62;
&#60;p&#62;So where can I find the option to edit the existing templates, please? Otherwise it's of not much use (in case I want an extra category added)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tophersimon on "Blog categories not working"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-not-working#post-108280</link>
			<pubDate>Wed, 01 May 2013 21:03:19 +0000</pubDate>
			<dc:creator>tophersimon</dc:creator>
			<guid isPermaLink="false">108280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Forgot to include link to blog: &#60;a href=&#34;http://www.tophersimon.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.tophersimon.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tophersimon on "Blog categories not working"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-not-working#post-108266</link>
			<pubDate>Wed, 01 May 2013 20:05:28 +0000</pubDate>
			<dc:creator>tophersimon</dc:creator>
			<guid isPermaLink="false">108266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looks like Archives doesn't work either to go to a specific time period.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tophersimon on "Blog categories not working"</title>
			<link>http://www.kriesi.at/support/topic/blog-categories-not-working#post-108265</link>
			<pubDate>Wed, 01 May 2013 20:04:56 +0000</pubDate>
			<dc:creator>tophersimon</dc:creator>
			<guid isPermaLink="false">108265@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;So I'm not sure what's going on here but I added a categories widget to the sidebar on the blog and for some reason they don't work. &#60;/p&#62;
&#60;p&#62;If you click on Wedddings for example, it reloads the page, but will all blog entries, not just the weddings. Also the header changes correctly to: Archive for category: Weddings&#60;/p&#62;
&#60;p&#62;but, strangely enough when you click on that header, it randomly links to one of the blog posts. In this example:&#60;/p&#62;
&#60;p&#62;Archive for category: Weddings header links to: &#60;a href=&#34;http://www.tophersimon.com/2012/06/12/san-jose-wedding-photography-ronnie-and-daryl-queen-of-apostles-catholic-church-freedom-hall-and-garden/&#34; rel=&#34;nofollow&#34;&#62;http://www.tophersimon.com/2012/06/12/san-jose-wedding-photography-ronnie-and-daryl-queen-of-apostles-catholic-church-freedom-hall-and-garden/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas what's going on and a fix?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Topher
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-107990</link>
			<pubDate>Tue, 30 Apr 2013 11:18:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can save templates when in the advanced layout editor on right right hand side of the elements tabs where it has the 'Template' button. I'm not sure if they save the category options but that is your best route to try.&#60;/p&#62;
&#60;p&#62;As for the random/sort, no I don't believe so. I'll suggest adding a random function for them in a future update however.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-107755</link>
			<pubDate>Mon, 29 Apr 2013 07:59:50 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">107755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again,&#60;/p&#62;
&#60;p&#62;I've tried it the way you suggested and it works like a charm. In the CMS, however, it's a bit of a hassle as all items are unordered in the same list (hundreds of cutsomers, tens of partners, tens of products and tens of photographs). Not very structured.&#60;/p&#62;
&#60;p&#62;But what I am most afraid of is that when I use the portfolio shortcode at the bottom of a different page, I will run into trouble when I add a new category. An example in a few steps:&#60;/p&#62;
&#60;p&#62;1) I have literally hundreds of customers to add in the CMS. The list of customers has several different countries as categories. and,&#60;br /&#62;
2) At the bottom of every customer page I add the portfolio grid shortcode showing 4 other customers to trigger the visitor to check out those as well. I don't want that to show product categories, so for each page I select which categories to show (only countries).&#60;br /&#62;
3) One day I get a customer in a country that hasn't been added as category yet. This becomes the problem. I add the new country category and customer assigned to that category, but the new category will not show up on the hundreds of portfolio shortcodes in the customer detail pages, unless I change the hundreds of shortcodes to also show that new category.&#60;/p&#62;
&#60;p&#62;So my question now would be: Can I make some kind of templates of the portfolio grid shortcodes so that I can add one template to the bottom of those pages and only have to change that template once to update it everywhere?&#60;/p&#62;
&#60;p&#62;-----------------------------&#60;/p&#62;
&#60;p&#62;Another related question: Can I make the portfolio shortcode show a random 4 of the selected categories? At the moment it seems to show only the 4 most recently added. As there are hundreds, it would be sad to always show the same 4 customers untill there is a new one added.&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-107698</link>
			<pubDate>Sun, 28 Apr 2013 19:01:22 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">107698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much for the help, I'll try that and let you know if I still run into any trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-107681</link>
			<pubDate>Sun, 28 Apr 2013 18:01:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DavyE,&#60;/p&#62;
&#60;p&#62;You can use the regular portfolio custom post type and do exactly that. Just add portfolio element using the advanced layout builder to the page you want the portfolio group to show on and only select those categories you want to show on that page.&#60;/p&#62;
&#60;p&#62;As long as the categories for each group don't cross over, only those categories that can be sorted on that specific page will be shown.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavyE on "Multiple nonrelated portfolios in one site"</title>
			<link>http://www.kriesi.at/support/topic/multiple-nonrelated-portfolios-in-one-site#post-107435</link>
			<pubDate>Fri, 26 Apr 2013 15:53:19 +0000</pubDate>
			<dc:creator>DavyE</dc:creator>
			<guid isPermaLink="false">107435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The portfolio for Enfold is great. But I would like to use it for several pages with indivdual portfolios. For example at least 3 kinds:&#60;br /&#62;
- Customers&#60;br /&#62;
- Partners&#60;br /&#62;
- Products&#60;br /&#62;
- ...&#60;/p&#62;
&#60;p&#62;Each portfolio should contain it's own list of items and categories. The customer portfolio should contain the countries as categories, while partners should contain the type of partner (software / hardware / ...), the products should contain product categories (for example: smartphones / tablets / ...). &#60;/p&#62;
&#60;p&#62;So my question is: Can I in some way duplicate the portfolio plugin 3 or more times, and how? &#60;/p&#62;
&#60;p&#62;If not, any suggestions on how I can achieve a similar result? I can install a customer showcase plugin, but that's again only 1 list, so same issue. I also really like the Enfold portfolio showcase, so I'd like to keep it the same (consistency etc.).&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "category archive not working"</title>
			<link>http://www.kriesi.at/support/topic/category-archive-not-working#post-106850</link>
			<pubDate>Tue, 23 Apr 2013 17:09:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, this is a bug with the grid view layout. We'll fix it in the next version. To fix it open up archive.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$atts   = array(&#38;#39;type&#38;#39; =&#38;gt; &#38;#39;grid&#38;#39;, &#38;#39;items&#38;#39; =&#38;gt; get_option(&#38;#39;posts_per_page&#38;#39;), &#38;#39;columns&#38;#39;=&#38;gt; 3, &#38;#39;class&#38;#39;=&#38;gt;&#38;#39;avia-builder-el-no-sibling&#38;#39;, &#38;#39;paginate&#38;#39;=&#38;gt;&#38;#39;yes&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$atts   = array(
                       &#38;#39;type&#38;#39; =&#38;gt; &#38;#39;grid&#38;#39;,
                       &#38;#39;items&#38;#39; =&#38;gt; get_option(&#38;#39;posts_per_page&#38;#39;),
                       &#38;#39;columns&#38;#39; =&#38;gt; 3,
                      &#38;#39;class&#38;#39; =&#38;gt; &#38;#39;avia-builder-el-no-sibling&#38;#39;,
                      &#38;#39;paginate&#38;#39; =&#38;gt; &#38;#39;yes&#38;#39;,
                        &#38;#39;categories&#38;#39; =&#38;gt; get_query_var(&#38;#39;cat&#38;#39;)
                   );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mfacer on "category archive not working"</title>
			<link>http://www.kriesi.at/support/topic/category-archive-not-working#post-106836</link>
			<pubDate>Tue, 23 Apr 2013 16:42:37 +0000</pubDate>
			<dc:creator>mfacer</dc:creator>
			<guid isPermaLink="false">106836@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - I just noticed that when I click on a category archive it's showing all my posts, rather than the posts which are in that category. You can see an example on these pages&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.touchscreenjukeboxes.co.uk/category/itunestouch-freeware/&#34; rel=&#34;nofollow&#34;&#62;http://www.touchscreenjukeboxes.co.uk/category/itunestouch-freeware/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.touchscreenjukeboxes.co.uk/category/software/&#34; rel=&#34;nofollow&#34;&#62;http://www.touchscreenjukeboxes.co.uk/category/software/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is a post on there for wireless speakers and that's in the hardware category.&#60;/p&#62;
&#60;p&#62;Have I done something wrong? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Unable to add New Category to Portfilio"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-add-new-category-to-portfilio#post-106417</link>
			<pubDate>Sun, 21 Apr 2013 07:35:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please create me a wordpress admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change Order of Portfolio Categories"</title>
			<link>http://www.kriesi.at/support/topic/change-order-of-portfolio-categories#post-106412</link>
			<pubDate>Sun, 21 Apr 2013 06:39:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; WP doesn't support such a feature out of the box but can use following plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/taxonomy-terms-order/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/taxonomy-terms-order/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lisalokshin1 on "Unable to add New Category to Portfilio"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-add-new-category-to-portfilio#post-106402</link>
			<pubDate>Sun, 21 Apr 2013 02:18:30 +0000</pubDate>
			<dc:creator>lisalokshin1</dc:creator>
			<guid isPermaLink="false">106402@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks - I have no third party extensions whatsoever. &#60;/p&#62;
&#60;p&#62;Could anything else be the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dave_webb on "Change Order of Portfolio Categories"</title>
			<link>http://www.kriesi.at/support/topic/change-order-of-portfolio-categories#post-106346</link>
			<pubDate>Sat, 20 Apr 2013 09:47:10 +0000</pubDate>
			<dc:creator>dave_webb</dc:creator>
			<guid isPermaLink="false">106346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am referring to these: &#60;a href=&#34;http://awesomescreenshot.com/0fe16pp4e6&#34; rel=&#34;nofollow&#34;&#62;http://awesomescreenshot.com/0fe16pp4e6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I change the order.  I think at the moment its alphabetical.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Unable to add New Category to Portfilio"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-add-new-category-to-portfilio#post-106274</link>
			<pubDate>Fri, 19 Apr 2013 16:24:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please try to deactivate all third party extensions - I experienced a similar issue with the &#34;Post Types Order&#34; plugin in the past and I had to reactivate it which solved the issue. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lisalokshin1 on "Unable to add New Category to Portfilio"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-add-new-category-to-portfilio#post-106145</link>
			<pubDate>Thu, 18 Apr 2013 17:00:03 +0000</pubDate>
			<dc:creator>lisalokshin1</dc:creator>
			<guid isPermaLink="false">106145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, &#60;/p&#62;
&#60;p&#62;Unfortunately neither of these solutions worked. I am still unable to see the portfolio category I have added or any of the items within that category. Do you have any other suggestions? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Unable to add New Category to Portfilio"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-add-new-category-to-portfilio#post-105415</link>
			<pubDate>Sat, 13 Apr 2013 19:40:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lisalokshin1,&#60;/p&#62;
&#60;p&#62;Is this from within the Theme Options&#38;gt;Portfolio or in the Portfolio element in a dynamic template? With either option you can try re-creating that set of portfolio options/portfolio element to see if re-adding it will then show the category in the option.&#60;/p&#62;
&#60;p&#62;Additionally, try deactivating all active plugins in case one of them is causing a plugin conflict.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lisalokshin1 on "Unable to add New Category to Portfilio"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-add-new-category-to-portfilio#post-105406</link>
			<pubDate>Sat, 13 Apr 2013 17:07:20 +0000</pubDate>
			<dc:creator>lisalokshin1</dc:creator>
			<guid isPermaLink="false">105406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I add a New Category to my portfolio and add portfolio items to it, the new category does not show up in my categories filter, nor do the new items show up at all. Please help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Pagination and sorting function"</title>
			<link>http://www.kriesi.at/support/topic/pagination-and-sorting-function#post-105195</link>
			<pubDate>Thu, 11 Apr 2013 14:48:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry about that, it is something we all have looked into and continue to do so.&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>codaqueen on "Pagination and sorting function"</title>
			<link>http://www.kriesi.at/support/topic/pagination-and-sorting-function#post-104968</link>
			<pubDate>Tue, 09 Apr 2013 16:28:42 +0000</pubDate>
			<dc:creator>codaqueen</dc:creator>
			<guid isPermaLink="false">104968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin, I thought that would be the case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Pagination and sorting function"</title>
			<link>http://www.kriesi.at/support/topic/pagination-and-sorting-function#post-104771</link>
			<pubDate>Mon, 08 Apr 2013 12:53:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi codaqueen,&#60;/p&#62;
&#60;p&#62;While it is *possible*, it isn't somethign we could help you do. It would mean each click of the category would do a full query which would have a pretty significant negative impact on site performance. It has been asked for quite a few times but so far Kriesi has not found a way to do it without the negatives far outweighing the positive impact of it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
