Başıboş metin kaydırılır

2 Cevap php

Wordpress konu .. nasıl P etiketleri başıboş metin sarmak mı?

Örnek:

Before-

<div class = "content">
    <img src = "hello.jpg"/>
    <h1>Introduction</h1>
    Hello! this is stray text that I want to wrap with p tags
    Hello! This is another set of stray text
</div>

After-

<div class = "content">
    <img src = "hello.jpg"/>
    <h1>Introduction</h1>
    <p>Hello! this is stray text that I want to wrap with p tags</p>
    <p>Hello! This is another set of stray text</p>
</div>

2 Cevap

Wordpress adlı bir eklentiyi kullanan wpautop. Bu komut dosyası otomatik olarak

ekler yeni hatlar için etiketler. Çoğu durumda, bu özellikle yararlıdır. Bazen, bir ağrı olabilir. Böyle bir durumda Disable Autop Plugin kullanabilirsiniz.

Elle çekirdek Wordpress komut değiştirerek bunu kontrol edebilirsiniz. Ben bir eklenti kullanmanızı öneririz.

Nerede sokak metin geliyor? Bu WordPress WYSIWYG editör içine girilir ediliyor? Öyleyse metin önce ve sonra boş satır varsa, otomatik olarak P etiketleri metni saracağım.