Author: Frank

  • Load A Stylesheet Only If Use Gallery

    In relation to the better Gallery it is actually not necessary to load the stylesheet if there is no gallery, so it is worth it to check in advance whether the gallery will be used in the post or not. For this you have to parse the post which can be done in two ways.

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

  • Contactable – Contact Form Easy with WordPress

    The integration of a contact form in WordPress usually begins with a search of a Plugin and often ends with a great effort too. Since scripts are loaded on all pages and posts – only to be integrated on one side of a form. The blog is only as good as his technician and I…

  • Exclude A Category From Turn Off Comments Automatically

    Exclude A Category From Turn Off Comments Automatically

    Thanks to our post New Ideas For 2010? Now It’s Your Turn! we got an email form one of our loyal sponsors Chris Coyier.

  • WordPress Widget-Areas with Description

    Using WordPress version 2.9, there is now a possibility that we can write more detailed description for the widget areas. This is especially interesting when you define different widget areas, depending of categories or because the theme author defines various widget areas, that allows adjustments in more areas than just the sidebar. I do this…