X

Cómo añadir un botón de regla horizontal al editor en WordPress

Snippets by IsItWP

¿Estás buscando una forma de añadir un botón <hr /> al editor? Si bien es probable que haya un plugin para esto, hemos creado un fragmento de código rápido que puede utilizar para agregar el botón de regla horizontal al editor en WordPress.

Instrucciones:

Todo lo que tienes que hacer es añadir este código al archivo functions.php de tu tema o en un plugin específico del sitio:

function enable_more_buttons($buttons) {
  $buttons[] = 'hr';
 return $buttons;
}

add_filter("mce_buttons", "enable_more_buttons");

Nota: Si es la primera vez que añades fragmentos de código en WordPress, consulta nuestra guía sobre cómo añadir correctamente fragmentos de código en WordPress, para no romper accidentalmente tu sitio.

Si te ha gustado este fragmento de código, por favor, considere la posibilidad de revisar nuestros otros artículos en el sitio como: 9 mejores plugins inmobiliarios de WordPress y cómo configurar el seguimiento de eCommerce de Google Analytics para WooCommerce.

Comentarios   Deja una respuesta

  1. Brilliant! Been looking for this for a while!

  2. thanks!

  3. thank you for the quick code..

  4. Simon Codrington marzo 27, 2012 en 6:18 pm

    Hey thanks for the quick code, it appeared near first on Google for my search result and was exactly what I needed. I’m still kinda amazed WordPress even in version 3 doesn’t have the HR element as a button in TinyMCE.. Weird. 

    Thanks again!

  5. color me dumb, but add the snippet WHERE in the functions.php file (which, by my count is four thousand five hundred and fifty-four lines long)?
    I put this snippet at the very bottom of the functions.php file and got a fatal error crash…any ideas?

    1. Hi Ken,
      I posted the code sample http://pastebin.com/nkk6bZ8B
      Keep in mind if you have any line breaks after the last ? > it will cause an error make sure no space after the last ? >. however the location does not matter. If you continue to get errors post the code into pastebin.com and ill check things out if you still have problems.

      1. thanks- I really do appreciate your efforts and the reply but its just not working for my theme, and I still know how to type an “h” and an “r” hehehehehehe.

        Thanks anyway, maybe someday WordPress will include this feature in an update….

        1. This is not so much a wordpress option as a TinyMCE option, if you wanted to post your functions.php file within the pastebin.com website I can take a look and fix the problem for you. Just paste the code and reply with the URL and ill check things out. If you don’t want to post publicly you can use the wpsnipp contact form.

          http://wpsnipp.com/contact/

        2. Hi Ken,
          It does not appear that this is the whole file however if it is I fixed the problem.
          http://pastebin.com/dzK56W4v

  6. Great! Thanks for sharing.

    1. np glad you like the snippet.

  7. Add horizontal line button to Wordpress’s editor | The Real Lance Brown marzo 5, 2011 en 3:19 am

    […] has provided a little snippet of code that will add a “horizontal rule” (or <hr />) button to the default editor in […]

  8. lorenzocoffee© L V febrero 25, 2011 en 2:59 pm

    Useful!

    1. yes the other things you could do is create a few shortcodes to drop in html elements you need. Check out this snippet.
      http://wpsnipp.com/index.php/functions-php/add-custom-media_buttons-for-shortcode-selection/

  9. Pippin Williamson febrero 25, 2011 en 2:48 pm

    Excellent!

    1. thanks pippin

Añadir un comentario

Nos alegra que haya decidido dejar un comentario. Tenga en cuenta que todos los comentarios se moderan de acuerdo con nuestra política de privacidad , y que todos los enlaces son nofollow. NO utilice palabras clave en el campo del nombre. Tengamos una conversación personal y significativa.

WordPress Launch Checklist

La lista definitiva para lanzar WordPress

Hemos recopilado todos los elementos esenciales de la lista de comprobación para el lanzamiento de su próximo sitio web de WordPress en un práctico ebook.
Sí, envíeme el ¡gratuito!