background preloader

Wordpress

Facebook Twitter

WordPress Arena: A Blog for WordPress Developers, Designers and Bloggers. If you want to sell goods from your web site, you may want to look into shopping cart software so you can process your orders. These days you don’t have to design your cart, you can just choose a web hosting company that has a built in WordPress Installation or You can install WordPress yourself. Hope you know that how to do that and use a third party merchant like PayPal. Many developers offer subscriptions to all their stuff specially WordPress themes and plugins for a monthly fee. Developing a shopping cart by using a WordPress, integrating with PayPal or Authorize.net and sell products using WordPress?

Now its not a big job anymore with this excellent piece of Software. 1. There are lots of WordPress Developer and designers who explained step by step process of WordPress Installation. 1. Most of the Hosting companies provide Auto-installer for WordPress. If its Auto-install, you have almost done here, all you have to Click on Upgrade Button which will appear on login page. 2. 3. 4. Complete WordPress Theme Guide. Setting Up Wordpress for SEO | Graphic and Web Design Blog -Resources And Tutorials. WordPress out of the box comes SEO friendly, however there are many tweaks you can make to further optimize it for search engines.

We recently covered 10 important tips to optimize wordpress for search engines, however this post will go more in-depth and offering further optimization tips. Here are a number of advanced tweaks and WordPress plugins you can install to help with URL structuring, search engine crawling, handling duplicate content, optimizing title and meta tags, images and internal linking. Setting Up the Permalink Structure In WordPress: Settings >> Permalinks WordPress gives you a number of ways you can structure your post urls. By default WordPress sets the urls like www.domain.com/? P=123. They also have options to set the urls organized by year/month/date, for example www.domain.com/2010/02/07/sample-post/. The most effective way to optimize your urls is by using the custom permalink structure. Setting Up non-www to www Redirect In WordPress: Settings >> General. Wordpress Theme Generator - Create your own Wordpress Theme.

