I need a page of my WordPress site to show a GoogleDoc (Spreadsheet) that is specific to the user that is logged in. I know I'm probably going to use a page template, and template tags to pull the userid of the WP member...But how can I show a specific doc based on the user? Any ideas? Can someone point me in a general direction if not give me an answer? Thanks!!!!!!
Keep the doc file name and user ID in the database. When the user requests the doc, look up the current user ID and show the doc file for that database record.