0

WordPress.com Introduces Import from Posterous 09 February 2010 at 12:00 by Rewrite content

Having several blogs can be a bit harder to maintain, and micro blogging casework like Posterous and Tumblr accommodate a quicker way to column agreeable to the web. However, WordPress has added appearance which are agnate to Posterous, in the anatomy of posting by email to WordPress.com blogs.

Posterous Importer Wordpress

If you accept started application that affection and are searching to acceptation abstracts from your old Posterous blog to your WordPress.com blog, you will now be able to do it application the Posterous importer. To acceptation agreeable from your Posterous blog to WordPress, login to your dashboard and go to Tools -> Import, bang on the hotlink for Posterous importer to getting the action of importing abstracts to your WordPress.com blog.

More advice and data at the Official WordPress.com blog.

+ WordPress.com Introduces Import from Posterous By Rewrite content 09 February 2010 at 12:00 and have No Comments

Having several blogs can be a bit harder to maintain, and micro blogging casework like Posterous and Tumblr accommodate a quicker way to column agreeable to the web. However, WordPress has added appearance which are agnate to Posterous, in the anatomy of posting by email to WordPress.com blogs.

Posterous Importer Wordpress

If you accept started application that affection and are searching to acceptation abstracts from your old Posterous blog to your WordPress.com blog, you will now be able to do it application the Posterous importer. To acceptation agreeable from your Posterous blog to WordPress, login to your dashboard and go to Tools -> Import, bang on the hotlink for Posterous importer to getting the action of importing abstracts to your WordPress.com blog.

More advice and data at the Official WordPress.com blog.

+ iSocialize Blog WordPress Theme By Rewrite content 09 February 2010 at 10:59 and have No Comments

iSocialize is a simple blog appearance WordPress affair from new bartering WordPress affair adventure Giant Themes. The affair includes a logo changer, auto thumbnail resizing, amusing profiles bar, and 4 colour arrangement options. Features Logo changer: add your logo url & the admeasurement of the logo 4 colour arrangement options Google analytics Timthumb’s angel resize Drop down aeronautics menus Social profiles ...

+ Where Is The Line Drawn? By Rewrite content 09 February 2010 at 03:07 and have No Comments

Cory Miller who is one of the guys abaft iThemes.com has appear a long but accomplished piece apropos his thoughts on why there needs to be a bartering WordPress plugin market. Honestly, I anticipate Cory’s column has been the best on the accountable and I don’t disagree with abundant of what he said. In agreement of acknowledging the bartering absorption of plugin authors from the plugin repository, there are a lot of questions that allegation to be answered. We already apperceive that affair authors who advertise their capacity beneath the GPL authorization accept been adored via a bartering capacity page on WordPress.org. Back in July of 2009, the BlogHerald asked Matt if the aforementioned affair would appear for plugins:

Commercial plugins are already seamlessly chip with the plugin directory.

I don’t apperceive absolutely what that agency but if we yield a attending at the page that lists the restrictions and qualifications to be hosted on the repository, there are no rules adjoin commercialization. Back bartering plugins/authors ARE absolutely allotment of the WordPress community, how should the plugin athenaeum reflect that, if at all? All plugins aural the athenaeum are chargeless of charge, so how do you accomplish a business out of that? Although it’s not listed, up-selling appears to be an adequate convenance aural the plugin but there are still no rules on how up-selling is advised acceptable. Unfortunately, this is abstract so I’m not abiding there will anytime be a accurate guideline. But users of the software can absolutely be articulate about it to accept it afflicted if they don’t like it. Other questions I accept apropos the repository:

If plugins that were advisedly accessible on the athenaeum about-face to a paid model, can they hotlink to the paid archetypal from their repo page? Column Templates is a acceptable archetype of this. *UPDATE* Apparently, this is not accustomed as Post-Template has been removed from the repository.

Can a plugin columnist hotlink to a specific abode aural the readme.txt book that tells users area they can get paid support?

Can a plugin columnist state that if the end user will be application the plugin on a bartering website, that they HAVE to buy it?

