• Resolved chartier1611

    (@chartier1611)


    Is their a short code for displaying two reading plans on the same page. For example our church reads a few chapters from the OT and a few from the NT each day.

    I would like them to both show up on the same page. I can make two rows that is not a problem, just not sure how to get each list to show up.

    I made a list called “Bible OT” and “Bible NT”.

    Just need to know how if there was a way to display each list separately.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author themaster5_07

    (@themaster5_07)

    enter the [amd_bible_daily] shortcode into the content and publish the page. There are 14 attributes that can be used to control how the passage is displayed. The defaults very depending on the inline attribute. Please see the below section for default and accepted values:

    
    NAME		ACCEPTED VALUES		DEFAULT		DEFAULT when inline=true
    inline		boolean			false		(set to true)
    limit	integer (0=unlimited)		0	0
    limit_type	string 			'words' or 'verses'	''
    show_book	boolean			true		false
    show_chapter	boolean			true		false
    show_verse	boolean			true		false
    reference_before	boolean		true		false
    reference_after	boolean			false		true
    form_before	boolean			true		false
    form_after	boolean			true		false
    plan		integer			(Set in AMD Settings)
    day		integer 1-366		(current day) can be overridden by variable in URL takes precedence over date variable in shortcode.
    date		a date string		(current_date) can be overridden by variable in URL.
    date_format	string (valid date format)	'D., M. j, Y'
    no_reading_text	string	There is no reading scheduled for this day. Use this day to catch up or read ahead."
    Plugin Author themaster5_07

    (@themaster5_07)

    This information can also be found on the “About AMD” within the plugin itself in the admin menu.

    So there are two different ways to do this. The easier way now that you already have you plans setup is to use two shortcodes on the same page and use the plan parameter to select your plans. For example [amd_bible_daily plan=1] [amd_bible_daily plan=2]

    The other option would be to setup the plan with both passages. You can use different passages for each day using the complex format such as Gen1-2; Matthew 1-3

    Plugin Author themaster5_07

    (@themaster5_07)

    I believe this issue has been resolved. Please let me know if you need any further assistance. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying Two reading plans on the same page’ is closed to new replies.