• Hi there , I have try to create a basic certificate . But it showing blank content after i pass all unit .

    The certification content i use as original one .
    FIRST_NAME LAST_NAME
    has successfully completed the course

    COURSE_NAME

    Date: COMPLETION_DATE
    Certificate no.: CERTIFICATE_NUMBER

    and i have try add a background image . It have show the background image but the content never show .

    https://wordpress.org/plugins/coursepress/

Viewing 16 replies (of 16 total)
  • Hey again jacklee2,

    When the shortcode is used outside the loop it requires the course ID. So an example of when you would use it without the course ID defined is in an archive page then it would know to put each instructor with their course. Here’s more info on the loop if you weren’t already aware: https://codex.wordpress.org/The_Loop

    You can use it on just a plain page like this:

    [course_instructors course_id="5"]

    Replace the ID (5) with the actual ID of the course whose instructors you want to show.

    Hope this helps 🙂

    Cheers,
    Bojan

Viewing 16 replies (of 16 total)

The topic ‘Blank Certificate’ is closed to new replies.