Posts Tagged ‘WordPress’

31 People To Follow On Twitter

88
responses
by
on
June 4th, 2008
in
WordPress

Twitter, the micro blogging service which allows you to submit messages that are 140 characters or less has become an excellent communications tool. A large number of people are using Twitter on a daily basis to keep up with the world as well as communicating with their friends and family members from almost any location. As luck would have it, a large number of WordPress faithful are also using Twitter. I have at times, indulged in a conversation or two with those who are making a name for themselves within the WordPress community. I use my Twitter account to pass on links to cool themes, news stories and plugins I come across via my FeedReader. With that being said, I’d like to present you with at least 30 people to follow on Twitter. Each one of these people are doing something significant within the WordPress community and some of them […]

[Continue Reading...]

Create Dynamic Sidebars

19
responses
by
on
June 2nd, 2008
in
LinkyLoo

Richard Hooper of WP Project.com has published an interesting post which explains how to create dynamic sidebars. As it stands, there is no way to assign widgets to only appear on specific pages of your WordPress Powered blog in the back end. Using Richard’s method, you can create your own sidebar.php file and assign various widgets or plugins to only show up on specific sections of your blog. This is great if you want to display a widget on a SINGLE post template versus the front page. Richard also adds that Aside from creating a dynamic sidebar, this approach breaks up your sidebar code into smaller, more manageable chunks. Perhaps we should coax Richard into turning this into a plugin in which normal users can then assign widgets to appear on certain page templates. Here is a question I have. You can use this method to assign plugins/widgets to appear […]

[Continue Reading...]

If Plugin Deactivation Breaks Your Blog

14
responses
by
on
June 1st, 2008
in
LinkyLoo

Ever deactivate a plugin, only to have it crash your blog? Typically, this will result in a “Fatal error: Call to undefined function.” which is then displayed on the front end of your site. According to John Lamansky, the reason this error occurs is because the theme is still calling on the plugin you deactivated. John Lamansky has put together a list of steps that you should perform to alleviate this issue entitled, What To Do If Plugin Deactivation Breaks Your Blog. Typically, deleting the plugin file from your plugin directory usually solves most problems. However, John’s list of steps guides you through the process of determining which bits of code from the failed plugin are causing the errors and then removing those lines of code. If you have ever gone through the experience described above, please let us know how you went about fixing the issue.

[Continue Reading...]

WordPress Plugin Releases for 5/31

8
responses
by
on
May 31st, 2008
in
WordPress Plugins

Google AJAX Libraries API Plugin The Google Ajax Libraries API Plugin is designed to make it easy to use the Google hosted libraries without the need to mess with your theme and plugin code. Get The Image This plugin will allow you to have full control over images displayed, or it takes the power of WordPress and uses its image cropping methods. MW Adminimize This plugin pares down the page-topping links interface that shows up on every WordPress administration page. MW Latest Tweet This one does what you’d probably guess: shows the latest tweet. Be sure to check out the release page as it offers more than just displaying the latest tweet. BT Active Discussions This is a recent comments plugin that displays customizable number of blog posts with recently updated comments. The output is very similar to phpBB’s View Active Topics and vBulletin’s Today’s Posts functions. User Rank Plugin […]

[Continue Reading...]

Ajax Edit Comments Part Deux

13
responses
by
on
May 30th, 2008
in
WordPress Plugins

Ajax Edit Comments, the Digg like comment editor written by Ronald Huereca has undergone a significant rewrite. For those that are familiar with the older versions, you’re going to be in for quite the surprise as Ronald has rewritten the plugin from the ground up. The new version contains an updated interface, numerous backend improvements and a redesigned configuration page. One of the biggest changes I noticed with the new version is that you no longer can double click on the comment text to edit it inline. Instead, you click on an Edit link. After clicking the edit link, you’re presented with a screen similar to this one: Another visual change are the buttons/links that appear underneath every comment. The buttons give you access to edit the comment, moderate the comment, mark the comment as spam or deleting the comment. That comment interface looks little like this: In my opinion, […]

[Continue Reading...]

Matt M On WordPress Weekly

4
responses
by
on
May 27th, 2008
in
Podcasting, WordPress

Matt Mullenweg and surprise special guest, Andy Peatling of the BuddyPress project stopped by for a one hour live interview on the WordPress Weekly Podcast. Within this interview, a number of questions were answered in regards to WordPress Trademark and logo usage, status updates on Akismet, Bbpress, TalkPress, BuddyPress, WordPress.com, WordPress.org, Theme Repository, Gravatar, the role that Warwick will play within Automattic, an explanation as to how the 2.5 administration redesign became a reality, how much influence do the end users of WordPress have on the development of the project, and last but not least, we discussed the Google Gears implementation into WordPress 2.6. The interview was conducted by yours truly. I apologize up front for the first 15 minutes of the show. While the interview was taking place, a chord on the speaker phone device was accidentally pulled out, causing it to reboot. Matt later called in with his […]

[Continue Reading...]

WordPress Plugin Competition Q&A

2
responses

How do I start writing on the Plugin Blog and submit my ideas for feedback from readers? After you have registered yourself on the Plugin Blog or if you already have a registration but do not have author permissions, please contact us with your details and a little information about the plugin(s) you are planning to enter into the competition and we will enable your account. This is a security precaution and we apologize for any inconvenience. When should I submit my plugin? We recommend that you submit your plugin to us at the end of the competition. This will give you enough time to test the plugin for any bugs and resolve them. You will have time to look into feature requests from your visitors. This will also ensure that you don’t need to submit multiple bugfixes to us. We prefer receiving a single final version for our records. […]

[Continue Reading...]

24 Ways To Contribute To WordPress

46
responses
by
on
May 19th, 2008
in
WordPress

WordPress is great, nothing new there. However, outside of creating themes or plugins, most people don’t believe they can help contribute to the development of WordPress. This notion is wrong and this post will describe at least 24 different ways in which anyone from joe schmoe to WP-Pro can contribute to the development of WordPress. Helping out the WordPress project comes in two flavors, direct and indirect. Hopefully, after reading this article, you’ll see one or two things in which you feel you can do to contribute to the project.

[Continue Reading...]

How To: Avoid Duplicate Posts

28
responses

A reader writes in: I’m developing a new theme and I’m having trouble getting duplicate posts from showing when running two loops (one standard loop and one from a specific category). Even when I copied the specific code from directly from the codex, it was not working. The Codex article the reader mentioned was regarding the Loop. Although the example shows how to avoid a single duplicate post, it doesn’t show how to avoid duplicating multiple posts. Here’s how to show two individual loops without duplicating posts in either loop. Step 1: Add a ‘posts_where’ Function A WordPress filter is needed to accomplish this, and we’re going to be tapping into the ‘posts_where‘ filter. The reason being is we need to modify the query used for the loop and exclude some posts. Here’s the function we’ll be using called post_strip: function post_strip($where) { global $myPosts, $wpdb; $where .= " AND […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php