background preloader

Wordpress

Facebook Twitter

How to Host your Website on Google Drive - Tutorial. This video tutorial explains how you can easily host websites on Google Drive with one click.

How to Host your Website on Google Drive - Tutorial

You can even publish Drive website under a custom web domain using IFRAME. If you are looking for a place to quickly host your websites but don’t have access to any web server, Google Drive is a great alternative. You can use Google Drive to host basic websites or even complex JavaScript based web apps. You may upload and publish any kind of static content* on your website including HTML pages, images, CSS, icons, audio & video files including podcasts. If you are using the old Google Drive, you can easily host websites on Drive. However if you have migrated to the new Google Drive, you’ll be disappointed to learn that Google has dropped the web hosting feature.

10 Fantastic Drag and Drop Page Builders for WordPress Worth Checking Out. Looking for a beautiful and responsive WordPress theme?

10 Fantastic Drag and Drop Page Builders for WordPress Worth Checking Out

View themes There’s been an explosion of WordPress page builders in recent months, so many in fact it’s hard to know where to begin. There are front-end builders, backend builders. And what’s the difference between a page builder and a theme builder? Many themes are also available now with built-in builders. To help you get your head around what’s out there, I’ve put together 10 of the best front-end and backend page builder plugins available. It’s important to note these are page builder plugins, not theme builders. Some page builders didn’t make the cut. WordPress › Blog Tool, Publishing Platform, and CMS.

How to Code a WordPress 3.0 Theme from Scratch. With the release of WordPress 3.0 came the implementation of many new features to the popular content management system.

How to Code a WordPress 3.0 Theme from Scratch

In this tutorial we are going to show you exactly how to code a WordPress 3.0 theme from the ground up to take advantage of all of these new features, as well as create a blogging-ready, minimal theme. Setting Up the Work Station To get started with this tutorial we should set up a server on our computer using either XAMPP or WAMP (usually if working on a PC), or MAMP if you are working on a Mac. All of these tools allow for a local testing environment for WordPress and can make it so that you don’t have to constantly transfer files through FTP while working on a project.

In terms of code editing I would highly suggest Notepad++. Getting the Necessary Folders and Files Ready In the folder containing your WordPress installation, go to wp-content/themes/ and create a folder named “New 3.0 Theme”. Step 1 – Style.css Step 2 – Header.php Step 3 – Adding Custom Navigation. Installing WordPress Locally on Your Mac With MAMP. Installing WordPress Locally on Your Mac With MAMP What is MAMP?

Installing WordPress Locally on Your Mac With MAMP

MAMP stands for Macintosh, Apache, MySQL, and PHP. Core Contributor Handbook - Hojas de cálculo de Google. Templates. Templates Languages: English • Español • Italiano • 日本語 • Русский • (Add your language) Templates are the files which control how your WordPress site will be displayed on the Web.

Templates

These files draw information from your WordPress MySQL database and generate the HTML code which is sent to the web browser. Through its powerful Theme system, WordPress allows you to define as few or as many Templates as you like all under one Theme. Each of these Template files can be configured for use under specific situations. General Theme Articles Using Themes Basic information about using and installing themes and templates Migrating Plugins and Themes. The Loop in Action. The Loop in Action Languages: English • Español • 日本語 • 中文(简体) • Українська • Русский • বাংলা • (Add your language) Introduction "The Loop" is the main process of WordPress.

The Loop in Action

You use The Loop in your template files to show posts to visitors. You could make templates without The Loop, but you could only display data from one post. Before The Loop goes into action, WordPress verifies that all the files it needs are present. If the user didn't ask for a specific post, category, page, or date, WordPress uses the previously collected default values to determine which posts to prepare for the user. After all this is done, WordPress connects to the database, retrieves the specified information, and stores the results in a variable. By default, if the visitor did not select a specific post, page, category, or date, WordPress uses index.php to display everything. The World's Simplest Index Page The Default Loop Begin The Loop Generating the Post Title, Date and Author <h2 id="post-<? 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.

Template Tags

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: Template_Hierarchy.png 1,453×1,443 pixels. Glossary. Glossary Languages: English • Español • Persian • Italiano • 日本語 • 한국어 • Português do Brasil • Русский • Slovenčina • 中文(简体) • 中文(繁體) • (Add your language) This document is designed to offer definitions for various terms, exclusive to WordPress, that users may not be familiar with.

Glossary

If you are a contributor please don't add definitions for generic terms (API, PHP, JavaScript, etc...). Absolute Path An absolute path or full path is a unique location of a file or directory name within a computer or filesystem, and usually starts with the root directory or drive letter. Example: /Users/Matt/www/blog/images/icecream.jpg To find the absolute filesystem path of the directory containing a web page, copy the code below into a new text file, save the file as path.php (thus making a simple PHP web page), and move that file to your web server.

Absolute URI A full URI. Action In WordPress; an Action is a PHP function that is executed at specific points throughout the WordPress Core. Admin Bar Back to the Top.