Skip to content

Adds pure content#125

Merged
devuri merged 1 commit into
masterfrom
330/Add/pure-content
Jul 19, 2022
Merged

Adds pure content#125
devuri merged 1 commit into
masterfrom
330/Add/pure-content

Conversation

@devuri

@devuri devuri commented Jul 19, 2022

Copy link
Copy Markdown
Owner

Fix: #124

The Pure Content Fix
Pure content will bypass the_content and use get_the_content, works better when using HTML, and fixes bootstrap style issues. Note: this will bypass filters that apply to the_content.

https://developer.wordpress.org/reference/functions/the_content/
https://developer.wordpress.org/reference/functions/get_the_content/

This was implemented only for pages, other post types will still work as expected

pure content will bypass  and use
works better for pure content management and will not break html.

note: filters on  will not work.

This was implemented only for pages, other post types will still work as expected
@github-actions

Copy link
Copy Markdown
Contributor

📋 Changes

36bb6cc - Adds pure content

Changed files

  • src/Setup/Styles.php
  • src/Template.php
  • src/Theme.php
  • src/View/Content.php
  • template-parts/content-full-width.php
  • template-parts/content-page.php

@devuri
devuri merged commit 4dcd29c into master Jul 19, 2022
@devuri
devuri deleted the 330/Add/pure-content branch July 19, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bootstrap HTML Style Fix

1 participant