This morning I worked on laying out my website and querying the database to pull out submissions that have been approved. The page layout isn’t designed yet but so far I have the following working:

  • Pulling approved submissions from the database and displaying them on a page with next links to load older submissions
  • Pulling out the name stored in the database and making it link to pages based on submissions unique id
  • Adding disqus powered comments, that are unique within each post and showing the amount of comments on the homepage with the post

Notes