Results 1 to 3 of 3

Thread: Show ID items in template (solved)

  1. #1
    New user
    Join Date
    06-14-16.
    Posts
    26

    Default Show ID items in template (solved)

    Hi,

    It's possible to show the ID of the Items in the FE listing page ?

    Thx
    Last edited by StefCan; 03/07/2018 at 17:52.

  2. #2
    New user
    Join Date
    06-14-16.
    Posts
    26

    Default

    Solved with
    Code:
    <?php echo $arrItem['raw']['id']; ?>

  3. #3
    User zonky's Avatar
    Join Date
    11-29-11.
    Location
    Berlin
    Posts
    159

    Default

    you find more "how can I debug my template" here http://metamodels.readthedocs.io/en/...templates.html

    btw: you can use the short form

    PHP Code:
    <?= $arrItem['raw']['id'?>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •