Wordpress Help & Infos

TwitterFacebook
Get flash to fully experience Pearltrees
http://themeshaper.com/2009/06/24/creating-wordpress-theme-html-structure-tutorial/ Update: We’ve created a second edition of this article, with updated code samples and coverage of the latest theme development techniques. Check it out at Creating a WordPress Theme HTML Structure . It’s part of The ThemeShaper WordPress Theme Tutorial: 2nd Edition . Now we’re starting to get into the real meat of WordPress Theme development: coding the HTML structure.

Creating a WordPress Theme HTML Structure

WordPress is one of the most popular applications in the web design community not only for its ease of use as a blogging platform, but for its versatility in any kind of content managed website. Building custom themes for WordPress is pretty straight forward, making it one of the easiest templating systems to master. This post rounds up 15 of the best WordPress theme tutorials, each taking you through the process of building your own WP theme from scratch.

15 Tutorials To Help You Build WordPress Themes

http://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes

Wordpress Handbuch - Wordpress Tutorial, Anleitung

http://wordpress.lernenhoch2.de/handbuch/ WordPress ist eines der beliebtesten Blog-Systeme die es derzeit gibt. Dadurch gibt es eine große Community und eine enorme Anzahl an kostenlosen Templates doch häufig sind diese einfach nicht spezifisch genug. In dem Fall muss man selbst handanlegen und sein eigenes WordPress Template erstellen. Dazu habe ich diese Anleitung geschrieben mit der du dein eigenes WordPress Theme erstellen kannst. Solltest du während dem Tutorial eine Frage haben, etwas unklar sein oder einfach nur dein Feedback loswerden, dann nutze bitte das Textfeld welches unter jedem Artikel zu finden ist.

Eigenes WordPress-Template | Webdesignblog

http://webdesignblog.de/allgemein/eigenes-wordpress-template/ Diese WordPress Anleitung hat nun schon einige Jahre auf dem Buckel und die Code-Formatierung ist, nett ausgedrückt, nicht akzeptabel. Daher habe ich auf folgender Seite ein komplett neues verfasst: Eigenes WordPress Template . ACHTUNG: In diesem Tutorial wird sehr viel Code ausgegeben, dieser Code wird aber formatiert ausgegeben und darum kann es vorkommen das sich an manchen Stellen Leerzeichen einschmuggeln (oft im Start- und End-Tag von PHP =>< ?php) dies hat damit zu tun, das dieser Code "entwertet" werden muss, sonst würde die WordPress-Software dies als Code interpretieren und diesen ausführen.
http://www.onpulson.de/themen/1868/wordpress-einfuehrung-eine-anleitung-fuer-die-erstellung-einer-homepage/

WordPress Einführung – Eine Anleitung für die Erstellung einer Homepage - Onpulson

WordPress ist ein Content Management System, das stabil läuft und um viele verschiedene Module erweitert werden kann. Die Open-Source-Software erfreut sich nicht nur großer Beliebtheit, weil sie kostenlos ist, sondern vor allen Dingen deshalb, weil keine umfangreichen Programmierkenntnisse erforderlich sind. Die folgende WordPress Einführung eignet sich optimal für Einsteiger und Fortgeschrittene, die sich das erforderliche Wissen für die Erstellung und die Erweiterung der eigenen Homepage aneignen wollen.
As we’ve mentioned numerous times here on WP Tuts (and as you’ve no doubt noticed), there has never been a better time to be a WordPress Developer. Be it client work or product development (with either themes or plugins), getting started in the WordPress ecosystem is almost more of a question of ‘where’ rather than ‘how.’ WordPress has stellar API documentation for developers regardless of level of experience. But an active development community and a well-documented API does not render a platform immune to poor development practices. As with most aspects of web development, just because something works doesn’t mean that it was built the right way.

The Complete Guide To The WordPress Settings API, Part 1: What It Is, Why It Matters

http://wp.tutsplus.com/tutorials/the-complete-guide-to-the-wordpress-settings-api-part-1/
http://wp.tutsplus.com/tutorials/the-complete-guide-to-the-wordpress-settings-api-part-2-sections-fields-and-settings/ When it comes to developing WordPress Themes and Plugins, there are a number of different ways developers are creating their menus, options, and validation functionality. The thing is, there’s really only one way to properly do this within WordPress: the Settings API. This series is aiming to be the definitive guide for how to take advantage of the WordPress Settings API so that you have a single point of reference for properly developing your themes and plugins. In the first article in this series we took a broad look at the Settings API and why it matters . Here, we’re going to begin diving into the API and how to take advantage of everything that it offers.