If there are abundant signs that the plugin is commercial, will donation links be removed from that plugins athenaeum page?

I don’t apperceive the answers to any of these questions and your assumption is as acceptable as abundance back the answers are not acutely accounting down in the athenaeum guidelines. What I’m anxiously apprehension for is a column by Matt himself belief in on this area of the WordPress contributor association and his thoughts on how assets of WordPress.org can be acclimated or not acclimated to abutment those efforts. He’s fabricated it bright in the accomplished that he loves to see humans authoritative a active from WordPress but he’s aswell been articulate about accepting a absolutely altered assessment of paying for capacity against paying for plugins.

+ Nexus Premium WordPress Theme By Rewrite content 08 February 2010 at 15:43 and have No Comments

Nexus is a exceptional WordPress affair from Rocket Theme. One absolutely beautiful affection of this affair is the admixture card which is a bead down aeronautics card that includes options for card icons, subtext and assorted columns (see below). The affair aswell includes 10 preset colour styles, 26 accoutrement positions, a affair ascendancy console and ...

+ WordPress Theme Releases for 02/07 By Rewrite content 08 February 2010 at 02:24 and have No Comments

Neoclassical

2-Column-Neoclassical

Two cavalcade revamped adaptation of the Neoclassical affair with abutment for automated thumbnail bearing and 125

+ How to: Related Posts with Thumbnails in WordPress without Plugins By Rewrite content 06 February 2010 at 10:21 and have No Comments

Related posts can be calmly displayed with plugins, but did you anytime admiration how you could affectation accompanying posts with a Thumbnail afterwards application a Plugin? In this article, we will allotment two altered algorithm which you can use to accomplish accompanying posts with thumbnails and abstain application any plugin.

Note: We will advance the congenital WordPress Column Thumbnail Function. So it is best if you apparatus this.

Related Posts by Tags

WordPress has this amazing anatomy accepted as “Post Tags” which you can use. You can tag anniversary of your posts with assorted keywords. This algorithm would acquisition added posts with any one of the tag that the accepted column has and will account them.

< ?php $orig_post = $post;
global $post;
$tags = wp_get_post_tags($post->ID);
if ($tags)
$tag_ids = array();
foreach($tags as $individual_tag) $tag_ids[] = $individual_tag->term_id;
$args=array(
'tag__in' => $tag_ids,
'post__not_in' => array($post->ID),
'posts_per_page'=>5, // Number of accompanying posts that will be shown.
'caller_get_posts'=>1
);
$my_query = new wp_query( $args );
if( $my_query->have_posts() )

echo '

