This commit introduces a more reliable and consistent approach to setting up the development environment using backups: - Add setup-from-backup.sh script for environment setup from existing backups - Standardize script naming and organization - Move obsolete scripts to bin/obsolete directory - Update documentation with new workflow instructions - Create migration guide for transitioning to new workflow - Update Memory Bank with workflow improvements The new workflow provides: - More reliable environment setup - Faster setup process - Offline development capability - Consistent development environments across team members Breaking changes: - setup-dev.sh is replaced by setup-from-backup.sh - sync-and-setup.sh is replaced by separate scripts - verify-with-wpcli.sh is no longer used Migration path is documented in MIGRATION_GUIDE.md
		
			
				
	
	
		
			98 lines
		
	
	
	
		
			5.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			98 lines
		
	
	
	
		
			5.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Title: FAQs
 | |
|  * Slug: twentytwentyfive/text-faqs
 | |
|  * Categories: text, about
 | |
|  * Keywords: faq, about, frequently asked questions
 | |
|  * Viewport width: 1400
 | |
|  * Description: A FAQs section with a FAQ heading and list of questions and answers.
 | |
|  *
 | |
|  * @package    WordPress
 | |
|  * @subpackage Twenty_Twenty_Five
 | |
|  * @since      Twenty Twenty-Five 1.0
 | |
|  */
 | |
| 
 | |
| ?>
 | |
| <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
 | |
| <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
 | |
| 	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"var:preset|spacing|50"}},"layout":{"type":"default"}} -->
 | |
| 	<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
 | |
| 		<!-- wp:heading {"fontSize":"x-large"} -->
 | |
| 		<h2 class="wp-block-heading has-x-large-font-size"><?php echo esc_html_x( 'Frequently Asked Questions', 'Heading of the FAQs pattern.', 'twentytwentyfive' ); ?></h2>
 | |
| 		<!-- /wp:heading -->
 | |
| 
 | |
| 		<!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} -->
 | |
| 		<div class="wp-block-columns">
 | |
| 			<!-- wp:column -->
 | |
| 			<div class="wp-block-column">
 | |
| 				<!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
 | |
| 				<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
 | |
| 					<!-- wp:heading {"level":3} -->
 | |
| 					<h3 class="wp-block-heading"><?php echo esc_html_x( 'What is The Stories Book about?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
 | |
| 					<!-- /wp:heading -->
 | |
| 
 | |
| 					<!-- wp:paragraph -->
 | |
| 					<p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
 | |
| 					<!-- /wp:paragraph -->
 | |
| 				</div>
 | |
| 				<!-- /wp:group -->
 | |
| 			</div>
 | |
| 			<!-- /wp:column -->
 | |
| 
 | |
| 			<!-- wp:column -->
 | |
| 			<div class="wp-block-column">
 | |
| 				<!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
 | |
| 				<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
 | |
| 					<!-- wp:heading {"level":3} -->
 | |
| 					<h3 class="wp-block-heading"><?php echo esc_html_x( 'How much does The Stories Book cost?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
 | |
| 					<!-- /wp:heading -->
 | |
| 
 | |
| 					<!-- wp:paragraph -->
 | |
| 					<p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
 | |
| 					<!-- /wp:paragraph -->
 | |
| 				</div>
 | |
| 				<!-- /wp:group -->
 | |
| 			</div>
 | |
| 			<!-- /wp:column -->
 | |
| 		</div>
 | |
| 		<!-- /wp:columns -->
 | |
| 
 | |
| 		<!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} -->
 | |
| 		<div class="wp-block-columns">
 | |
| 			<!-- wp:column -->
 | |
| 			<div class="wp-block-column">
 | |
| 				<!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
 | |
| 				<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
 | |
| 					<!-- wp:heading {"level":3} -->
 | |
| 					<h3 class="wp-block-heading"><?php echo esc_html_x( 'When will The Stories Book be released?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
 | |
| 					<!-- /wp:heading -->
 | |
| 
 | |
| 					<!-- wp:paragraph -->
 | |
| 					<p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
 | |
| 					<!-- /wp:paragraph -->
 | |
| 				</div>
 | |
| 				<!-- /wp:group -->
 | |
| 			</div>
 | |
| 			<!-- /wp:column -->
 | |
| 
 | |
| 			<!-- wp:column -->
 | |
| 			<div class="wp-block-column">
 | |
| 				<!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
 | |
| 				<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
 | |
| 					<!-- wp:heading {"level":3} -->
 | |
| 					<h3 class="wp-block-heading"><?php echo esc_html_x( 'Are signed copies available?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3>
 | |
| 					<!-- /wp:heading -->
 | |
| 
 | |
| 					<!-- wp:paragraph -->
 | |
| 					<p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p>
 | |
| 					<!-- /wp:paragraph -->
 | |
| 				</div>
 | |
| 				<!-- /wp:group -->
 | |
| 			</div>
 | |
| 			<!-- /wp:column -->
 | |
| 		</div>
 | |
| 		<!-- /wp:columns -->
 | |
| 	</div>
 | |
| 	<!-- /wp:group -->
 | |
| </div>
 | |
| <!-- /wp:group -->
 |