Sunday, 15 February 2015

php - Isotope wordpress -



php - Isotope wordpress -

i working on website in wordpress using ikros template. have reached point outside understanding. help getting work implementing jquery bbq isotope. end product linkable categories other pages bring filtered category page.. think throwing me off php. can seem integrate jquery bbq wordpress. has had success in field?

<code><div id="portfolio"> <ul class="filter"> <li><a class="active" href="#" data-filter="*">all</a></li> <?php $portfolio_categories = get_categories(array('taxonomy'=>'portfolio_category')); foreach($portfolio_categories $portfolio_category) echo '<li><a href="#" data-filter=".' . $portfolio_category->slug . '">' . $portfolio_category->name . '</a></li>'; ?> </ul></code>

this line in portfolio template produces link categories. thank's help in advance!

you need alter html of list , apply jquery, do view source see html , jquery

php jquery wordpress

No comments:

Post a Comment