shakewell
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing Line BreaksHere is a fix for a related bug, namely the annoying line breaks which come when posting with the BLOG BY EMAIL function (many people looking for this fix somehow wind up here while searching for an answer in the forum)…
Here’s how I fixed the BLOG BY EMAIL line breaks:
I used the Text Control plugin:
https://dev.wp-plugins.org/wiki/TextControl
Install the plugin package into WordPress.You will now find text control config in your WordPress SETTINGS
Within text control config, change the default post setting to MARKDOWN
If you have PHP v. 5x, you will need to replace the markdown.php file with an updated version. Otherwise, you will get errors on every post about Warning: preg_replace_callback()
Here is the updated version of markdown.php:
https://michelf.com/projects/php-markdown/Forum: Fixing WordPress
In reply to: Line breaks in blog by emailsHere’s how I fixed the line breaks:
I used the Text Control plugin:
https://dev.wp-plugins.org/wiki/TextControl
Install the plugin package into WordPress.You will now find text control config in your WordPress SETTINGS
Within text control config, change the default post setting to MARKDOWN
If you have PHP v. 5x, you will need to replace the markdown.php file with an updated version. Otherwise, you will get errors on every post about Warning: preg_replace_callback()
Here is the updated version of markdown.php:
https://michelf.com/projects/php-markdown/Forum: Fixing WordPress
In reply to: Extra line-breaks when posting by e-mailHere’s how I fixed the line breaks:
I used the Text Control plugin:
https://dev.wp-plugins.org/wiki/TextControl
Install the plugin package into WordPress.You will now find text control config in your WordPress SETTINGS
Within text control config, change the default post setting to MARKDOWN
If you have PHP v. 5x, you will need to replace the markdown.php file with an updated version. Otherwise, you will get errors on every post about Warning: preg_replace_callback()
Here is the updated version of markdown.php:
https://michelf.com/projects/php-markdown/Forum: Fixing WordPress
In reply to: Blog by email posts blank in 2.3.2 w/ HTML emailHere’s how I fixed the line breaks:
I used the Text Control plugin:
https://dev.wp-plugins.org/wiki/TextControl
Install the plugin package into WordPress.You will now find text control config in your WordPress SETTINGS
Within text control config, change the default post setting to MARKDOWN
If you have PHP v. 5x, you will need to replace the markdown.php file with an updated version. Otherwise, you will get errors on every post about Warning: preg_replace_callback()
Here is the updated version of markdown.php:
https://michelf.com/projects/php-markdown/Forum: Fixing WordPress
In reply to: Blog by email posts blank in 2.3.2 w/ HTML emailNow, how do we fix those annoying line breaks coming from the e-mail format?…
Forum: Fixing WordPress
In reply to: Blog by email posts blank in 2.3.2 w/ HTML emailThanx bbrian, that fix did it!