One page WordPress theme DW Page « Guide « DesignWall Introduction This guide will show you how to install and setup one page WordPress theme DW Page. DW Page is a One Page WordPress theme with great looking design, simple to setup. Note: Compatible Browsers: Firefox, Chrome, IE 9+, Safari, OperaWe don’t support other 3rd party plugins Recommended Plugins Installation Responsive premium theme DW Wall is compliant with the latest version of WordPress 3.9.1.Quickstart Installation: Install the theme using Quickstart package is to have a new website that look like our theme demo site. Layout Structure The DW Page theme contains the following sections: Home section, Introducing section, Portfolio section, Team section, Client section and Contact section. Here is the screenshot of the sections of the DW Page theme. Create A New Section As you see, DW Page has a special structure. Step 1Go to Dashboard >> Pages >> Add New Use Publish button to finish. Back-end Settings Step 2 Go to Dashboard >> Appearance >> Menus Front-end appearance Home Section Add Excerpt
5 ressources pour que le développement Wordpress redevienne un plaisir Wordpress est un CMS avec une réputation assez étrange. S'il est souvent très apprécié des utilisateurs finaux (qui ne savent/veulent pas toucher au code) par sa simplicité et surtout son incroyable banque de ressources (thèmes, plugins, tutoriaux, ...), les gens qui doivent développer pour Wordpress l'aiment tout de suite beaucoup moins. Pour ma part, les reproches que je fais à la plateforme sont assez simples : très mauvaise intégration de Git, inconsistance des noms des champs de la base de données, inconsistence de l'API qui ne m'aide pas à retenir les différentes fonctions, pas de templates (et en ajouter un n'est pas si simple), et j'en passe. Nous finirons certainement par changer de plateforme pour nos clients (peut-être au profit de Spina, selon comment avance son développement), mais pour l'instant, Wordpress reste la meilleure solution disponible, surtout avec certains outils qui permettent de corriger certains de ses défauts. WPide Themosis Un must have. Sitepush Theme check
Remove Styles and Scripts from a WordPress Parent Theme Occasionally, I use a parent-child theme relationship to build sites. Many times, the parent themes come loaded with extras that get in the way, slow down the site, and just don’t need to be there. Here are few tips for cleaning up that extra bloat. The following post provides code examples for adjusting parent theme functionality. We recommend creating a custom functionality plugin to place code rather than the functions.php theme file. De-enqueue Extra WordPress Parent Theme JavaScripts One of the most common gripes I have with many themes is the number of JS files they output. Find the “handle” of the script or styleDe-enqueue the script or style with that handle How do I find the handle of the script or style in my site? There are a couple ways you can do this: With a plugin: Using the Debug Bar plugin and the add-on Debug Bar List Script & Style Dependencies we can output which scripts are loaded in each page of your site. How Do I De-Enqueue the Scripts? Using Code Using a Plugin if ( !
Enhanced Media Library — WordPress Plugins The plugin will be handy for those who need to manage a lot of media files. Media Taxonomies Categories and Tags for media items Various media categories. With the plugin installed you immediately obtain Media Categories for categorizing and filtering media items in WordPress admin. This feature alone will save you hours of searching through a media library with even as few as 100 images. Whether you have a lot of images that need to be organized into complex structures or simply dislike the name of the default taxonomy – Media Categories – you can create and (un)assign to the media library as many taxonomies as you wish without writing a single line of code. You can also assign to the media library built-in WordPress taxonomies – Categories and Tags – as well as any other taxonomy created by third-party plugin, theme, or hand-coded – with only plugin’s UI. For both new and existing media items. Filter media items in WP admin. Order options. Filter-Based Shortcodes MIME Types Media File Types
Combien coûte un site WordPress ? - Wordcamp Paris 2014 WP Migrate DB — WordPress Plugins WP Migrate DB exports your database as a MySQL data dump (much like phpMyAdmin), does a find and replace on URLs and file paths, handles serialized data, then allows you to save it to your computer as an SQL file. To complete the migration, you need to use a database management tool (e.g. phpMyAdmin) to import the SQL file to your database, replacing your existing database. It is perfect for developers who need to migrate fresh data from the production site to their local install, or migrate their locally developed site to a staging or production server. WP Migrate DB handles serialized data (both arrays and objects) by unserializing the data and going through it, identifying strings and running a find & replace on them. Once it has gone through all the data, it serializes it again and sticks it back in the database. Example: s:5:"hello" becomes s:11:"hello world" PRO Version with Email Support and More Features Compare pro vs free → No, it only operates on the database.
Template Tags Languages: English • Español • Français • Italiano • 日本語 • 한국어 • Português do Brasil • Русский • ไทย • Türkçe • 中文(简体) • 中文(繁體) • (Add your language) Template tags are used within your blog's Templates to display information dynamically or otherwise customize your blog, providing the tools to make it as individual and interesting as you are. Below is a list of the general user tags available in WordPress, sorted by function-specific category. For further information on template tags and templates in general, see the following: Stepping Into Template Tags - an introduction to Template Tags. Note: If you have an interesting twist on the implementation of a template tag, you're encouraged to add to its documentation for the benefit of other WordPress users. Files Template tags files are stored in the wp-includes directory. Tags General tags wp-includes/general-template.php Author tags wp-includes/author-template.php Bookmark tags wp-includes/bookmark-template.php and wp-includes/bookmark.php
10 Innovative WordPress Security Hacks to Protect Your Website Irrespective of whether you own a personal blog or a business critical website with sensitive data, you must give due emphasis on securing it to the greatest possible extent. To prevent a visitor with malicious intent from gaining access to your website, it is vital to prepare a security check-list and perform periodic security audits. Having said that, a cent percent secure system is practically impossible to configure as there’s always the probability of new ‘threats’ emerging out of the blue. While it may not be possible to fully eradicate the risk of security breaches, following a set of best practices can help you in minimizing the potential vulnerabilities. When it comes to securing a WordPress website, you will be spoilt for choices as far as the availability of resource is concerned. This tutorial is intended to give a definite answer to your question. 1. How to Implement Two-Factor Authentication? Both the plugins are very easy to configure even for a rookie webmaster. 2. 3. 4.
Template Tags/wp list categories Languages: English • 日本語 • (Add your language) Description Displays a list of Categories as links. When a Category link is clicked, all the posts in that Category will display on a Category Page using the appropriate Category Template dictated by the Template Hierarchy rules. NOTE: wp_list_categories() works in much the same way as the two template tags replaced in WordPress 2.1, list_cats() and wp_list_cats() (both deprecated). If you need a function that does not format the results, try get_categories() Usage Default Usage <? By default, the usage shows: Parameters show_option_all (string) When "style" is set to "list" (see below), setting this parameter outputs a link to all categories. orderby (string) Sort categories alphabetically, by unique Category ID, or by the count of posts in that Category. order (string) Sort order for categories (either ascending or descending). style (string) Style to display the categories list in. show_count hide_empty use_desc_for_title child_of feed feed_type (string) <?
Building An Advanced WordPress Search With WP_Query Template Hierarchy Languages: English • Français • Italiano • 日本語 • 한국어 • Русский • Español • Português do Brasil • 中文(简体) • (Add your language) Introduction WordPress Templates fit together like the pieces of a puzzle to generate the web pages on your WordPress site. What this article is about This article seeks to answer the following question: Which template file(s) will WordPress use when it displays a certain type of page? Who might find this useful Since the introduction of Themes in WordPress 1.5, Templates have become more and more configurable. Using Conditional Tags WordPress provides more than one way to match templates to query types. The Template File Hierarchy The General Idea WordPress uses the Query String — information contained within each link on your website — to decide which template or set of templates will be used to display the page. With the exception of the basic index.php template file, Theme developers can choose whether they want to implement a particular template file or not. Examples
WP Plugin Directory | The Best WordPress Plugins Blog Infos