Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #410903

    Hello
    I would like to change the grid layout of taxonomy-portfolio_entries.php to masonry.
    I saw it was this code :

    $grid = new avia_post_grid(array(	'linking' 	=> '',
                                                            'columns' 	=> '3',
                                                            'contents' 	=> 'title',
                                                            'sort' 		=> 'no',
                                                            'paginate' 	=> 'yes',
                                                            'set_breadcrumb' => false,
                                                    ));
                        $grid->use_global_query();
                        echo $grid->html();

    Is there a simple way to call masonry instead of the grid ?
    Thanx !

    #410951

    Hey romano2!

    You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.

    Cheers!
    Yigit

    #410985

    Ok thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘taxonomy-portfolio_entries.php’ is closed to new replies.