• Resolved Frank

    (@phasar40)


    How can I get random quotes to display at the bottom of each Post without having to add the short code to every post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author oooorgle

    (@oooorgle)

    Hi Frank,

    WordPress provides an adequate solution. You can edit your single post “single.php” file with the short-code to the plugin.

    Here is more information: https://wordpress.com/support/templates/edit-the-single-template/

    FYI, if like mine, your theme doesn’t have a template section, you will have to edit the code in the single.php file instead.

    Here is an example of the php code to add:echo do_shortcode( '[quotes-llama]' );

    Thread Starter Frank

    (@phasar40)

    For whatever reason my template editor is not a block editor. I tried inserting the code in various places in the php file and I couldn’t get it to show in the correct position. I was using the shortcode given in the plugin and the code you gave above.

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

The topic ‘Display on a post’ is closed to new replies.