Hello!!
I use Angular and it's awesome, but I'd like to use only the home page with portfolio, no navigation, just a sort about portfolio category.
I managed to hide the page (home, blog, contact), but i'd like to see (All / CSS / PSD...) at the place off category. I don't want to see "Tous / news / Non classé / Uncategorized"
This is the code :
foreach($categories as $category)
{
echo "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>category_nicename."_sort' class='".$category->category_nicename."_sort_button' >".$category->cat_name."";
$container_id .= $category->term_id;
}
How can I target portfolio category ?
You can see my blog here : http://www.freelance-web-lyon.fr/ for understand my problem.
Thanks for the answer. Sorry for my english.














