Advertisement
kirtan13497

Readme Files

Sep 28th, 2023 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.19 KB | Source Code | 0 0
  1. # Demo Website
  2. This repository contains the custom implementations for [https://demo.wpengine.com/](https://demo.wpengine.com/) site rebuild.
  3.  
  4. ---
  5. ## Setup
  6. After cloning this project, run npm install. Add your credentials in .env.json. Make sure you have the correct credentials for the environment you want to deploy to. Run `gulp init` to create `dist` folder. Run `gulp deploy` to deploy your changes. Alternatively, run `gulp watch` to monitor and deploy your changes automatically. Note, `gulp watch` includes an init call at the start, so it can safely be started without deploying all contents.
  7.  
  8. ---
  9. ## Precompilation
  10. We do not precompile any of our custom work currently.
  11.  
  12. ---
  13. ## **Theme**
  14. demo custom theme base on [underscores](https://underscores.me/)
  15.  
  16. ---
  17. ## **Plugin**
  18. - Advanced Custom Fields PRO
  19. - Advanced Custom Fields: Font Awesome
  20. - Akismet Anti-Spam
  21. - Disqus for WordPress
  22. - Duplicate Page
  23. - Gravity Forms
  24. - Gravity Forms Mailchimp Add-On
  25. - Imagify
  26. - Demosite - Gutenberg Blocks (Custom plugin that is used in single post)
  27. - SVG Support
  28. - WP Import Export Lite
  29. - WP Rocket
  30. - Yoast SEO
  31.  
  32. ---
  33. ### CSS
  34. CSS is handled in the theme scss folder and can be compiled using gulp.
  35.  
  36. ---
  37. ## TODO:
  38.  
  39. ---
  40. ## Usage:
  41.  
  42. ---
  43. ## List of Custom Post Types:
  44.  
  45. ### Case Studies (case_study)
  46. Displays clients case study or testimonials
  47.  
  48. #### Permalinks
  49.  
  50. **Overview page:**
  51. `domainname.com/case-studies`
  52.  
  53. **Single page:**
  54. `domainname.com/case-studies/%postname%`
  55.  
  56. #### Editor
  57. Use Gutenberg, ACF and ACF blocks.
  58.  
  59. ### Members (members)
  60. For Demosite team
  61.  
  62. #### Permalinks
  63. No overview and single pages
  64.  
  65. #### Editor
  66. Use default Gutenberg and ACF.
  67.  
  68. ### B2B FAQs (b2b-faqs)
  69. For Service pages to appear in the last section (using B2B FAQs block).
  70.  
  71. #### Permalinks
  72. No overview and single pages
  73.  
  74. #### Editor
  75. Uses default Gutenberg and ACF blocks.
  76.  
  77. ---
  78. ## ACF:
  79. demosite uses (ACF) Advance Custom Fields to create blocks and other dynamic custom fields.
  80.  
  81. You can view the list of acf field groups here `domainname.com/wp-admin/edit.php?post_type=acf-field-group`
  82.  
  83. - Active Elements: Basic elements fields for cloning purposes when creating a new block.
  84.  
  85. #### Blocks
  86. - Accordion
  87. - B2B FAQs
  88. - Brands
  89. - Call To Action
  90. - Call To Action Single
  91. - Carousel Slider
  92. - Case Studies
  93. - Case Studies Library
  94. - Case Studies Testimonials
  95. - Case Study Background
  96. - Case Study More
  97. - Contact Form
  98. - Content B2B
  99. - Content Center
  100. - Content Tab
  101. - Content with Image
  102. - Content with Side
  103. - Culture
  104. - Featured In
  105. - Featured Post
  106. - Hero Banner
  107. - Leadership
  108. - Manifesto
  109. - Manifesto B2B
  110. - Needle Movers
  111. - Newsletter
  112. - On Purpose
  113. - Our Locations
  114. - Pancakes and Serp
  115. - Post Type Slider
  116. - Proposal
  117. - Reasons
  118. - Recent Posts
  119. - Secondary Heading
  120. - Share It
  121. - Slider B2B
  122. - Slider Showcase
  123. - Tabs
  124. - Testimonial Slider
  125. - VS Others
  126. - Why demosite
  127.  
  128. #### Options
  129. - Brands
  130. - Custom Menu
  131. - Header and Footer
  132. - Social Media
  133.  
  134. #### Posts and Custom Post Types
  135. - Post Category: Social Media Short Form Fields
  136. - Post Type Case Study: Case Study Fields
  137. - Post Type Members: Members Details
  138.  
  139. #### Users
  140. - User: Additional User Profile Fields
  141.  
  142. ---
  143. ## Potential FAQ:
  144.  
  145. ---
  146. ## References
  147.  
Tags: readme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement