Conversation
supportHow can I display the blog title also? https://wordpress.org/plugins/wanna-isotope/
I’m working on a new version where you would be able to edit the template to match your own. If you can’t wait you can edit the public/wanna-isotope-shortcode.php and modify line number 130 to something like this: $image = '<a href="' . get_the_permalink() . '" title="' . get_the_title() . '">' . get_the_post_thumbnail( $isotope_loop->ID, 'medium' ) . '<span>' . get_the_title() . '</span></a>';
Thank u! It works fine!
Nice. A review would be great: https://wordpress.org/support/view/plugin-reviews/wanna-isotope?filter=1 🙂
Hey. I just add that sentence to my code and works excelents. Thanks for that. I wonder if i can make that tittle text a expand and collapse element to display another element inside the isotope grid. I make another question where i ask it is possible to target a thubmnail element, like in this web site: http://www.blacktie.es/ But i dont know it is possible. Thanks in advance for the answer.
I’m working on a new version where you would be able to edit the template to match your own. If you can’t wait you can edit the public/wanna-isotope-shortcode.php and modify line number 130 to something like this: $image = '<a href="' . get_the_permalink() . '" title="' . get_the_title() . '">' . get_the_post_thumbnail( $isotope_loop->ID, 'medium' ) . '<span>' . get_the_title() . '</span></a>';
Thank u! It works fine!
Nice. A review would be great: https://wordpress.org/support/view/plugin-reviews/wanna-isotope?filter=1 🙂
Hey. I just add that sentence to my code and works excelents. Thanks for that. I wonder if i can make that tittle text a expand and collapse element to display another element inside the isotope grid. I make another question where i ask it is possible to target a thubmnail element, like in this web site: http://www.blacktie.es/ But i dont know it is possible. Thanks in advance for the answer.