Playstation

Recipes by Ingredient

[insert_php]

$tags = get_tags( array(‘name__like’ => “a”, ‘order’ => ‘ASC’) );
$tags_count = count($tags);
$count = intval( $tags->count );
$percolumn = ceil($tags_count / 3);

for ($i = 0;$i < $tags_count;$i++): if ($i < $percolumn): $tag_left .= '

  • term_id) . ‘”rel=”tag”>’ . $tags[$i]->name .’ (‘ . $tags[$i]->count . ‘)
  • ‘ . “\n”;
    elseif ($i >= $percolumn*2):
    $tag_right .= ‘

    • [insert_php] echo $tag_left; [/insert_php]
  • Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.