how to create news website using wordpress for free

Many people created the news site with wordpress platform.  I will help to create the news site using worpdress platform. With wordpress you can handle too much traffic. There are too many examples of news portals which created with wordpress. Mashable.com is one example of news portal. But recently they changed there platform from wordpress but for many years they used wordpress platform.

Many people created the news site with wordpress platform. we will show, how to create news website using wordpress for free. free wordpress themes for news.

how to  create news website using wordpress for free

There are so many free wordpress themes which are great for news sties. You can easily create the news site using wordpress.

For creating the news site with wordpress, I recommend to use the some wordpress plugins.

Liveblog

Your readers want your updates as quickly as possible, and we think we provide the easiest and the most flexible publishing environment to make that happen. Sometimes though, that’s just not enough.

When you’re covering a fast-paced event — the latest Apple unveiling, an F1 Grand Prix, or the Super Bowl — a full blog post for each individual update is a poor experience for your authors and your audience.

Features:

  • Post updates right from the front-end of your site (no need to use the /wp-admin dashboard)
  • Viewers of your Liveblog get new entries served to them instantly and automatically, without needing to refresh their browser.
  • Your authors can drag-and-drop photos right into the Liveblog area, without needing to navigate to separate browser tabs or windows.
  • There’s no need for a separate site dedicated to liveblogging: every post can be a liveblog, even existing ones.

Co-Authors Plus

Co-Authors Plus, how to  create news website using wordpress for free
how to create news website using wordpress for free

Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box. Co-authored posts appear on a co-author’s archive page and in their feed. Co-authors may edit the posts they are associated with, and co-authors who are contributors may only edit posts if they have not been published (as is core behavior).

Add writers as bylines without creating WordPress user accounts. Simply create a guest author profile for the writer and assign the byline as you normally would.

On the frontend, use the Co-Authors Plus template tags to list co-authors anywhere you’d normally list the author.

WordPress Backup to Dropbox wordpress plugin review

wordpress database and media files backup is very important for any site and blog. There are too many site which are build on wordpress. So backup strategy is so important. Some times you do not have time to take backup of many files and then put again on other hosting service.

WordPress Backup to Dropbox wordpress plugin review

Using following plugin you can take the backup files and database backup files. We written WordPress Backup to Dropbox wordpress plugin review by our team. Using following plugin you can take the backup files and database backup files.

What is WordPress Backup to Dropbox?

WordPress Backup to Dropbox wordpress plugin review by purabtech.in
WordPress Backup to Dropbox wordpress plugin review by purabtech.in

Keep your valuable WordPress website, its media and database backed up to Dropbox in minutes with this sleek, easy to use plugin.
WordPress Backup to Dropbox has been created to give you peace of mind that your blog is backed up on a regular basis.

Just choose a day, time and how often you wish yor backup to be performed and kick back and wait for your websites files and a SQL dump of its database to be dropped in your Dropbox!

You can set where you want your backup stored within Dropbox and on your server as well as choose what files or directories, if any, you wish to exclude from the backup.

WordPress Backup to Dropbox wordpress plugin review
WordPress Backup to Dropbox wordpress plugin review

Review:

Pros:

  • Dropbox is free service upto 2gb space.
  • For small wordpress sites it is good.
  • it is cross-browser compatible.
  • It uses OAuth to keep your Dropbox account details safe
  • Simple to use, customizable backup settings
  • There are backup logs to check backup task.

Cons:

  • There is no auto sync between current uploads
  • Not useful for big and high traffic site.
  • Taking too much memory while data transfer.

Comments:

I used this plugin for some of my wordpress sites. For simple databse backup it is good but for media backup, I do not think it is good to keep data on it. If you have high traffic site then you should go for other backup strategy. Use CDN services.

Theme Check wordpress plugin review by our team

I tested the many wordpress plugins and written review about plugins. Theme check wordpress plugin is most downloaded and useful wordpress plugin for wordpress theme developers.  I am very happy about writing review about this plugin.

Theme Check wordpress plugin review

Every wp theme developers are not worried about code and there standards. we written Theme Check wordpress plugin review which will be useful for developers

Theme-Check

The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.

The tests are run through a simple admin menu and all results are displayed at once. This is very handy for theme developers, or anybody looking to make sure that their theme supports the latest WordPress theme standards and practices.

Review

Theme check is great wordpress plugin. Every wordpress theme developer should use this wordpress plugin while new wordpress theme development. Every wp theme developers are not worried about code and there standards. WP designers only look for design and CSS. But coding standards are also useful for site performance and SEO.

Theme Check wordpress plugin review
Theme Check wordpress plugin review

Checking coding standards manually is really painful and lengthy process. But using theme check plugin you can automatically check the wp coding standards.

I am using theme check plugin for last one year and this plugin has really great help to me. When ever there is new wordpress version release, you need to run this plugin and check the issues and errors. Because with every new wordpress release there are decrypted methods from wordpress.
There are recommendation and warning will be shown by this plugin which are very helpful for improving the site performance and SEO.

After using this plugin you should deactivate and delete this wordpress plugin, before pushing your site to production.

Theme check plugin is fast.  This plugin is helpful to increase the website SEO.

If you are wordpress theme developer then you should this plugin for developing the wp theme. You can use the following wordpress framework for developing the wordpress theme.

Grid978 – wordpress theme framework

After developing wordpress theme you should theme check plug-in and fix the errors and issues.

change author url without wordpress plugin

wp user want to use other url for admin user. You can easily change using wordpress hook. you can change author url in wordpress without wordpress plugin. using code you can do this. wordpress developer can use this code.

change author url without wordpress plugin

There is default username in wordpress. admin is default username in wordpress but many times user want to use other wordpress user url for admin user. You can easily do this by using following wordpress hook.

You just need to place following code in functions.php file which is your theme folder.

add_action('init', 'change_wordpress_author_url');
function change_wordpress_author_url() {
global $wp_rewrite;
$author_slug = 'new_author_url';
$wp_rewrite->author_base = $author_slug;
}

You need to choose your author url. Just replace the “new_author_url” word and put in functions.php file.

change author url without wordpress plugin
how to change the author url in wordpress without wordpress plugin

add wordpress plugin header image in WordPress Plugins listing

WordPress tutorial for plugin developers, add wordpress plugin header image in WordPress Plugins listing page. wordpress is allowing to add header image. This is very old thing still I am bringing up again. From Jan 2012 wordpress is allowing to add the wordpress plugin header image in wordpress plugin listing.

add wordpress plugin header image in WordPress Plugins listing

After adding image to assets folder to SVN root. Plugin image will appear after half hour.

To add your own header image to your plugins, follow http://make.wordpress.org/core/2011/12/21/been-giving-a-lot-of-thought-to-how/ Matt’s instructions on the dev blog. Images must be 772 by 250 pixel JPEG or PNG files. And no animated GIFs, kids.

As an experiment we’ve turned on custom hThis is very old thing still I am bringing up again. From Jan 2012 wordpress is allowing to add the wordpress plugin header image in wordpress plugin listing.

After adding image to assests folder to SVN root. Plugin image will appear after half hour.

To add your own header image to your plugins, follow http://make.wordpress.org/core/2011/12/21/been-giving-a-lot-of-thought-to-how/ Matt’s instructions on the dev blog. Images must be 772 by 250 pixel JPEG or PNG files. And no animated GIFs, kids.

As an experiment we’ve turned on custom headers for the plugin directory. If you’d like to try out this feature:

Make a 772×250 pixel jpeg or png. (No animated GIFs. 🙂 )
Check it in to your plugin’s SVN directory with the path assets/banner-772×250.(jpg|

png). Note that the assets directory is added to your plugin’s root directory, not trunk.
On the next plugin directory refresh (every 15 minutes or so) you should see your image start showing up on the page.

eaders for the plugin directory. If you’d like to try out this feature:

Make a 772×250 pixel jpeg or png. (No animated GIFs. 🙂 )
Check it in to your plugin’s SVN directory with the path assets/banner-772×250.(jpg|

png). Note that the assets directory is added to your plugin’s root directory, not trunk.
On the next plugin directory refresh (every 15 minutes or so) you should see your image start showing up on the page.
add wordpress plugin header image in WordPress Plugins listing
add wordpress plugin header image in WordPress Plugins listing

Setting default featured image using wordpress plugin

Many people using featured images in there blog or sites. Setting default featured image using wordpress plugin for every post is not possible for some times so creating the one default image and set that default image for all the posts is really good idea. Some times If you not have the default image then it is possible to break your wordpress theme or it does not look nice without featured image. In this article I will show you how to Setting default featured image using wordpress plugin.

 

Setting default featured image using wordpress plugin

Setting default featured image using wordpress plugin for post is not possible for some times so creating default image, for all posts is really good idea.

But still you want to set the default featured image using following wordpress plugin.

Default featured image
http://wordpress.org/plugins/default-featured-image/

Add a default featured image to the media settings page. This featured image will show up if no featured image is set. Simple as that.

For exceptions and to see which functions to use see the FAQ.
My chosen featured image doesn’t show, why isn’t it working?

