WordPress / WordPress/create-block-theme

Bug: Clone theme Neve FSE does not copy Neve FSE Layouts and breaks Image files

Open
#814 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
417
Forks
66
PR merge metrics
No merged PRs in 30d

Description

When you clone the Neve FSE theme it does not copy the four Neve FSE Layouts *.php in folder inc\patterns\templates
archive-cover.php
archive-list.php
single-post-cover.php
single-post-cover-boxed.php

Also missing 4 files in folder library\templates
about-page.php
contact-page.php
portfolio-page.php
services-page.php

CBT Clone should not rename image files in patterns, which breaks the display of images
ie. inc\patterns\layout\columns-image-and-text.php
$neve_fse_clone_img05 = Assets_Manager::get_image_url( 'neve-fse-clone-img05.jpg' );

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the clone logic that handles inc\patterns\templates and library\templates, then inspect Assets_Manager usage in inc\patterns\layout\columns-image-and-text.php. Verify that all eight listed PHP files are copied and that cloned pattern image references still resolve to the original image filenames.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, wordpress
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.