background preloader

Wordpress

Facebook Twitter

Color

Sla. Story Photos › Log In. What is My WordPress Feed URL? For future reference, this article covers each of the many ways to access your WordPress-generated feeds.

What is My WordPress Feed URL?

Several different URL formats are available for the various types of WordPress feeds — posts, comments, and categories — for both permalink and default URL structures. For each example, replace “ with the URL of your blog. Note: even though your blog’s main feed is accessible through many different URLs, there are clear benefits to using a single, consistent feed URL throughout your site. WordPress Post-Feed Formats for Permalinks If you have permalinks enabled on your site, your main-content (posts) feed is accessible via the following URLs, depending on which feed format you would like to use: (RSS 2.0 format) (RSS 2.0 format) (RSS 0.92 format) (RDF/RSS 1.0 format) (Atom format) WordPress Post-Feed Formats for Default URLs (non-permalink) By default, your main-content (posts) feed is accessible via the following URLs, depending on desired format: Display your Default Post-Feed URLs <? 24 Impressive Blog Plugins You Should Consider. One of the great things about blogging is how easy it is to set up a blog on any of the multitude of blogging platforms.

24 Impressive Blog Plugins You Should Consider

While there are many options for building your blog, one of the most popular platforms is WordPress.org. However, what you get when you set up a WordPress blog can be pretty basic depending on the theme you choose. To make your new blog sing and work for you, it’s a good idea to install some key plugins. Photo credit: Shutterstock.com Plugins extend and expand the functionality of your WordPress blog.

Which Plugins Should You Use? When it comes to plugins, how do you choose which to add to your blog? To come up with this list, I asked my Facebook fans for suggestions. Popular plugins fall into a couple of categories: those that enhance your readers’ experience, and those behind the scenes that help you with blog management and optimization. How to Install Plugins For the sake of brevity, I picked a finite number to feature. The Impressive Plugins #1: Audio player:

Create Your Own WordPress Theme from an HTML Template. WordPress has become the most widely used blogging platform in the world, estimated to be used on a quarter of a billion websites online today. WordPress works as a blog, but also as a straightforward content management system, ready to use with search-engine-friendly URLs and fully valid HTML and CSS.With so many sites using WordPress and only about 1,200 themes listed on WordPress.org, there are inevitably lots of sites looking exactly the same.

You and your clients need to stand out, or end up being branded as “just another WordPress blog.”In this article, I’ll show you how to take an existing HTML and CSS site template and convert it into a theme for WordPress. Of course, WordPress theming is much too vast a topic to cover entirely in a single article, so I’ll provide you with some resources at the end to further your learning. WordPress Theme Basics WordPress themes live in a folder inside the /wp-content/themes/ directory in your WordPress installation.

A main CSS file. Best practices for WordPress coding. Think International When coding a WordPress theme or plugin, you have to think about those that doesn’t speak English.

Best practices for WordPress coding

Using the PHP language, two very useful functions are available for you to create a translatable theme or plugin: The first is the function _e(), which prints on screen the desired text, translated into the user language: _e("Text to translate", "textdomain"); 55+ Most Wanted WordPress Tips, Tricks, and Hacks. There are times when you come across a feature in a blog, and you just start thinking to yourself: How can I get this in my WordPress blog/site as well. Everybody have experienced this feeling. Sometimes you know you want it, and don’t know where to look for, or even what to look for.

In this article we will be sharing some of the most wanted WordPress Tips, Tricks, and Hacks that you will definitely find useful. These tutorials are classified under various skills level. For some tutorials, you will need to know basic HTML and some WordPress Knowledge. WordPress Theme Cheat Sheet for Beginners 1. This is one of the most wanted hacks that users want to know how to accomplish. You can change the template name. Once you have published this page go to Settings » Reading in your admin panel. And select your page to be the homepage.

10 Useful WordPress Coding Techniques « Smashing Magazine. Quick summary ↬ Since last year, the WordPress themes market has grown incredibly.

10 Useful WordPress Coding Techniques « Smashing Magazine

The reason? Great designs, of course, but also a lot of amazing new functionality. Top WordPress developers are always looking to get the most out of WordPress and use all of their knowledge to find ways to make their favorite blogging engine even more powerful. In this article, we have compiled ten useful WordPress code snippets, hacks and tips to help you create a WordPress theme that stands out from the crowd. 1.