This plugin can’t guarantee that it works. That depends on the themes. Still I want to know if it fails, so contact me
Which functions can I use to display the featured image?

The plugin uses the default WordPress functions the_post_thumbnail or get_the_post_thumbnail. has_post_thumbnail will always return true. get_post_thumbnail_id will return the ID set on the post or the DFI you set.
Can I exclude a page or give it a different image?

yes. you can exclude all kinds of things with the conditional tags. A few examples which you can paste in your functions.php

Dont use a featured image on page 5


function dfi_skip_page( $dfi_id ) {
 if ( is_single( 5 ) || get_the_ID() == 5 ) {
 return 0; // invalid id
 }
 return $dfi_id; // the original featured image id
 }
 add_filter('dfi_thumbnail_id', 'dfi_skip_page' );

Use a different image on the “book” posttype. The ID of the image is 12


function dfi_posttype_book( $dfi_id ) {
 if ( is_singular( 'book' ) || get_post_type() == 'book' ) {
 return 12; // the image id
 }
 return $dfi_id; // the original featured image id
 }
 add_filter('dfi_thumbnail_id', 'dfi_posttype_book' );

Use a different image on certain categories


function dfi_category( $dfi_id ) {
 if ( has_category( 'category-slug' ) ) {
 return 13; // the image id
 } else if ( has_category( 'other_category' ) ) {
 return 14; // the image id
 }
 return $dfi_id; // the original featured image id
 }
 add_filter('dfi_thumbnail_id', 'dfi_category' );

Can I change the HTML of the image returned?

yes you can with the filter dfi_thumbnail_html.


function dfi_add_class($html, $post_id, $default_thumbnail_id, $size, $attr) {
 // add a class to the existing class list
 $attr['class'] .= ' my-class';

return wp_get_attachment_image( $default_thumbnail_id, $size, false, $attr );
 }
 add_filter( 'dfi_thumbnail_html', 'dfi_add_class', 10, 5 );

First thing you need to do is install and activate the Default Featured Image plugin. Upon activation, the plugin adds an option under Setttings » Media to choose a default image.

Setting default featured image using wordpress plugin
Setting default featured image using wordpress plugin

show related posts wordpress without plugin using category

How to show related posts wordpress without plugin using category. Showing related article in wordpress site is always good for users to attract visitors.  In many blogs people are showing the related or linked articles. Showing similier or related articles will increaze your site SEO. show related posts without wordpress plugin using category in wordpress site is always good for users to attract the visitors.

show related posts wordpress without plugin

More visitor will visit your site. For showing the related articles you need copy following code into your functions.php file.

[viral-lock message=”Code is Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]

// "Similier Articles"
function wpapi_more_from_cat( $title = "Similier Articles:" ) {
    global $post;
    // We should get the first category of the post
    $categories = get_the_category( $post->ID );
    $first_cat = $categories[0]->cat_ID;
    // Let's start the $output by displaying the title and opening the <ul>
    $output = '<h3>' . $title . '</h3>';
    // The arguments of the post list!
    $args = array(
        // It should be in the first category of our post:
        'category__in' => array( $first_cat ),
        // Our post should NOT be in the list:
        'post__not_in' => array( $post->ID ),
        // ...And it should fetch 5 posts - you can change this number if you like:
        'posts_per_page' => 5
    );
    // The get_posts() function
    $posts = get_posts( $args );
    if( $posts ) {
        $output .= '<ul>';
        // Let's start the loop!
        foreach( $posts as $post ) {
            setup_postdata( $post );
            $post_title = get_the_title();
            $permalink = get_permalink();
            $output .= '
<ul>
	<li>permalink . '" title="' . esc_attr( $post_title ) . '">' . $post_title . '</li>
</ul>
';
        }
        $output .= '</ul>';
    } else {
        // If there are no posts, we should return something, too!
        $output .= '<p>Sorry, this category has just one post and you just read it!</p>';
    }
    echo $output;
}

[/viral-lock]

After that open your single.php file and use following code.

wpapi_more_from_cat();
show related posts wordpress without plugin
show related posts wordpress without plugin

Using above code you can show the related articles in your wordpress site.

Jetpack by WordPress.com wordpess plugin review

Jetpack is most popular wordpress plugin. Jetpack is downloaded more then 5 millions times. we have written Jetpack by WordPress.com wordpess plugin review.

Jetpack by WordPress.com

