It’s “possible” – but might be imprecise – as you need to find a clean and accurate way to break your content – for example by adding “flags” or html comments to denote where to break it – these can easily be deleted by an editor if they don’t understand what they do.
If not, you can programmatically split the content, but you will need to understand where to do this – this is not too complex if it’s just <p>paragraphs</p>
but lists or other html tags might end up corrupted. I’d suggest finding a way to make it work with ACF or other custom fields.
Related Posts:
- Proper way to use get_the_content() in front-page.php and the content-home.php?
- Why is this array not working?
- How can i change email template for new user
- Enable page templates. How?
- Is it possible to override the result of get_template_part()?
- Prevent comments_template() to load comments.php
- Page editor missing Templates drop down
- How to find the posts page (home page) programatically
- Custom templates folder
- Customizing get_the_excerpt() to specific length and “Read More” output.
- How to Rename a Template File?
- get page templates
- How to assign a class to a page with a custom template?
- Proper Javascript Implementation
- Guest author’s post not display in author template
- Change site template from php
- How to apply a custom template for posts by default?
- Display HTML only if Custom Field has a Value
- how to create template path for external (include) .js file
- Is there a way to check which template file is being loaded, if it is not a page template file?
- How to remove wp_link_pages() from template
- How can I get WP to use templates in lower-level subfolder?
- how to make a home page for wordpress custom theme
- home.php not loading
- get_search_link() redirects to 404 template page
- Generate Catalog Of Posts Based On Template
- Extending body classes in front- and backend
- How do I find the directory of a page template?
- New custom nev not working [closed]
- Is there a way to set different post templates for parent posts and child posts in the same post type?
- Why write markup for index.php?
- How to remove the Template drop down, but keep Parent and Order
- Search results when none found – stay on page they were on
- Having trouble with Template hierarchy. I Need to create a set of pages that drill down from states to specific locations
- How can I hardcode template selection?
- Changing layout programmatically
- How to identify which template WordPress’s default search-form retrieves in my theme
- How to use same page template if post status other than ‘publish’?
- How to change header image size in custom themes
- How do I override the search template in a plugin?
- How does WordPress choose archive type template?
- How to properly Remove certain CSS / JS files from template
- What is the most efficient way to create multiple versions of the same template?
- Is there any way to write custom HTML is some .php file and then call it wherever necessary?
- How to redirect my custom template page to content-none.php if no posts found?
- Get URL of current post but not the page number
- Add Element as a Filter to the_content
- Is template name always same as directory name?
- Single Post Breadcrumb not linking back to Custom Post Type Index?
- Form post to WordPress page = wrong template
- How can I add text to a specific ‘Edit Page’?
- get_month_link uses what wordpress template?
- Load custom script on a single template
- Archive template limiting to 4 entries?
- Author template help. How to check if field exists in the profile?
- No three-columns template in TwentyEleven?
- Can you use block patterns in block templates or insert them programmatically?
- WP redirect to custom login page if a user is not logged in
- Differentiation between index.php and page.php
- Undefined get_header function
- Change default template in the block editor (Gutenberg)
- WordPress custom template not showing in the list of available templates
- How do I create post template for different taxonomy
- Ip2location plugin in my template header?
- How to display custom post type?
- Import a header template from another theme
- Will placing custom templates in sub directory break any native WordPress functionality
- Archive-custome_post.php template not working
- Change “posts per page” depending on width
- How to slice down index.php from a template and import from another file?
- Can index.php take over for front-page.php in template hierarchy on second page?
- What filter or action hook to use in order to load some code before the template begins printing in BuddyPress? [closed]
- how to change already posted blog to custom template wordpress?
- WordPress change title with custom dynamic
- template with multiple post loops for multiple widgets [duplicate]
- How do I get tags linking to proper pages (/tag/sample-tag -> pages with that tag)
- How can I pass a variable from a template to header.php of a theme
- How can i conditionally load taxonomy-{taxonomy}.php template php files through functions.php
- Page Template Selector Error
- WordPress site not loading styles on desktop?
- Change Page Template Based on URL Rewrite in WordPress
- I want to display all related posts for a selected tag in WordPress
- Which template(s) to override to use a different sidebar for blog, single posts, categories, blog archive?
- How can I modify this code to include the parent?
- WordPress Child Theme Template auth_redirect wrapper
- Locating the template behind a WordPress Page
- Function the_content
- Show a custom template, no matter the page being viewed, if the user is not logged in
- printf, translation and the_author_posts_link()
- Is there a list of all possible WordPress URL’s?
- Tag Posts showing in wrong places
- Index template and Home page
- Force template on page load
- front page won’t change templates
- Including 2 Negative Is_Template Conditionals in header.php [closed]
- Add custom card template to masonry layout using Essential Grid [closed]
- Where is the general html template file?
- Creating mixture of shortcodes to use in the visual/text editor
- templates page not showing on gutenberg editor
- How to load php templates from html page (block theme)