In “apps/blog.php” des Basisthemes “Modularity” in der letzen Zeile das <hr /> entfernt. http://codex.wordpress.org/Function_Reference
In “apps/blog.php” des Basisthemes “Modularity” in der letzen Zeile das <hr /> entfernt. http://codex.wordpress.org/Function_Reference
Open the “nav-menu-template.php” in the wp-include-directory and add this code at the end of the file: add_filter(‘wp_nav_menu_items’,’qtrans_in_nav_function’); function qtrans_in_nav_function ($nav){ $url = get_bloginfo(‘url’); $url_preg = preg_replace(‘/\//’, ‘\/’, $url); $qtrans_url = qtrans_convertURL($url); $nav = preg_replace(‘/(‘.$url_preg.’)(\/id)/’, $url, $nav); $nav = preg_replace(‘/(‘.$url_preg.’)/’, $qtrans_url, […]
Useful Links with interesting features or ideas http://www.francescobertelli.com/#newholland/ http://cufon.shoqolate.com/generate/ Design-Websites http://kashiwasato.com/ http://www.francescobertelli.com/ http://www.lundgrenlindqvist.se/ http://zweidrei.eu/ (http://zweidrei.eu/projects/the-white-cube/) http://www.allanyu.net/ http://www.elmastudio.de/inspiration/minimalistisches-webdesign-grundprinzipien-und-webseiten-beispiele/ http://www.atlanticbt.com/ http://www.comparenetworks.com/developers/jqueryplugins/jbreadcrumb.html http://webstandard.kulando.de/post/2009/06/02/interactive-webdesign-with-css-and-jquery http://www.noupe.com/design/sliding-content.html Glossy Text Demo http://webdesignerwall.com/tutorials/css-gradient-text-effect
The Options for the Plugin IMG mouseover It understands the following attributes which can be added to the HTML: img.class=”mouseover” (activates IMG mouseover for this image) img.oversrc (If specified, this rewrites the image on mouse rollover) img.clicksrc (If specified, this […]
In der Datei comment-template.php im Directory wp-include diese Zeilen suchen (bzw. den Suchstring ” at “): <div><a href=”<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>”> <!–?php /* translators: 1: date, 2: time */ […]
Used links for plugins and scripts. Galleria Galleria Plugin for WordPress http://wordpress.org/extend/plugins/galleria-galleria/ http://wordpress.org/tags/galleria-galleria Original Site with js-code and themes (theme ‘twelve’ used here) http://galleria.aino.se/ http://galleria.aino.se/themes/ http://galleria.aino.se/docs/1.2/themes/twelve/ instructions download and install WordPress plugin galleria-galleria. After activating the plugin, install the latest […]