• Resolved milan574

    (@milan574)


    Hello, I like to use your plug-in, but I have a problem placing the date in the table. How do I place the expiration date in a table in the code?
    Thank you for your help

    Milan

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Steve Burge

    (@stevejburge)

    Hi

    Thanks for using Future, @milan574

    This documentation should help: https://publishpress.com/knowledge-base/scheduling-cron-jobs/

    Thread Starter milan574

    (@milan574)

    Hi
    Thanks for the answer, but it didn’t help. I don’t know what to write into the code. Shortcode I can’t write there.

    'date of publishing post
    <td style="text-align: center;"><div class="entry-meta">
         <?php if ($instance['show_date']) : ?>
            <time class="published" datetime="<?php echo get_the_time('c'); ?>">
            <?php echo get_the_time($instance['date_format']); ?></time>
        <?php endif; ?>
     </div></td>
     
    <td style="text-align: center;"><div class="entry-summary">
    
         'Here expiration date  
        
     </div></td>
    </tr>

    I really don’t know how to write it. ??

    Milan

    Thread Starter milan574

    (@milan574)

    Hi, I solve the problem as follows: <?php echo do_shortcode(‘[postexpirator]’); ?>

    Bye

    Plugin Author Steve Burge

    (@stevejburge)

    Thanks for letting us know, @milan574

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I insert an expiration date into a table in the code?’ is closed to new replies.