[WordPress] 外掛分享: Don’t Muck My Markup

WordPress 外掛 Don't Muck My Markup 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Don't Muck My Markup」是 2012-12-29 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 3000 個安裝啟用數。
  • 上一次更新是 2019-11-17,距離現在已有 1995 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.9 以上版本才可以安裝。
  • 有 17 人給過評分。
  • 論壇上目前有 1 個提問,問題解答率 0%

外掛協作開發者

martyn-chamberlin |

外掛標籤

wpautop | remove markup | default formatting | disable auto formatting |

內容簡介

如果你曾經在 WordPress 博客文章或頁面中寫了大量 HTML,你就會發現你的精美標記被包在了

標籤中,這樣做會讓人很恼火。如果加入了 jQuery,問題只會變得更糟。毕竟,是誰允許 WordPress 在

原文外掛簡介

If you’ve ever had a WordPress blog post or page in which you found yourself writing more than a little HTML, you’ve experienced the frustration of finding your beautiful markup surrounded in

tags. The problem only gets worse when you start throwing jQuery into the mix. Who on earth gave WordPress permission to throw in
tags inside a

First, we could use conditional logic to require an external PHP file. This was bad for several reasons.

It’s not friendly for the end user. Who wants to have to edit a PHP file? The content is not in the WordPress database, which means it isn’t searchable inside the dashboard, and it isn’t backed up with the rest of the site. It removes framework functionality. Robust WordPress frameworks have places to add content above and below the main post content area, and an external PHP file destroys this greatly.

The second option is to use the existing plugins to disable WordPress formatting, but none of these plugins empower the user to toggle this setting on a page-by-page basis. After all, most articles don’t have that much HTML in them. Nobody wants to go through 500 old blog posts and manually add

tags to them, do they? We didn’t think so either.

As a web designer that’s used WordPress successfully for several years, I finally decided these shenanigans had to stop once and for good. I built a simple but elegant plugin that lets you disable auto-generated HTML on a page-by-page basis. I hope you use and enjoy Don’t Muck My Markup as much as I enjoyed building it. Note: this plugin does not work on all WordPress themes, because some themes don’t handle the filter sequence correctly. This plugin does work for well-programmed themes such as the Twenty Fourteen theme and the Genesis Framework (and child themes).

各版本下載點

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

文章
Filter
Apply Filters
Mastodon