Subscribe if you want the Latest Ideas to your Email:
This is the prompt to create a sample wordpress app using Claude Sonnet 4.5
Create wordpress custom theme for a [the name of the app] based on this endpoint details with the response and request below.
Add this in front-page.php so it will be the front page of the wordpress custom theme.
In front-page.php
1. add 5 FAQ how to use this tool
2. add a section with latest posts. display the recent 10 blog posts.This is the json response. Format this to show result after adding the seed keyword.
[add the sample json response from rapidapi or other api source]
This is the request. Create a form to process this:
[add the sample request from rapidapi or other api source]
Design a responsive page.php, single.php to complete the custom theme.
In single.php
1. add a side menu on the left displaying 5 recent posts.
2. add previous and next article at the bottom.
3. Make the appearance modern and responsive.
– Clean hero section with featured image in rounded container
– Post title in elegant typography with proper spacing
– Category display in subtle pill/badge format (hide if “Uncategorized”)
– Content area with readable typography and optimal line spacing
– **Sidebar**: Grid of related/latest posts in clean card format
– **Bottom Section**: Next/Previous post navigation in card-style buttons
– Related posts displayed in uniform card grid (3 columns on desktop, responsive)
– Each card shows: featured image, title, excerpt, date in clean hierarchy
– Subtle hover effects with gentle elevation and scale
– **Exclude**: Comments section entirelyIn page.php
– Clean hero section with optional featured image in card container
– Page title with elegant typography and proper spacing
– Content area with single-column layout and optimal reading width
– Card-based content sections with consistent spacing
– Clean typography with proper hierarchy and readability
– **Exclude**: Comments section entirelyFor functions.php
1. Add all the functions here to be used in front-page to make the tool works.Design the header.php and footer.php
For header.php
1. make the primary menu all the pages I add in page section.
2. render the logo 120px by 120px and the title of the site beside it.For footer.php
1. Add quick links and display the logo 120px by 120px and the title of the site.