Skip to content

Instantly share code, notes, and snippets.

@ivanblagdan
Last active December 31, 2015 22:49
Show Gist options
  • Save ivanblagdan/8056471 to your computer and use it in GitHub Desktop.
Save ivanblagdan/8056471 to your computer and use it in GitHub Desktop.
zoran-kac-issue1.diff
diff --git a/content-page.php b/content-page.php
index d2f0abc..75daa60 100755
--- a/content-page.php
+++ b/content-page.php
@@ -43,7 +43,7 @@
}
// Display the content
- echo $post_content;
+ echo apply_filters( 'the_content', $post_content );
?>
<?php edit_post_link( __( 'Edit', 'kac' ), '<p class="edit-link">', '</p>' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment