WordPress article First Line indent

Source: Internet
Author: User

WordPress Background Edit the article will automatically delete the extra space, that is, you in the background to edit the article when some of the space and line change in the foreground are invisible, are ignored by WordPress, today to talk about how to add the first line of all articles indent:
Method One:
Online code, I have not tried.
Add the following code to the functions.php:

12345 //wordpress article first line indent Code class= "PHP keyword" >function bing_paragraph_indentation ( $content ) {      return str_replace ( ' <p ' ' <p style= "TEXT-INDENT:2EM;" ' $content } add_filter ( ' the_ Content ' ' bing_paragraph_indentation ' Code class= "PHP Plain");

Method Two:
Because different topics may be not the same class and ID, so I do not use the code on the Web instead of myself to add, first press F12 to review the elements, and then navigate to a paragraph of text in the article.

For example, the class that corresponds to my first line here is entry p so I added the following code to the STYLE.CSS:

1234 /*文章首行缩进*/.entry p {      text-indent:2em; /*这里就是设置首行缩进的距离,这个大小可以自行调整*/}

Save it and succeed.

WordPress article First Line indent

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.