wordpress jetpack has following features:

  • Simple, concise stats with no additional load on your server. Previously provided by WordPress.com Stats.
  • Email subscriptions for your blog’s posts and your post’s comments.
  • Social networking enabled comment system.
  • Likes, allowing your readers to show their appreciation of your posts.
  • Monitor and manage your site’s activity with Notifications in your Toolbar and on WordPress.com.
  • Simple, Akismet-backed contact forms.
  • The WP.me URL shortener.
  • Hovercard popups for your commenters via Gravatar.
  • Easily embedded media from popular sites like YouTube, Digg, and Vimeo.
  • The ability to post to your blog from any email client.
  • Integration with and automatic posting to your favorite social networks including Twitter, Facebook, Tumblr, and LinkedIn.
  • For the Math geeks, a simple way to include beautiful mathematical expressions on your site.
  • A widget for displaying recent tweets. Previously provided by Wickett Twitter Widget
  • Your readers can easily share your posts via email or their favorite social networks. Previously provided by the Sharedaddy WordPress plugin.
  • Your writing will improve thanks to After the Deadline, an artificial intelligence based spell, style, and grammar checker. Previously provided by the After the Deadline WordPress plugin.
  • With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata.
  • A CSS editor that lets you customize your site design without modifying your theme.
  • A mobile theme that automatically streamlines your site for visitors on mobile devices.
  • Mobile push notifications for new comments via WordPress mobile apps.
  • The ability to allow applications to securely authenticate and access your site with your permission.
  • Creative formats for your image galleries: mosaic, circles, squares, and a slideshow view.
  • Add post sliders and other highlights to your theme with Featured Content.
  • and many more to come!

Jetpack by WordPress.com wordpess plugin review:

  • This plugin is useful for wordpress hosted and self hosted plugins.
  • Jetpack plugin has easy to configure
  • You do not need to technical knowledge to configure the Jetpack
  • It adds multiple widgets and features to your site like plus added extras, like Contact Me forms, Subscribe to this blog via Email Form, RSS feed widgets, and enough website stats
  • Only bad part about plugin is, You need to worpdress account for activating this plugin
  • This is plugin is secure and safe because it is owned by wordpress.com itself
  • Some features are not in Jetpack plugin like – photon – It will add wp.com domain in every image URL.

 

Jetpack by WordPress.com wordpess plugin review
Jetpack by WordPress.com wordpess plugin review

How to create custom shortcode for wordpress site

There are many wordpress plugins which using the shortcode. But you easily create custom shortcode for wordpress site. there is no need of external plugin.

custom shortcode for wordpress

Since Version 2.5 WordPress support so called Shortcodes. They have been introduced for creating macros to be use in a posts content. Many people looking for how to create the shortcode in wordpress using theme. It is very easy to build shortcode in wordpress. I given very simple code sample for creating the custom shortcode.

For more information visit following page.

For creating the custom shortcodes you need add following method in functions.php file which is located in your theme folder.


function myshortcode(){
 return '<img src="http://images.purabtech.in/How-to-make-empty-the-wordpress-trash-automatically.png">';
}
add_shortcode('myshortcode', 'myshortcode');

custom shortcode for wordpress
custom shortcode for wordpress

you can change the return text or shortcode name aslo.

How to show featured image in wordpress admin panel list

Featured images are very important feature of wordpress. Many blogger use the featured images on top. With watching the featured images user got idea about blog post or your article. Some time we miss to upload the featured image.

How to show featured image in wordpress admin panel list

But in post list cannot able to see the featured image in admin panel.

I found very nice wordpress plugin which is helpful to show the featured image in admin panel.

Featured Image Column – Adds a column to the edit screen with the featured image if it exists.

This plugin has no options. It simply adds a column before the title (far left) the show’s the posts featured image if it’s supported and/or exists.

Add a defualt image simply by filtering you own image in. Use featured_image_column_default_image or filter your own CSS by using featured_image_column_css.

Add support for a custom default image

How to show featured image in admin panel list - in post list - for wordpress
How to show featured image in admin panel list – in post list – for wordpress
function my_custom_featured_image_column_image( $image ) {
    if ( !has_post_thumbnail() )
        return trailingslashit( get_stylesheet_directory_uri() ) . 'images/featured-image.png';
}
add_filter( 'featured_image_column_default_image', 'my_custom_featured_image_column_image' );

Add your own CSS to change the size of the image.

/**
 * @use '.featured-image.column-featured-image img {}'
 */
function my_custom_featured_image_css() {
    return trailingslashit( get_stylesheet_directory_uri() ) . 'css/featured-image.css'; //URL to your css
}
add_filter( 'featured_image_column_css', 'my_custom_featured_image_css' );

I found this plugin is really helpful to me. Using this plugin I can easily check the featured image.