• I don’t know the version but in plugin file it is written 1.8.5.3

    I have used this pro plugin my requirement is kind of course related.
    There will be two kind of user on of Teachers and Students who will be users to use same kind of posts but the materiel provided to them will be difference as per the level.

    Teacher price: Student price:
    $35 ——————– $25
    $35 ——————– $25
    $35 ——————– $25
    $20 ——————– $10
    $20 ——————– $10

    Will you please guide me In which way I should use this plugin.

    Sorry for my English.
    https://wordpress.org/plugins/paid-memberships-pro/

Viewing 2 replies - 1 through 2 (of 2 total)
  • so you are providing some content to both a Teacher and a Student

    I would do this..
    Create a page or post with the content on it.

    If the Teacher will see everything a Student can see, plus more for the student, then put the students content first, then put the teachers content afterwards.
    and use this code below to restrict what the Student can see.
    In fact you can use this code below in many different ways.

    There is one shortcode for restricting access to content. Place these in any post or widget to show certain content to certain membership levels.

    Here are some examples of how to use the shortcodes:

    [membership]Will show up for all members[/membership]

    [membership level=”1″]Will only show up for level 1 users[/membership]

    [membership level=”1,2,3″]Will only show up for level 1, 2, or 3 users[/membership]

    [membership level=”0,-1″]Will show up anyone not in level 1, including non-members and logged out users.[/membership]

    [membership level=”0″]Will show up for non-members.[/membership]

    Hope this is what you were asking.

    Thread Starter Nitish Thakrar

    (@blissnitish)

    Thanks a lot Pate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What if I assign Multiple level to One Page.’ is closed to new replies.