• I have a Wordrpess site. I want add numbers to “h2 tags”

    I want to do it via php(functions.php)

    The format of my posts:

    text
    
    <h2>text</h2>
    
    text
    
    <h2>text</h2>
    
    text
    
    <h2>text</h2>
    ...
    ...
    I want this:
    
    text
    
    <h2>NUMBER-1 text</h2>
    
    text
    
    <h2>NUMBER-2 text</h2>
    
    text
    
    <h2>NUMBER-3 text</h2>
    ...
    ...
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I add numbers to “h2 tags”’ is closed to new replies.