This online generator creates your own custom unique WordPress Theme. Without any need for HTML, JS, PHP, or CSS knowledge. Change the colors, settings, layout, preview live, click "save" and download your unique Wordpress theme zip-file. Extract, upload, set, and you are done! Please note: this was developed in 2007 (!) And there is no active support available anymore. Supports {*style:<a href=' 2.1 to Wordpress 3.7 Themes{*style:</a>*}. With {*style:<a href=' 16 WordPress Sites to Help You Build a Better Blog. So you finally decided to step up your blogging game and build yourself a site with WordPress. You’ve install a pretty good free theme and have a few posts under your belt. After a few days, you get seriously bored with the "My blog kinda looks like everyone else" syndrome and start your search for some creative ways to make your blog stand out from the crowd.

In this article, I will help you on your journey by showing you the 16 best places to find WordPress tutorials, hacks, themes and design inspiration to take your blog to the level it deserves. 1. Yoast is the home of blogger and developer Joost de Valk. 2. Are you a total WordPress novice? 3. WPSwitch is kind of like a Premium WordPress Theme on crack. 4. WordPress Tavern is a thriving community focused on all things WordPress. 5.

WpRecipes is a great place to find quick, clear and concise WordPress recipes. 6. WordPress.tv is "Your Visual Resource for All Things WordPress". 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. Related Content. 15 Useful Tools for WordPress Bloggers. If you use WordPress as your publishing platform, you’ll find a ton of useful tools you can grab off the web that’ll help you improve your productivity and make sure your WordPress site is running smoothly. In this collection, you’ll find a few convenient applications, plugins, and browser extensions that will help you accomplish a variety of blogging tasks that range from easier screen captures to making sure your WordPress site is secure. 1. ScribeFire turns Firefox into a fully-featured blog editor. ScribeFire is a Firefox plugin that gives you an array of useful features and options for writing posts.

You can drag and drop content from a variety of sources (which the WordPress Visual Editor currently doesn’t fully support), manage and leave notes on your posts, upload files via the built-in FTP, create timestamps, and manage uploaded images. 2. 3. If you include a lot of screenshots in your posts, you should check out the free Firefox add-on, Screen grab to WordPress!. 4. 5. 6. 7. 8. Designing “Read More” And “Continue Reading” Links - Smashing Magazine. Advertisement Most bloggers and website designers understand how difficult it can be to attract visitors to a website. In fact, most websites have just moments to attract potential readers. Several factors contribute to how well a website attracts its readers.

These factors include well-written headlines, interesting content and design quality. While all of these aspects are important, today we will focus on a very specific and sometimes overlooked element in a website’s design: the “Read more” or “Continue reading” link that follows a headline or summary of an article. Every website has its own way of asking readers to click on an article link. Best Practices Before we present the showcase, let’s understand why “Read more” links are so important. Also, “Read more” links allow website administrators to more easily track the most popular content. The third and probably most practical reason for having “Read more” links on a website is money. 1. Tutorial9 PSDTuts Smashing Apps CSS Tricks Viget. 10 Useful WordPress Loop Hacks - Smashing Magazine. The loop is a very important aspect of WordPress blogs. In fact, the loop is what allows you to get posts from your WordPress database and print them on the screen.

A set of useful and user-friendly functions, the loop is incredibly powerful. With it, you can get a single post, a list of posts ordered by date, title or category, a list of posts written by a specific author and much more. In this article, we’ll show you 10 useful things you can do with the WordPress loop to make your blog even more powerful than it is right now. You may be interested in the following related posts: 1. Get Posts Published Between Two Dates Image source: Shutterstock The problem. The solution. <? Code explanation. As a result, the “WHERE” clause contained in the filter_where() function is added to the end of the SQL query contained in the post_where() function, which means that the loop will return posts published only between the two dates specified in the filter_where() function.

Source 2. The problem. 3. <? 4. 10 Killer WordPress Hacks - Smashing Magazine. By Jean-Baptiste Jung 2008 was a very good year for the WordPress community. The software was updated numerous times, leading to the recent release of version 2.7, and many new blogs dedicated to WordPress were created. Of course, tons of new hacks were discovered, which helped lots of bloggers enhance their blogs. In this article, we’ll show you 10 new useful killer WordPress hacks to unleash the power of your favorite blogging engine. You may be interested in the following related articles as well: 1. The problem. Another problem is Google’s “smart pricing.” The solution. Code explanation. The scratch99_fromasearchengine() then returns true if the visitor comes from one of the search engines containing the $SE array variable. Sources: Link 2. The problem. The solution. Let’s start by creating a simple PHP array, and put all post IDs from the first loop in it. Code explanation.

Source: Link How to: Use two (or more) loops without duplicate posts5 3. The problem. The solution. 4. The problem. How to: Integrate a pagination in your WordPress theme. WP-PageNavi WP-PageNavi is a WordPress plugin, created by Lester Chan, in order to display a page navigation instead of the “previous” and “next” pages links. Of course, the first thing to do is to download the plugin. Once you have it on your hard drive, unzip it, then copy and paste the following files to your theme directory: wp-pagenavi.phpwp-pagenavi.css Editing the files Open the file where you want the pagination to be displayed (index.php, categories.php or search.php). Replace this part by the code below: If you save the file and refresh the theme page now, nothing will happen. Function wp_pagenavi($before = '', $after = '') { global $wpdb, $wp_query; We have to call the pagenavi_init() function, so let’s do it that way: function wp_pagenavi($before = '', $after = '') { global $wpdb, $wp_query; pagenavi_init(); //Calling the pagenavi_init() function Now, refresh your theme file: The pagination is displayed well, but it don’t look that good.

<link rel="stylesheet" href="<? WordPress SEO: How to optimize the title tag for search engines. 10 tricks to make your WordPress theme stand out. Guest post by Alex Denning, a Twitter fan who recently launched his new blog, Nometech.com, where he blogs about WordPress, blogging and web design. After just releasing my first WordPress theme, NomeBlog, I thought I’d share the experience I’ve learnt with you guys on CatsWhoCode. The problem: there are so many WordPress themes out there these days that it is hard to get noticed and stand out from the crowd. The solution: create a WordPress theme that has so many unique features users will be bending over backwards to get hold of it! In this post I’m going to show you ten tricks to make your theme stand out from the very large crowd. 1. This is something that is quite easy for the user to do themselves, but I find it a very useful feature to build into any theme. 2.

Making your theme ‘SEO ready’ is another necessity. <? 3. This hack will really make your theme stand out. You’ll need to tell your theme’s users how to get this set up. <php if ( ! 4. 5. <? Source - NomeBlog theme 6. <? 7. . 8. 22 Mixed Quality Wordpress Hacks | Tutorials. WordPress needs no introduction among designers and writers. It’s usually known as a synonym for blogging. Now days every other WordPress blogs look more or less similar, to stand uniquely out from the rest, you need to tweak it a little bit by using quality hacks.

You all must’ve known that the new version v2.8 is already arrived and most of you going to update your WordPress to v2.8 anyway. So, it’s a right time to implement some new hacks also. Of Course, WordPress Codex is always the best place to learn about WordPress and its tweaks. One of the greatest things about blogging is the immediate feedback a blogger can get from his or her readers.

You may be interested in the following related articles as well. Feel free to join us and you are always welcome to share your thoughts that our readers may find helpful. Don’t forget to and follow us on Twitter — for recent updates. Post Related Hacks 01. 02. There are many ways by which you can show popular posts to your readers. 03. 04. 05. 06.

So you want to create WordPress themes huh? Blog | Michael Tyson. Portfolio Theme. 130 WordPress Plugins You Could Ever Need: The Best Of: Part 2 | Graphic and Web Design Blog. This is Part 2 of these article series – again I needed to separate those articles, otherwise I couldn’t post them online. So here is continued list with reminding half of plugins. And You’ve got also bonus plugins at the end of the post..well not really bonus, but I didn’t find these mentioned everywhere else, but these are really worth checking out! So enjoy the list and feel free to add more plugins, if you know any! And yes..thanks for patience and hopefully You’ll find these useful! RSS Plugins 77. RSS Signature – Plugin provide a simple administration interface to allow the addition of a custom tagline, signature or © copyright message to the WordPress generated rss feeds. 78. 79. 80. 82.

Image Related, Portfolio, Slideshows 83. 84. 85. 86. 87. flickrRSS – This plugin allows you to easily display Flickr photos on your site. 88. 89. 90. Database Related Plugins 91. 92. Archive Plugins 93. 94. 95. Speed Up Your Blog! 97. 98. Advertising Plugins 99. 100. 101. 102. 103. 104. 105. 106. 107. 130 WordPress Plugins You Could Ever Need: The Best Of: Part 1 | Graphic and Web Design Blog.

WordPress plugins are really great thing, because You even don’t need to know something about coding to install and use really great features, You’ve seen in professional blogs. So this list is separated in parts, so You can easier catch plugins You are interested in. If You’re interested for example in SEO, just check out SEO part and get the best plugins there are optimizing Your blog. With thee plugins I think You shouldn’t need to worry about plugins for some time. Administrative Plugins 1. WordPress.com Stats – Installing this stats plugin is much like installing Akismet, all you need is to put in your API Key and the rest is automatic.

Once it’s running it’ll begin collecting information about your pageviews, which posts and pages are the most popular, where your traffic is coming from, and what people click on when they leave. 2. 3. 4. 5. 6. 7. 404 Notifier – This plugin logs 404 hits on your WordPress powered site and will notify you of them via e-mail or in an RSS feed. 8. 9. 140+ Brilliant Free Wordpress Themes Around | Showcases. WordPress! Is an award-winning CMS, which enables you to build Blogs, Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made WordPress the most popular blog software available. Best of all, WordPress is an open source solution that is freely available to everyone. There are hundreds of WordPress themes online waiting to be paid for. Some of them are worth it, some are not. Just because many of our followers decided to stay with Premium themes, that doesn’t mean Free Themes are ugly, cluttered, and boring.

We all know that we’re going to use our blog as a tool to promote our business, so we need to have a clean, professional, corporate look. Please visit their authors’ sites, available at the “Official Link”, to learn more about each of these themes in terms of various features including good usability, organization, attractive use of graphics, cross-genre appropriateness and even search engine optimization. 01. 02. 03. 04. 05. LinkWithin. My Wordpress Cheat Sheet. I know that there are many resources regarding this topic but there are never enough. This post is dedicated to small snippets from WordPress that will make your life easier. Or maybe my life easier and in this case I want to have them in one single post. In a way I’m trying to help you and in another I’m trying to organize this stuff for myself. Theme Structure If you want to create a WordPress theme, these following files must be included in order to be a standard theme.

Header.php - header section index.php - main section sidebar.php - sidebar section footer.php - footer section single.php - post template page.php - page template comments.php - comments template search.php - search content searchform.php - search form archive.php - archive functions.php - special functions 404.php - error page The Loop You will often see “the loop” as reference in many tutorials or samples.

<? Note: the space in front of ? Template Include Tags Template Bloginfo Tags < ? WordPress Conditional Tags < ? WordPress Websites | WordPress Gallery | Blog Designs | Designer Inspiration | We Love WP. Theme Reviewer. Na zdi - Blog nejen pro webdesignery. Archive | Themes. “Elegant Grunge” Wordpress theme | Michael Tyson. Make your own Word Press Theme | AlteredTemplates. 10 Essential WordPress Plugins to Start Your Blog (and Why) WordPress e-Commerce Plugin | Instinct Entertainment.

Function Web Design &amp; Development. How To Create WordPress Themes From Scratch. 50 Beautiful Free WordPress Themes.