Before you ask please READ THIS

Display Just categories on masonry filter blog

edited December 2013 in Superior Posts: 19
hey, is there any way I could just display categories in blog filter mansonry? By default it displays both categories and tags.

Even though, if i try to display one category it shows its tags also.

Comments

  • AirAir
    Posts: 10,970
    Hello

    Can you post live link to exapmle, cause I don't quite know, about what filter you speak.

    With regards.
  • This is the link, http://oscarguinea.com/blog/

    I attached 3 files showing how I edited this Page.

    Thanks
    Recent-Posts-1.jpg
    946 x 636 - 80K
    Recent-posts2.jpg
    907 x 690 - 104K
    Recent-posts-3.jpg
    940 x 657 - 104K
  • AirAir
    Posts: 10,970
    Ooo you mean adding it via short code:-)
    For now you will have to edit plugin to make it as you wish.

    Go to wp-content\plugins\a13_shortcodes\shortcodes\teasers.php line ~145 and above
    $posts_Ids = array();
    add this code
    if($post_type === 'post'){
    $taxonomies = array('category');
    }
    With regards.
  • And It Works!!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!