• Resolved webcrawler2050

    (@webcrawler2050)


    Hello,

    I’m looking to display the ID of a post in the front end, this is sitting under my custom post type.

    I’m currently using this but it’s just not working:

    <?php $meta_key = 'post_id'; $id = get_the_id();?>
                            <a data-title="Ticket ID" href="#" id="text-field" name=" .    <?php echo $meta_key;?>" data-type="text" data-inputclass="form-control" 
        data-pk=" 
        .    <?php echo $id;?>" class="text-field">
                              <?php echo get_post_meta( $id, $meta_key, true ); $id = 
        $meta_key = '';?>
                            </a>

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Displaying post ID frontend’ is closed to new replies.