Viewing documents required for an assignment
-
Hi, can you tell me what you mean by:
“To display the documents, you will need to know how to edit a theme file. (see Assignment Meta on that page)”
I know I have to add the code below, I just don’t know which of the theme files I need to add it to. I’ve tried a few but have had no luck.
Thanks ?? Just learning my way around this plugin, loving it so far!!
$assignmentDocs = get_post_meta($post->ID, 'wpt_assignment_docs'); $assignmentDocs = $assignmentDocs[0]; // return Array ( 0 => Array( 0 => Array('name', 'fileLink'), 1 => Array('name', 'fileLink') ... ) )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Viewing documents required for an assignment’ is closed to new replies.