So I did create a Custom Field via the admin interface for CMAP, then I used that value in card.php with the code as described in that link.
Now Name is being linked to the category URL, and the Custom Link info shows up underneath the photo.
Here’s what I have in card.php:
<?php $url = $entry->getMeta(
array(
‘key’ => ‘custom_url’,
‘single’ => TRUE // Do not change this.
)
);?>
<h3>“><?php $entry->getNameBlock( array( ‘format’ => $atts[‘name_format’], ‘link’ => FALSE ) ); ?></h3>
custom_url is the value I gave my custom meta entry.
Not sure what I am doing wrong (not really a PHP programmer)…can you please help?
(I am more than willing to pay for your time if this is above and beyond normal support)
Thank you, Steven!
