background preloader

Hacks

Facebook Twitter

Bbpress

Png. 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. 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. The solution. Code explanation. 3. <? 4. 5. <? 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.

Use the link below as one of your resources: 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. 2. Have you ever been to a site and saw this cool feature? 3. 4. Replace it with: 5. 6. And replace it with: 7. 8. Source. 30 Incredibly Useful WordPress Hacks.

WordPress is without doubt one of the best publishing platforms available and it’s functionality and flexibility mean we have the ability to completely customize our installation and theme. However sometimes a plugin isn’t enough to give us the functionality we need, that’s where ‘hacks’ come in. This is a compilation of some of the best Hacks available to help unleash the full power of WordPress. 40+ Most Wanted WordPress Tricks and Hacks 14 WordPress bloggers share the hacks and plugins they are really looking for to enhance their blog in any aspect. 63 Essential WordPress Hacks, Tutorials, Help Files and Cheats A comprehensive list of the Best WordPress Tutorials, Hacks, Help Files and Cheat Sheets to make life easier and to help you expand WordPresses functionality.

Excellent WordPress Theme Hacks Selection of WordPress tricks on how to make a better WordPress theme, focusing more on the frontend development. 10 Useful WordPress Hook Hacks 9 WordPress Hacks to Encourage User Interactivity. CSS Hacks. Dealing with browser inconsistencies often makes up a majority of the work for a web designer. Sometimes there is no reasonable way to accomplish a desired layout in all major web browsers without the use of some special exception rules for certain layout engines.

Hacks necessarily lead to potential complications and should be avoided whenever possible, but when the circumstances require hacks to be used, it's best to know what your options are and weigh the consequences appropriately. The purpose of this article is to describe some of the CSS hacks, also called CSS filters, with the least significant potential consequences. In-CSS hacks Up One of the drawbacks of conditional comments is that they require changes to the HTML source. Easy selectors Most in-CSS hacks deal with selector bugs.

IE 6 and below * html {} IE 7 and below *:first-child+html {} * html {} IE 7 only *:first-child+html {} IE 7 and modern browsers only html>body {} Modern browsers only (not IE 7) Recent Opera versions 9 and below.