‘WordPress Tips’ Category

Super Secret WordPress GangSign

13
responses
by
on
August 28th, 2007
in
WordPress, WordPress Tips

So after an email conversation with Tony, I was reading the Sphere blog this morning and noticed Matt giving Cisco, IBM and indeed the rest of the world a glimpse at the Super Secret WordPress Gangsign. Word! Thanks to Tony for the picture.

[Continue Reading...]

Localizing a WordPress Plugin Using poEdit

34
responses

Localizing a WordPress plugin enables your plugin to reach widest possible audience. Fortunately, WordPress makes it rather simple for plugin authors (and theme authors) to ensure their work is available in many languages. This post will go over the steps that are necessary from a plugin author’s end to make it easy for others to translate a plugin. For those then wishing to translate, I will go over a program called poEdit, which will allow you to translate the plugin for your use and for others. The Benefits of Localizing a Plugin The more languages your plugin is in, the more people that can download and understand it. If a plugin is popular enough, you’ll have people volunteering to translate in order to adhere to a different part of the world. The hard way would be someone going through your code after each release and translating word for word. However, […]

[Continue Reading...]

The “More” Tag on a WordPress Page

31
responses

Nathan Rice wrote about WordPress’s ability to make any page a homepage. One problem I ran into using the technique of pages was the inability to use the <!–more–> tag to display partial posts. Apparently this is default behavior (for good reason) on pages. However, when using Nathan’s technique, I found myself in a unique situation where I only wanted to show a partial post (on a page) if the post was making use of the <!–more–> tag (apparently, I’m not alone). The technique is rather simple. Simply declare a variable named $more as a global and set it to false right before showing your content. If you wish to resume normal behavior after the content is shown, simply set the variable back to true. <?php global $more; $more = false; ?> <?php the_content('Continue Reading'); ?> <?php $more = true; ?>

[Continue Reading...]

Listing Your Plugin at the WordPress.org Plugin Directory

50
responses

With the WordPress Plugin Competition 2.0 in full swing, some plugin authors may want to have their plugin listed at the official WordPress.org Plugin Directory. Within this post I will go over the steps necessary to get your plugin hosted by WordPress. This tutorial is for Windows users, but I will link to other tutorials as they become available based on other operating systems. The WordPress directory uses Subversion, which won’t be covered in detail here (you don’t need to know Subversion to follow this tutorial). The tutorial covers adding a plugin I wrote called Feed Styler into the plugin directory. I apologize in advance for the plug, but I wanted to provide a real-world step-by-step example of adding a real plugin. 1. Get a WordPress.org Account Get over to the WordPress support page and register as a user. You will need to be registered in order to list your […]

[Continue Reading...]

Global Variables and the WordPress Loop

40
responses
by
on
June 6th, 2007
in
WordPress FAQs, WordPress Tips

My name is Ronald Huereca and am a new author here at WLTC. I come from a technical and business background with a degree in EET and a MS in Business Administration. I hope to share with the WTLC readers some of little intricacies of WordPress, whether it be theme or plugin related. I have written a few plugins, one called Feed Styler and the other Ajax Edit Comments. I currently write for my personal blog, the Reader Appreciation Project, and Devlounge. I am open to any and all feedback, so if there is something you’d like to see me write about, please let me know. When coding a WordPress plugin, one thing that must be quickly mastered is that of the WordPress loop and global variables. Once mastered, a plugin author can tell which global variables are accessible, and which are not. With certain WordPress Action and Filters, it’s […]

[Continue Reading...]

Radio to WordPress Migration

4
responses
by
on
April 29th, 2007
in
LinkyLoo, WordPress FAQs, WordPress Tips

Radio to WordPress Migration: Scott writes out some instructions on how to migrate from Radio Userland to WordPress in the process of finally migrating to WordPress himself. I found some resources in the WordPress wiki that needs serous TLC but Scott’s instructions might help some people. He uses a tool from Steve Hooker called backLogAllRSS but had to hack the code for things to work to his liking and he promises to share the code 😉 . Welcome to the world of WordPress, Scott!

[Continue Reading...]

Faster blogging through Markdown

8
responses
by
on
April 11th, 2007
in
LinkyLoo, WordPress Tips

Faster blogging through Markdown takes you through writing posts using Markdown. Markdown is an easy to use plugin that lets you use simple text to automatically generate HTML for ordered lists, italics, bold, blockquotes etc.

[Continue Reading...]

WP SEO Tips: To Follow or Not to Follow

42
responses
by
on
April 10th, 2007
in
WordPress Tips

Geared specifically at Google, today we are talking about the NOFOLLOW tag. There are dozens upon dozens of articles written on “should we use nofollow?” or “shouldn’t be we using nofollow?” among other questions as well. Today I am tackling the issue myself. NOFOLLOW is a tag that Google created as a means to fight back against spam on blogs. As of today, Google is the only search engine actively using the tag as an integral part of their algorithm. The NOFOLLOW tag simply tells Googlebot to not follow — aka don’t give any link love — to the link you have on your site with that tag. Yahoo! and MSN do not care whether a link has nofollow or not, they will follow the link you provide them. WordPress has, by default — and for a long time now — nofollow’ed all links to authors in comments. I finally […]

[Continue Reading...]

Protected pages in WordPress

2
responses
by
on
April 6th, 2007
in
LinkyLoo, WordPress FAQs, WordPress Tips

User only/protected pages in WordPress provides a tutorial and code on creating pages that can be restricted to only logged in users of your blog. Works well if you have valuable content to read and want users to register on your blog before they do so. Remember, if your content is not valuable, you’ll find users just closing the browser window.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php