Tag: backend

  • Better Plugin List in WordPress 3.0

    One of the main reason why WordPress is so popular is the amount of available Plugins. Most users using Plugins via the most popular way – in the folder plugins under wp-content, and activate them in the backend of WordPress. For other possibilities of plugin integration WordPress 3.0 try to provide a more user friendly…

  • Redirects To Another Page In WordPress Backend

    Redirects To Another Page In WordPress Backend

    WordPress allows using a function, to simple redirect to a URL, the function wp_redirect() enables to specify an address and a status. This makes it easy to realize a forward even in the backend of WordPress. Two different examples will illustrate this. The difference lies in the query of the URL, which will be checked.

  • Disable HTML Editor In WordPress

    In 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…

  • Quick View on WordPress Settings

    In all versions of WordPress, there is the possibility to view all settings within the admin area of WordPress, but a menu link doesn’t exist. The page options.php enables to have a quick look at various options and also allows you to save settings. However, it must be said, WordPress stores more data in serialized…

  • Configure WordPress Trash

    Check out our 7th door of our Advent Calendar. WordPress Trash will have it’s premiere in version 2.9. Now you can move every content, comment, post, pages, media and link to trash. It’s quite the same function as you know from other online applications or operating systems.

  • WordPress 2.8 Widgets Options Page – First Screenshot!

    In the current trunk of WordPress is a “first run” of the new widget management available to see. This is a development version, it shows the warning “This page is not 100% ready, please use only on test installations.”.