Today in WordPress world – 09/04

Front-end Editor | scribu
A great frontend editor plugin

You Might Also Like...

  • Two Common Mistakes In Themes

    1861 readersScribu who is the author of the Front-end Editor plugin that I reviewed in April 2009 has published some common mistakes found within themes. For some reason, themes sometimes don’t have the wp_footer template tag declared which is used by analytic plugins such as Woopra and by Front-end editor. The other problem deals with the_title

  • Front End Editor 1.9 Released

    948 readersThe last time I had a chance to check out the Front End Editor plugin was back on April 28th, 2009. In that review, I mentioned that the plugin functioned well but for some sections of the Hybrid News theme, it didn’t play nice. To coincide with the release of WordPress 3.0, Front End Editor

  • Today in WordPress world – 26/02

    3342 readersCommon Mistakes In Themes | scribu Scribu gives us some useful things to keep in mind when developing WordPress themes. Some things may no always seem necessary for your theme to work, but they are widely used in plugins and should definitely be included in your theme.

  • Disable HTML Editor In WordPress

    99 readersIn contrast to the visual editor in WordPress, you can not disable the HTML editor. WordPress does not provide a user setting or a global option. Also, there is no hook, to disable the HTML tab above the editor when writing posts or pages. But there are users who do not need this tab and

  • wp-image-edit1

    New Feature for WordPress 2.9 – WordPress Image Editor

    382 readersWe already wrote about some new features, such as new filter and the Trash-function in WordPress. It has long been known that WordPress 2.9 will add some features for image editing - the users want these features, right in the core and not as a Plugin. You can get a first insight into the current

  • Today in WordPress world – 10/02

    2849 readersCan themes style the visual editor? « Andrew Ozz on WordPress A great way to replicate the styling of your blog right into your visual editor. Really helpful while writing! See an example in images on the 2010 development blog Welcome CollabPress: Project and Task Management for WordPress and WPMU – WordPress MU and BuddyPress plugins, themes,

  • buddypresslogo

    BuddyPress Themes Are Future Proof

    424 readersOver on the BuddPress blog, Andy Peatling has published a post explaining to us why BuddyPress themes are future proof. Andy explains that for folks into blogging, it makes sense to access a backend to configure settings such as your profile, etc. The software should enable you to write with little distractions without the

  • WordPress TinyMCE Advanced

    How To Get Rid of the WordPress Visual Editor

    322 readersThere have been lots of complaints about WordPress’ visual editor. It adds extra (usually unwanted) formatting whenever you have a line break. It’s just a pain to deal with. Understandably, I personally never use it. For those who may not be knowledgeable at HTML, there are excellent alternatives available. In

  • Shortlinks with WordPress 3.0

    122 readersThere will be a new function in the coming 3.0 version, which will create a shortlink to a post. At default it will be in the header of your frontend. A shortlink would always be with ?p= syntax and the ID of the post. <link rel='shortlink' href='http://bueltge.de/?p=717' /> To use the shortlink in your theme,

  • How to add styles and buttons to the WYSIWYG Visual Editor in WordPress

    2610 readersThe Visual Editor in WordPress is great for clients. It lets them feel comfortable adding content with Word-like buttons that they are familiar with. But, what happens when they want more font styles? Although you can find plugins that add Quicktags to the HTML view Editor, such as Oren Yomtov’s Post Editor Buttons Plugin, I