Need some help with a WordPress page

Discussion in 'Programming' started by rhosyngroup, Dec 5, 2011.

  1. #1
    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!!!!!!
     
    rhosyngroup, Dec 5, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    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.
     
    Rukbat, Dec 10, 2011 IP