while( $my_query->have_posts() )
$my_query->the_post(); ?>



  • < ?php the_title(); ?>


    < ?php the_time('M j, Y') ?>


  • < ?
    echo '';
    }
    }
    $post = $orig_post;
    wp_reset_query(); ?>

    The aloft cipher is searching at the accepted column ID and all tags which are associated with it and it uses the wp_query action to attending for all added posts that matches any aboriginal tag and affectation them. You can appearance the column anyhow you wish them.

    Advantage: A lot of codes on the web cannot be acclimated aural the capital column loop. Because the accompanying posts are placed appropriate afterwards the capital column and aloft the comments, this cipher is actual helpful. We are extenuative the accepted column ID of the capital bend and again abandoning it at the end of our accompanying posts code. Usually if you don’t do it this way, the two column ID codes gets alloyed up and again the comments alpha acting awe-inspiring which can breach the comments, added plugins accompanying to comments such as calculation arrangement etc. So this cipher is acceptable and it works.

    Usage: Place this cipher anywhere you like in your single.php and it will work. But a lot of of the time it is placed appropriate aloft the comments in the capital loop.

    Related Posts by Category

    This algorithm would acquisition added posts aural the aforementioned class as the accepted post, and it will account them as accompanying posts. The advantage of this address is that you will never accept a bare atom for your accompanying posts section.

    < ?php $orig_post = $post;
    global $post;
    $categories = get_the_category($post->ID);
    if ($categories)
    $category_ids = array();
    foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id;

    $args=array(
    'category__in' => $category_ids,
    'post__not_in' => array($post->ID),
    'posts_per_page'=> 2, // Number of accompanying posts that will be shown.
    'caller_get_posts'=>1
    );

    $my_query = new wp_query( $args );
    if( $my_query->have_posts() )
    echo '



  • < ?php the_title(); ?>


    < ?php the_time('M j, Y') ?>


  • < ?

    echo '';
    }
    }
    $post = $orig_post;
    wp_reset_query(); ?>

    This address utilizes the aforementioned functions as the one aloft except we are just application the altered criteria.

    If you are creating a new project, or alive on a client’s site, this could be actual helpful.

    Example

    Add Accompanying Posts with a Thumbnail in WordPress afterwards application Plugins

    Additional Sources:

    Creating a Mini Plugin to Show Accompanying Posts via Functions.php

    Query Action and Template Tags for WordPress

    How to: Accompanying Posts with Thumbnails in WordPress afterwards Plugins is a column from: WPBeginner which is not accustomed to be affected on added sites.

    + WordPress Plugin Releases for 04/02 By Rewrite content 06 February 2010 at 04:30 and have No Comments

    New Plugins

    To do list

    This plugin provides users with a agitation account feature. You can configure the plugin to accept clandestine agitation lists for anniversary user or for all users to allotment a agitation list. The aggregate agitation account has a array of settings available. You can accredit tasks to a specific user and accept alone those tasks that were assigned arresting to a user. You can aswell accredit altered permission levels application capabilities.

    Leave-a-Note Beheld Commenting

    Leave-a-Note is a plugin for Wordpress, that transforms your animadversion breadth into a beheld representation, authoritative anniversary animadversion a little post-it notes.

    PHP Browser Detection

    This plugin provides a amount of arrangement tags to get browser info, including codicillary statements to analysis for anniversary browser, versions of Internet Explorer, adaptable browsers, and iPhone visitors.

    Technical Support

    Technical Abutment for WordPress is a way to accommodate superior abutment to your clients. After ambience up a WordPress powered website for your client, install the Technical Abutment plugin, which will enhance your client’s Dashboard with a new accoutrement for appointment abutment tickets anon to your e-mail.

    OnlyWire for WordPress

    OnlyWire syndicates your blog posts to over 30 amusing networking sites *simultaneously* with one button click. Increase your blog cartage overnight.

    Geolocator

    This is a plugin that displays a “worksheet” for acceptance and researching addresses with Google Maps.

    Updated Plugins

    WP Table Reloaded

    WP-Table Reloaded enables you to actualize and administer tables in your WP’s admin area. No HTML ability is needed. A adequate backend allows to calmly adapt table data. Tables can accommodate any blazon of abstracts and added JavaScript libraries can be acclimated to extend it with appearance like sorting, pagination, filtering, and more. You can cover the tables into your posts, on your pages or in argument widgets by application a shortcode or a arrangement tag function. Tables can be alien and exported from/to CSV, XML and HTML

    Store Locator

    Effectively administer and affectation your important stores, locations, or added credibility of absorption on a website in an calmly searchable address application Google Maps.

    Twitter Goodies

    Twitter appearance Cheep Goodies Profile Accoutrement + Cheep Goodies Search Accoutrement + Cheep Integration (wp to twitter) plugin. All in One plugin for Cheep Goodies.

    DG Auto Login

    Auto-login as bedfellow or any added user you ambition in your wordpress blog from your friend, accessory or arrangement website.

    WP htaccess Control

    Provides an interface to add custom htaccess rules to the htaccess book generated by Wordpress. It aswell includes Custom Author Permalink.

    + My Thoughts on Premium Plugins By Rewrite content 05 February 2010 at 05:15 and have No Comments

    Most of you accept heard by now of the departure of Lester Chan from WordPress plugin development. While he will abide to amend his plugins as needed, all abutment will be terminated.

    As a plugin columnist myself, I’m not afraid by this news. With the apple abridgement still in the pits, added plugin authors are activity the crunch. While they would like to absolution chargeless plugins for all, at the end of the day, there are bills to pay and mouths to feed.

    Within this commodity (rant?), I will go over the types of plugins I would pay for, an altercation for paying for plugins, and go over several business models I see bustling up.

    Plugins I Would Pay For

    Here are several categories that accomplish a plugin something I would pay for (yours will assuredly be different).

    An Altercation for Paying for Plugins

    In 2009, we saw the exceptional affair bazaar jump into the stratosphere.

    Jeff predicts the same for plugins in 2010.

    One affair that has consistently abashed me is that a lot of the “free plugins forever” advocates accept a altered assessment appear paying for themes. Why is that so?

    Unless you acquirement the theme’s developer license, you alone get to use the affair on one site. And if you’re like me, you apparently go through three (sometimes four) capacity a year (I’m never satisfied!).

    A plugin, however, is there before, during, and afterwards the affair switch. I can use it on added than one website (if the authorization permits), and advance it is abundant beneath of a altercation than themes.

    On my claimed site, I’ve appealing abundant had the aforementioned plugins for 3-4 years running. If I were to pay for those plugins, that’s a acceptable acknowledgment on investment in agreement of mileage.

    For those who would never accede purchasing a plugin, remember, as the abridgement gets worse, your admired plugin may be the next to get alone by its columnist for banking reasons. It’s not at all uncommon, and I would altercate that this is the rule, not the exception.

    Plugin Business Models

    Over the accomplished year, I’ve empiric several plugin business models crop up. I will go over these briefly and counterbalance in on each.

    Donation Archetypal Only

    Some plugin authors still accept to await on donations for plugins. For a boyhood of plugin authors, the bulk of donations is sufficient.

    However, I haven’t accomplished success with the donation model, even afterwards blame it heavily. My a lot of accepted plugin accustomed 1-3 donations every six months.

    Free Plugin – Allegation for Support

    While some plugin authors accept been acknowledged in charging for support, for the a lot of part, users download the plugin and move on.

    An archetype is accouterment a download hotlink for the plugin, and charging the user a cable fee for abutment forums.

    One affair I don’t like about this archetypal is that it reinforces the actuality that the time to yield coding/updating the plugin is trivial. Sure, abutment takes up time, but advancement the plugin takes up a lot of time also.

    Free Plugin – Allegation for Add-ons

    Another archetypal I’ve apparent is a plugin getting provided for free, but add-ons for the plugin are an added fee.

    If the plugin proves accepted enough, and the add-on is a must-have, you’ll acceptable acquisition abundant success with this model.

    The time you spent coding the “base” plugin will be account by the assets you accept from the add-ons.

    One-time Fee for Plugin – Added for Support

    Another archetypal I’ve witnessed is the user getting answerable a set fee for the plugin. If the user wants support, the user accept to subscribe to a appointment of some sort.

    I alone disagree with this archetypal as the user generally pays added for abutment than what the absolute plugin is worth.

    It’s aswell my assessment that if you allegation for a plugin, abutment accept to be included.

    One-time Fee for Plugin – Abutment Included

    A archetypal I’m addicted of is just absolute charging a fee for the plugin with abutment included.

    The downside of this archetypal is that the user should apprehend a college price. Back the user is paying alone one time, the college amount compensates for all the abutment the user is accepted to accept over the lifetime of the plugin.

    Typically the amount goes college for added website licenses, as abutment is accepted to increase.

    Subscription Based Model

    A subscription-based archetypal allows you to advance costs beyond all of the subscribers. The ambition actuality is to accretion as abounding subscribers as accessible by charging a low price.

    As a result, abutment and advancement costs will be advance amidst all subscribers, area anniversary subscriber gets the all-embracing benefit. And back some subscribers will stick about for the next announcement period, there is connected revenue.

    One affair to cover is to accept a “Buy Out” option, which will acquiesce users a lifetime cable for a set fee. This is the One-time Fee option, so the amount will be badly college than a cable cost.

    I alone chose this archetypal for my aboriginal exceptional plugin and it has been adequately acknowledged so far.

    Conclusion

    Within this post, I went over the types of plugins I would buy, my affidavit for purchasing a plugin, and the assorted models I’ve apparent crop up.

    I would adulation to apprehend your thoughts on any of these topics.

    + Easily Add Multiple Content Columns By Rewrite content 05 February 2010 at 02:30 and have No Comments

    Craig Buckler of SitePoint.com published a accurate guide today on how to breach WordPres agreeable into 2 or added columns. The account dives into assorted functions and ambit with use of the Apprehend Added tag but aural the comments of the post, anyone mentioned a plugin alleged WP Cavalcade Columns by Sam Burdge. I downloaded the plugin and to my surprise, it works actual able-bodied and does not crave any cipher editing. The abracadabra lies aural the shortcodes that charge to be amid into the content. For example, if you capital two columns aural your content, you would use the afterward shortcodes.

    [column width="47%" padding="6%"] Cavalcade 1 agreeable goes here. [/column]
    [column width="47%" padding="0"] Cavalcade 2 agreeable goes here. [/column]
    [end_columns]

    There are shortcodes for up to four columns aural the content. I’ve rarely appear beyond a affair or a WordPress powered website announcement agreeable in this appearance but I brainstorm it would plan able-bodied for Magazine or Newpaper blazon sites. For added advice on plugin usage, apprehend the official plugin page.

    + Moxy Premium WordPress Theme By Rewrite content 04 February 2010 at 10:20 and have No Comments

    Moxy is a exceptional WordPress affair from Rocket Theme. The affair includes 10 colour appearance options with ablaze and aphotic variations, 27 accoutrement positions, beautiful typography, different bead down menus, affair options console additional more. Features 10 Preset Styles – Ablaze / Aphotic Variations 27 Accoutrement Positions Custom Fonts New Affair Settings Page Fusion Menu RokTabs Widget RokStories Widget RokBox Widget Hilites 27 Accoutrement Positions Fully ...

    + Good Luck Lester Chan By Rewrite content 04 February 2010 at 00:59 and have No Comments

    How abounding plugins do you run on your website that were created by Lester ‘GaMerZ‘ Chan? I’m academic at atomic one or more. On WPTavern.com, I use three of them. I’ve been a huge fan of Lester anytime back I apparent his array of plugins that provided functionality I didn’t anticipate any WordPress website would wish to be without. Features such as polls, simple page navigation, and chic stats. I abstruse today that Lester is clumsy to accommodate abutment for his plugins due to a abounding time job he afresh accepted. However, he states that he will try to accumulate the plugins alive with newer versions of WordPress as time allows while aswell befitting the appointment accessible to accredit the association to advice anniversary other.

    As you all know, I accept been accomplishing WordPress plugins and acknowledging it for the accomplished 6 years. These 6 years of my life, I accept been through my polytechnic education, my civic account as able-bodied as my university education. I just accelerating from university in December 2009 and accept been searching for full-time jobs. I am offered a full-time job and will be starting plan on 1st February 2010.

    I affliction to say that I am NOT ABLE to accommodate abutment for my plugins anymore due to my full-time job commitment. I will leave this appointment accessible and let the association advice one another. However, I WILL still amend my plugins whenever I can and you still can address bugs to me via email and I will try to fix it.

    I’ve donated a block of change to Lester in the past, something he was actual abundant beholden for but there are absolutely a few articulate associates of the association that altercate Lester could accept placed all the plugins abaft a paid abutment archetypal that ability accept negated the charge for a abounding time job. I would not accept paid for anniversary alone plugin, but I would accept paid a annual fee that would awning the abutment costs of all of his accepted and approaching plugins. No one should be agitated at Lester for advancing added endeavors accompanying to his career path. Also, it’s not as if he is absolutely abandoning development and abutment for his plugins so if his abounding time job doesn’t plan out, we may actual able-bodied see some array of plugin club associates advantage from Lester in the future.

    So I wonder, what blazon of business archetypal would Lester accept to set up in adjustment for you to accede paying for both the plugin and support?