Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. [! Try to keep all styling in either [features/greyscale].css] !]
  2. [! Remember to comment work to enhance code readability and to help future development !]
  3.  
  4. =========================================================================================
  5.  
  6. Regarding WordPress, the 'index.html' will be transformed into the equivalent of 'front-page.php'
  7. or 'index.php' as a fallback. I will use WordPress queries to display the data.
  8.  
  9. I will need the follow templates, following similar styling - however without the one-page scrolling
  10. effect as they will be individual pages:
  11.  
  12. [1] archive.php — the default design to display posts by category, by author, or by date if no other templates are designed.
  13.  
  14. [2] archive-{post-type}.php — if you’re implementing Custom Post Types, this is how you can customize the design for the archive listing.
  15.  
  16. [3] attachment.php — the default design to display an attachment that’s been uploaded to the media library (other than an image).
  17.  
  18. [4] author.php — the default design for a single author.
  19.  
  20. [5] category.php — the default design to display posts for a category.
  21.  
  22. [6] comments.php — the default commenting template used throughout the blog.
  23.  
  24. [7] date.php — the default design to display posts by date, if used in the permalink structure.
  25.  
  26. [8] image.php — the default design to display an image that’s been uploaded to the media library.
  27.  
  28. [9] single.php — the default design for a single post.
  29.  
  30. [10] single-{post-type}.php — if you’re implementing Custom Post Types, this is how you can customize the design for the single version.
  31.  
  32. [11] tag.php — the default design to display an archive of posts by tag.
  33.  
  34. [12] taxonomy.php — the default design to display an archive of posts by a custom taxonomy.
  35.  
  36. In no particular order:
  37. [1], [3], [5] -> Admadeusz
  38. [2], [4], [6] -> Fraser
  39. [7], [9], [10] -> Adam
  40. [8], [11], [12] -> Martin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement