• Resolved fegul

    (@fegul)


    I’d like to automatically include the following shortcode into every post/page that has attachments:

    `[attachaway type=”table”]

    Unfortunately, do_shortcode is not working and I’m not sure how I can automatically add this short code to all pages and posts that have attachments.

    Any suggestions on how to integrate FileAway into themes?

    https://www.ads-software.com/plugins/file-away/

Viewing 1 replies (of 1 total)
  • Plugin Author thomstark

    (@thomstark)

    You did echo do_shortcode, right? Can’t leave put the echo.

    Otherwise…

    $attachaway = new attachaway;
    $atts = array(‘type’ => ‘table’, ‘flightbox’ => ‘multi’, ‘etcetera’ => ‘etcetera’);
    echo $attachaway->sc($atts);

Viewing 1 replies (of 1 total)
  • The topic ‘Adding attachment shortcode to template’ is closed to new replies.