Subscribe if you want the Latest Ideas to your Email:
This is for wordpress directory website with two levels custom taxonomy.
##BEFORE THE MAIN PROMPT EXECUTE BELOW
Install the following:
-Theme
–Neve
-Plugins
–Ultimate CSV
–Advanced Custom Fields
##CREATE ACF FIELDS
Create a child theme based based off the active main theme. Activate the child theme.
Can you Create an ACF json sync file for these custom fields:
[paste all the columns you need to be created]
SINGLE PROMPT BELOW
Follow the below steps and create all the 4 templates mentioned below with all the details.Directory is about = ‘Golf Courses in Australia’
custom post type = ‘golf-course’
custom taxonomy = ‘state’1. 1st Level Taxonomy template:
List all the children of each taxonomy with permalinks and how many contents within each child. Make this display descently in cards layout (4 each row).2. Child Taxonomy template:
From Parent taxonomy, on click of a child taxonomy
List all the posts within this child taxonomy in a card layout, make this look professional with 3 cards each row. Make the cards with permalinks of the posts.
I need the following details in each card/post
-Display WordPress Core Fields
–Title with permalink
–Featured image
–Content (This is a json data so render it in a human readable format).
-From Custom Fields
–work_hours (This is a json data so render it in a readable format)
–site
–full_address
–rating3. single-post template for custom post type.
-From WordPress Core Fields
–Title in H1
–[Parent Taxonomy], [Child Taxonomy] in H2
–featured image
–Content (This is a json data so render it in a readable format)
-From Custom Fields
–work_hours (This is a json data so render it in a readable format)
–site
–full_address
–rating
–reviewsAdd another section with H3 Title as “Nearby Golf Courses”.
Display all the posts in the same child taxonomy in cards layout (2 each row).
Show the following:
–Title with permalink
–Featured image4. front-page template
Hero section with the title of the site and 1 sentence. Add the following image as background
assets/hero-section.png. Make sure proper contrast is applied.Add another section with the title in h3 “Search by City”
Show 2 dropdowns,
the 1st dropdown should contain all the Parent Taxonomy,
the 2nd dropdown should load children taxonomy based on the selected Parent Taxonomy from the 1st Dropdown. When a value of is selected from the second dropdown it will redirect the page to that child taxonomy.Add another section with the title in h3 “Browse by [Parent Taxonomy]”
Display all Parents Taxonomy in cards layout (3 each row).
The title will be in h4 with permalink.
Display the description if available.
Render the taxonomy image if available.