http://wpscoop.com/users/feed/rilwis en Adding Categories And Post Tags Boxes For Custom Post Type http://wpscoop.com/Wordpress-Tutorials/Adding-Categories-And-Post-Tags-Boxes-For-Custom-Post-Type <p>Categories and Post Tags boxes are built-in meta boxes that have been already registered in WordPress. We can use them not only for default posts or pages but also for custom post types as well in WordPress. And this can be done easily with argument taxonomies of register_post_type() function when registering new custom post type.</p> Wordpress Tutorials categories custom post type meta boxes post tags Sun, 04 Jul 2010 12:47:28 +0000 rilwis 3104 at http://wpscoop.com 5 Ways To Include Template Files In WordPress http://wpscoop.com/Wordpress-Tutorials/5-Ways-To-Include-Template-Files-In-WordPress <p>Separating a repeatitive code into a file is a good way to organize and manage code. It keeps our code cleaner, easier to read. All these files can be put in a current theme folder or subfolder to make a good structure. This is a very popular principle in software development: Don't Repeat Yourself (DRY) or Duplication is Evil (DIE).<span class="read-more"><a href="/Wordpress-Tutorials/5-Ways-To-Include-Template-Files-In-WordPress"><strong>read more</strong></a></span></p> Wordpress Tutorials file include template theme Wed, 30 Jun 2010 09:08:39 +0000 rilwis 3089 at http://wpscoop.com Fix URL Error In W3 Total Cache http://wpscoop.com/Wordpress-Hacks/Fix-URL-Error-In-W3-Total-Cache <p>W3 Total Cache is a wonderful cache plugin for WordPress that decrease server load by serving cached (static HTML) files. I'm using it in all my blogs. It works properly except one thing that I discovered today. The problem is when I type my domain without "www", W3 Total Cache redirects to a weird URL like /wp-content/w3tc/pgcache/_default_.html.gzip instead of the root URL with "www".<span class="read-more"><a href="/Wordpress-Hacks/Fix-URL-Error-In-W3-Total-Cache"><strong>read more</strong></a></span></p> Wordpress Hacks fix url error w3 total cache Fri, 25 Jun 2010 18:49:15 +0000 rilwis 3068 at http://wpscoop.com WordPress 3.0 Is Available - Upgrade Now http://wpscoop.com/Wordpress-News/WordPress-3-0-Is-Available-Upgrade-Now <p>It's about half a month since the first RC of WordPress was released, today the third major version is available for download. This release includes (and improves) some interesting features that already been developed since RC version</p> Wordpress News Wordpress 3.0 Fri, 18 Jun 2010 05:39:29 +0000 rilwis 3043 at http://wpscoop.com Prevent SQL Injection Attacks In WordPress http://wpscoop.com/Wordpress-Tutorials/Prevent-SQL-Injection-Attacks-In-WordPress <p>SQL injection is a very popular technique to hack into database of a website by using incorrect user input with unescaped characters. It occurs when developer designs a bad database layer for an application. In WordPress, the database layer is $wpdb class, which is well-designed for this purpose.<span class="read-more"><a href="/Wordpress-Tutorials/Prevent-SQL-Injection-Attacks-In-WordPress"><strong>read more</strong></a></span></p> Wordpress Tutorials hack sql sql injection Sat, 05 Jun 2010 14:49:14 +0000 rilwis 2987 at http://wpscoop.com WordPress: Automatically Remove Short Words In URL For Better SEO http://wpscoop.com/Wordpress-Hacks/WordPress-Automatically-Remove-Short-Words-In-URL-For-Better-SEO <p>According to Matt Cutts's answer in his interview at Pubcon, for good SEO, the URL should contains 3-5 words. If there are more than 5 words, Google's algorithms typically will just weight those words less and just not give you as much credit. So, we should keep our URL as short as possible, and remove all unwanted words.</p> Wordpress Hacks seo seo urls short words url Wed, 02 Jun 2010 20:12:11 +0000 rilwis 2960 at http://wpscoop.com Add Custom Column To WordPress Post Manage Page http://wpscoop.com/Wordpress-Tutorials/Add-Custom-Column-To-WordPress-Post-Manage-Page <p>The post manage page in WordPress shows you a list of posts with their details: title, author, categories, etc. These details give blog manager a quick summary view of the posts. Sometimes, you might want to add new custom column to this page, such as 'Views', 'Ratings' to see more statistics about posts, especially when you have installed the corresponding plugins.<span class="read-more"><a href="/Wordpress-Tutorials/Add-Custom-Column-To-WordPress-Post-Manage-Page"><strong>read more</strong></a></span></p> Wordpress Tutorials column custom column manage page post Mon, 31 May 2010 14:23:06 +0000 rilwis 2946 at http://wpscoop.com Make URL Clickable In WordPress http://wpscoop.com/Wordpress-Hacks/Make-URL-Clickable-In-WordPress <p>Sometimes, you blog post contains many links (for example a download page), then it wastes a lot of time if you make each link clickable manually. Fortunately, WordPress has a built-in function that can help us to convert every URL in plain text into a clickable link.</p> Wordpress Hacks content linkify url Sun, 30 May 2010 14:55:33 +0000 rilwis 2937 at http://wpscoop.com WordPress 3.0 RC1 Has Been Released http://wpscoop.com/Wordpress-News/WordPress-3-0-RC1-Has-Been-Released <p>After a long time awaiting, today the first release candidate (RC1) for WordPress 3.0 has been released. This version comes with almost everything done: all features finished, all bugs squashed, and all potential issues addressed.</p> Wordpress News Wordpress 3.0 wordpress 3.0 rc1 Fri, 28 May 2010 20:07:42 +0000 rilwis 2931 at http://wpscoop.com Pagination Within A Page In WordPress http://wpscoop.com/Wordpress-Tutorials/Pagination-Within-A-Page-In-WordPress <p>WordPress 3.0 is coming with 2 interesting features: custom post types and (improved) custom taxonomies. These 2 features help us to create different content (not only traditional blog posts) and classify them in many ways. To list all this content in a page like an archive page, we often use the query_posts() function in a custom page template.<span class="read-more"><a href="/Wordpress-Tutorials/Pagination-Within-A-Page-In-WordPress"><strong>read more</strong></a></span></p> Wordpress Tutorials archive custom template page pagination Thu, 27 May 2010 13:03:36 +0000 rilwis 2922 at http://wpscoop.com