background preloader

WordPress

Facebook Twitter

How to make a child theme for WordPress: A pictorial introduction for beginners - op111.net. The anatomy of a WordPress theme. Index.php – home The index file controls what the homepage of your WordPress theme looks like. By default it is a loop that queries and then displays the most recent blog posts, with a link in the bottom to view previous posts. Alternately, you can specify in wp-admin -> settings -> reading to have the home page be a page you created yourself in WordPress. In that case, you specify a different page/URL for the regular blog posts to appear on, and that page is generated by index.php. single.php – individual posts The display of individual posts in your WordPress theme is controlled by a little file called single.php. You can specify if you want sidebars (and which you want), if you want it to look different than the other pages on the site. page.php – individual pages Page.php controls what pages look like.

WordPress also allows you to create different page templates within your WordPress theme for different types of pages. Archive.php, category.php, tag.php – archives The Loop comments.php. How To Create Your Own Wordpress Theme - Jonathan Wold. WordPress Consulting: Looking for professional help with your WordPress project? For small to medium sized projects, check out my freelance page For large projects, contact me through Sabramedia. New Book from Packt Publishers: WordPress Theme Design - Note: Packt has put together some excellent titles in the paste and I've been given the privilege of reviewing them in the past. They've published a new book on WordPress Theme Design and I highly recommend you give it a look. Tutorial Introduction: Back in 2005, I wrote a little tutorial for Wordpress 1.5 on how to integrate wordpress with an existing website. This tutorial is especially for: 1. 2. Extra Note on Wordpress Integration: As questions on integration are the ones I receive most often, I'll take a few more moments to make sure your options are clear.

One, you can install Wordpress, write your posts, and then use PHP or Javascript to integrate the feed directly into your existing design. Alrighty, let's get started! Alrighty! First Steps With WordPress. Codex Codex tools: Log in Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference! First Steps With WordPress Languages: বাংলা • English • Español • Français • Italiano • Steps With WordPress 日本語 한국어 • Nederlands • Português do Brasil • Polski • Română • Русский • ไทย • 中文(简体) • (Add your language) This page was moved to except above language locator. Retrieved from " Codex Resources. Creating a Favicon. Languages: English • 日本語 • (Add your language) A favicon (short for "favorite icon") is an icon associated with a website or webpage intended to be used when you bookmark the web page. Web browsers use them in the URL bar, on tabs, and elsewhere to help identify a website visually.

Also, it is used as application icon of mobile device. A favicon is typically a graphic 16 x 16 pixels square and is saved as favicon.ico in the root directory of your server. WordPress Version 4.3 or later WordPress Version 4.3 implemented Site Icon feature that enables favicon in your web site. Follow the below steps to set favicon in your site. Prepare image file. Creating a Favicon A favicon can be created using any graphics/image editing software, such as GIMP, that allows the saving of .ico files. The image should be clear and is usually designed to match your site's image and/or content, a big task for something so small. To prepare the image to be saved as favicon.ico: Installing a Favicon in WordPress.

Beginner WordPress Tutorial Video. How to use Wordpress to design to a website. Reduce HTTP Requests in WordPress. The web is sort of a reversed highway: you get tickets for going too slow and bonus points for speeding. Whether you’re “just” a blogger or you have an e-commerce site, your site needs to be fast. We’ve written about what to do to speed up Magento before, and I’ve mentioned caching for WordPress more than once, but there’s more. One of the things I notice very often when performing a website review is that sites are loading way too much external files. Reducing the number of files needed to load your site, thereby reducing the number of HTTP requests, makes your site load faster. Faster loading sites have a better user experience, and it’s also a ranking factor these days. There’s usually three parts to this play: Reduce the number of JavaScript filesReduce the number of CSS filesReduce the number of images Let me give you a brief intro into “browser pipelining”.

Browser pipelining and why reducing HTTP requests helps Reducing number of javascript & CSS files loaded.