Support

Account

Home Forums Front-end Issues Prepend and Append Do Not Appear after update Reply To: Prepend and Append Do Not Appear after update

  • Thanks @elliot.

    I went with something similar to this to hard code the file.
    I know this isn’t the most efficient but the load time is almost identical and updating will be far easier for co-workers if they need to make edits in the future.

    . '[/toggle_item][toggle_item title="Textbook" active="false"]'		
    					
    .  $value = get_field( "textbookTitleH1", 23690 ) 
    .  $value = get_field( "textbookTitleUserInput" )

    The script is built within a toggle shortcode
    Thank you again so much for all of your hard work.