Lists In Posts Plugin

Discussion in 'WordPress' started by tunescool, May 22, 2014.

  1. #1
    i have to use the list button for every line of a list on its own. if theres 6 lines in the list i have to use it 6 times. is there a plugin or a way to get a button to put 6 lines of text into a list like the button does on this forum
     
    tunescool, May 22, 2014 IP
  2. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #2
    Not entirely sure what you mean, but it sounds like you want to code the button to add each line (recursively) to an array, then output the entire array. It's hard to tell from the description.
     
    TIEro, May 22, 2014 IP
  3. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #3
    just with one button
    • 1
    • 2
    • 3
    • 4
     
    tunescool, May 24, 2014 IP
  4. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #4
    Ahhhh, I think I've figured it out.

    You mean you're typing a new post in WP and you have several items you want to put into a bulleted or numbered list, and you don't want to press the button for each one?

    If so, just type them all, one per line, highlight them, THEN click the list button.
     
    TIEro, May 24, 2014 IP
  5. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #5
    it doesnt do that. i hit list and it just gives me the text in the post, not a bulleted list

    by default 2014-05-24 at 3.43.22 AM.jpg
    by default 2014-05-24 at 3.43.48 AM.jpg
     
    tunescool, May 24, 2014 IP
  6. TIEro

    TIEro Active Member

    Messages:
    741
    Likes Received:
    177
    Best Answers:
    5
    Trophy Points:
    70
    #6
    That's because you're in the text (HTML) editor. Switch to the Visual editor and it will figure out the list. It does smarter stuff like that, whereas the text editor is used for precision in situations where the Visual editor's assumptions are incorrect.

    The text editor button is the "list item" HTML tag, whereas the Visual editor's button is "bulleted list" (i.e. "figure out this list for me").
     
    TIEro, May 24, 2014 IP
    tunescool likes this.
  7. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #7
    alrite thanks. ive used the html forever and never even went into the visual
     
    tunescool, May 24, 2014 IP