• Hi there, it’s me again ??

    I wonder if it’s possible to prevent the custom field’s name from showing in my list. I want to display only the custom field’s value, right now it displays the following: “name: value”

    short-code: [catlist name=news customfield_name=”name” customfield_value=”value” customfield_display=name]

    Maybe some modifying in the template-php is required? Help is much appreciated.

    https://www.ads-software.com/extend/plugins/list-category-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • See /include/CatList.php in plugin template/

    See $lcp_customs .= "<div class=\"lcp-customfield\">". $something . ":" . $value . "</div>";
    change to
    $lcp_customs .= "<div class=\"lcp-customfield\">". $value . "</div>";

    Thanks for this hint. Awesome Plugin, huh?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Custom Field's name/ Show only Custom Field's value’ is closed to new replies.