The Complete Guide To The WordPress Settings API, Part 2: Sections, Fields, and Settings

http://wp.tutsplus.com/tutorials/the-complete-guide-to-the-wordpress-settings-api-part-3-all-about-menus/ At this point, we’ve learned why the Settings API matters , we’ve learned all about sections, fields, and settings , and we’ve even setup a Sandbox Theme that we’re using to develop functionality as we explore the API. In this article, we’re going to take a look at how we can interface with the WordPress menu system. It’s important to note that this isn’t actually a part of the Settings API, but it’s so closely related that we should familiarize ourselves with how to use it.

The Complete Guide To The WordPress Settings API, Part 3: All About Menus

http://wp.tutsplus.com/tutorials/the-complete-guide-to-the-wordpress-settings-api-part-5-tabbed-navigation-for-your-settings-page/

The Complete Guide To The WordPress Settings API, Part 5: Tabbed Navigation For Your Settings Page

At this point in the series, we’ve taken a close look at the Settings API and what it has to offer. We’ve even begun creating our own theme to help demonstrate everything we’ve been learning. We’ve covered sections, fields, settings, menus , pages , and more.
http://wp.tutsplus.com/tutorials/the-complete-guide-to-the-wordpress-settings-api-part-6-menu-pages/

The Complete Guide To The WordPress Settings API, Part 6: Menu Pages

In Part 3 of this series, we surveyed the various menu functions that the WordPress API provides. If you’ve been following along, then you know that we’ve already setup a settings page for our theme by using the add_theme_page function. Although introducing menus and submenus aren’t explicitly part of the Settings API, they play a role in building custom functionality, plugins, and/or themes.
If you’re just now joining us, we’ve covered a lot of topics in this series – we’ve attempted to give a complete overview of the WordPress Settings API as well as its related functions. We’ve discussed settings , options , navigation , and menus . We’ve also been working through practical examples employing each of the topics we’ve discussed.

The Complete Guide To The WordPress Settings API, Part 7: Validation, Sanitisation, and Input I

The Complete Guide To The WordPress Settings API, Part 8: Validation, Sanitisation, and Input II

We’ve reached the final article of the series. In the last post , we took a look at introducing validation, sanitization, and a couple of basic input elements that we can take advantage of when building option pages. In this article, we’re going to take a look at the final set of three options and how to hook them up to the front-end of the theme. Before we get started: As with the last few, this article assumes that you’ve been following along with the rest of the series, have a working copy of the sample code installed, and are now relatively familiar with the Settings API and theme options. If you’re uncertain about any of the above, I highly recommend reading the rest of the articles before diving into this post.

The Complete Guide To The WordPress Settings API, Part 4: On Theme Options

In the last article, we took a deep dive into the various types of menus that are supported by the WordPress API. Although they aren’t necessarily part of the Settings API, they play a key part in development especially when working on more advanced plugins and themes. This article is going to put menus to practical use as we begin building out our Sandbox Theme by refactoring our existing settings and adding several new pages. Note that if you’re just joining us, make sure that you’ve caught up on the previous articles and that you have the latest version of the Sandbox Theme from the repository on GitHub . Before we get started: This article is code-intensive.

Adopting A Responsive WordPress Theme Is More Than Install-And-Go

As iOS, Android, and Windows 8 take the Web to smaller screens, designers are adopting techniques to make their websites usable on handheld devices. Responsive Web designs present different formatting and layout to suit the device on which their pages are displayed. Browsers choose the appropriate styles on page load, freeing website owners from having to maintain different sets of pages for different display scenarios. The most common responsive method is to use CSS media queries to serve different style sheets (or parts of style sheets) based on the number of pixels available.
Front-end Calendar shortcode setup Options - event form fields selection and calendar settings General Settings - date/time format, timezone and week start selection Users - the Event field tracks the number of events inserted by each user Upcoming Events widget options (replaced by [eventlist] shortcode as of version 1.0) Administrative Calendar View - Manage Events Categories - edit category filter label, and manage event categories Activity Report - tracks the number of events by category Event Detail - event detail form modal window Notifications - growl-styled unobtrusive status updates Front-end Events Detail View <p style="text-align:right;color:#A8A8A8"></p>

Ajax Event Calendar

Alle Artikel auflisten