01/13/2015 at 6:37 pm
#314824
Participant
Unfortunately, it doesn’t look good sitting under the image. I can edit CSS to change the text styles but I’d like to figure out how I can edit the php file to show this languages block under the Title (if possible).
I was looking at the card.php file thinking this is where I would need to start.
I tried looking at the code that was already there for the title to try to figure out what I would need to do. I tried:
<?php if ( $atts[‘show_languages’] ) $entry->getLanguagesBlock(); ?>
but that didn’t work.
Maybe I’m not naming the extension correctly or maybe this won’t work? Am I on the right track or not even close?