Skip to main content

Home/ Wordpress/ Group items tagged inline

Rss Feed Group items tagged

jdr santos

P2 WordPress Theme, like Twitter in a box - 5 views

shared by jdr santos on 19 Nov 09 - Cached
  •  
    "P2 is a theme for WordPress that transforms a mild-mannered blog into a super-blog with features like inline comments on the homepage, a posting form right on the homepage, inline editing of posts and comments, real-time updates so new posts and comments come in without reloading, and much more."
Luciano Ferrer

WordPress › WP-Members « WordPress Plugins - 2 views

  •  
    "WP-Members™ is a plugin to make your WordPress® blog a membership driven site. Perfect for newsletters, premium content sites, and more! The plugin restricts selected WordPress® content to be viewable by registered site members. Unlike other registration plugins and WordPress® itself, WP-Members™ puts the registration process inline with your content (and thus your branded theme) instead of the native WP login page. WP-Members™ works "out-of-the-box" with no modifications to your theme, but it is scalable for users that want to customize the look and feel, or want to restrict only some content. It is a great tool for sites offering premium content to subscribers, and is adaptable to a variety of applications."
Luciano Ferrer

Mostrar completo el editor de WordPress | Ayuda WordPress - 0 views

  •  
    "Para conseguirlo tienes que crear una función en tu plugin de utilidades o archivo functions.php y añadir el siguiente código: //Activar todos los botones del editor function todos_los_botones($buttons) { $buttons[] = 'fontselect'; //Selector de tipo de fuente $buttons[] = 'fontsizeselect'; //Selector de tamaño de fuente $buttons[] = 'styleselect'; //Selector de estilos de párrafo mucho más amplio $buttons[] = 'backcolor'; //Color de fondo de párrafo $buttons[] = 'newdocument'; //Nuevo documento inline $buttons[] = 'cut'; //Cortar texto $buttons[] = 'copy'; //Copiar texto $buttons[] = 'charmap'; //Mapa de caracteres $buttons[] = 'hr'; //Línea horizontal $buttons[] = 'visualaid'; //Ayudas visuales del editor return $buttons; } add_filter("mce_buttons_3", "todos_los_botones"); "
anonymous

WP Post Columns Plugin 2 - 0 views

  • When writing a wordpress post simply use the following shortcodes to create your columns: For example shortcodes you can copy and paste directly into a wordpress post please check the first comment on this post. Additional Info:
  •  
    A plugin from Sam Burdge. A great way to include columnar data in a Wordpress post/page.
1 - 5 of 5
Showing 20 items per page