Forums is like basic need of current websites. Using the forums you can really give interaction to all website users. As we know many websites are building in wordpress and client want forums as part of wordpress website.
Best wordpress plugins for creating forums
No need to worry, there are really free some good plugins are available to integrate the forums in to wordpress site. Here in this article I am going to give you some really good options to install forums in wordpress websites.
So many people like black color. They looking for black and white WordPress themes. We like black themes. Here List of best free black wordpress themes, Black color is always loved by people so here I collected the very nice wordpress themes which are black.
If we kept black color in background then web page will become more attractive as graphic designers are says. I specially like black wordpress themes.
Best free black WordPress Themes – Dont miss it
Here in this article I will give information about some really cool Black WordPress themes. 1. Michael Jackson 1.0
On 19th Feb 2010 we all faced the wordpress down and that affected the 10.2 million blogs. why wordpress was down for some time on 19th 2010 due to huge amount traffic.
That is really huge amount of blogs and page views missed by wordpress. On that day itself Matt who is founder of wordpress is came up with reason. That is really great relief and news to all bloggers of wordpress.
As Per Matt: It appears an unscheduled change to a core router by one of our datacenter providers messed up our network in a way we haven’t experienced before, and broke the site. It also broke all the mechanisms for failover between our locations in San Antonio and Chicago. All of your data was safe and secure, we just couldn’t serve it.
What we’re doing: We need to dig deeper and find out exactly what happened, why, and how to recover more gracefully next time and isolate problems like this so they don’t affect our other locations.
I will update this post as we find out more, and have a more concrete plan for the future.
I know this sucked for you guys as much as it did for us — the entire team was on pins and needles trying to get your blogs back as soon as possible. I hope it will be much longer than four years before we face a problem like this again.
There is nice wordpress plugin which will help you to add alexa rank in your website. In this article, we briefly explained to get alexa rank using php code
get alexa rank using php code
if you want to check the your website ranking as per alexa so you can use the following code in your php projects. There is very nice wordpress plugin which will help you to add the alexa rank in wordpress site. In this article I given PHP code for adding the alexa rank block on any website.
“http://data.alexa.com/data” this file will return the xml format output. Using the XML output or reading xml file we can easily fetch the our or any website ranking.
Use the following function for getting the alexa website ranking.
Given code for wordpress create archive page for wordpress theme. search engine sites will look for two main file. First sitemap.xml file and archive page. First I would say somthing about archive page in any website. Archive page is very important for SEO purpose.
Create an Archive Page in your WordPress theme
If you do not having archive page in your website so you are lacking somewhere in SEO for your website. What I am going to show in this article, How to create the archive page for worpdress theme or website. In wordpress creating the archive is very easy.
Follow my steps to create the archive page in wordpress site.
Open your wordpress theme folder and copy the single.php as named archive.php
Note: dont copy index.php file as archive.php. It may have different UI and programming attribute in index.php.
Then copy archive.php as archive_template.php new file.
Open the archive_template.php file and copy paste the following code in top of file.
<?php
/*
Template Name: Archives Page
*/
?>
Again open the archive_template.php file and find the post loop. Between the loop copy past the following code.
<h1> All Archives in dropdown</h1>
<select name="archive-dropdown" onChange='document.location.href=this.options[this.selectedIndex].value;'>
<option value=""><?php echo attribute_escape(__('Select Month')); ?></option>
<?php wp_get_archives('type=monthly&format=option&show_post_count=1'); ?> </select>
<br><br>
<h1> All category</h1>
<ul><?php wp_list_cats('sort_column=name&optioncount=1') ?></ul>
<br><br>
<h1> All Archives</h1>
<ul><?php wp_get_archives('type=monthly&show_post_count=1') ?></ul>
Above code will give you the archive with dropdown and archive with category name with post count and archive with month and post count.
After doing this upload two new files to server in wordpress theme folder (archive.php and archive_template.php).
Go to your wordpress Admin panel using browser
Create the new page with title “Archive” and put some information about your website in that page.(Dont publish the page wait and follow next steps.)
Check the template section (right side under attribute section). Choose archive page as template and publish and save the page.
That sit. You are able to see the archive page for your website.
Few minutes back we just launched the Yahoo Buzz wordpress plugin. We developed the Yahoo buzz button plugin for social networking purpose. This plugin is free to download. Yahoo Buzz plugin will give you the power to connect with yahoo buzz to your wordpress blog or website.
Yahoo Buzz wordpress plugin
The yahoo Buzz will easily allows to add the yahoo buzz button your blog to be shared. this will give the admin control to where to show the yahoo buzz button in the post. This plugin has facility to choose where to show the button.
This plugin will give more control to edit and customize the CSS as per your choice for yahoo buzz button to show. This button will show the count of yahoo buzz did by the users.
Yahoo button will share your wordpress articles into yahoo buzz and this will give you more traffic to your wordpress blog. This is very SEO friendly wordpress plugin. You must add this plugin to your wordpress blog. This yahoo buzz button will give very cool look to your site also.
As we know now Yahoo is second number search engine in the world. So adding this buzz button will be helpful to become your wordpress website more socialite.
See some cool screen shots of Yahoo buzz plugin.
Admin panel Screen Shot.
Front End screen Shot
You can freely download the Yahoo Buzz wordpress from here : Yahoo Buzz
The Official Yahoo Buzz WordPress plugin URL is as follows:
Many people want to know about post category and know more information current category. Some time we need to use the first category of wordpress post. As we know we can define the multiple category to single article. So if we want retrive the wordpress category then we will get the result in simple php array format. Using that array we can easily extract the first category of post.
if we want first category than, we will get result in php array format. Using that array we can easily get first category name or id from wordpress post.
How to get first category name or id from wordpress post
In this post I will show how we can achieve that. Using following code we can get the first category ID.
Many people want to add google connect to your wordpress site. But they don’t know how to achieve that. In this article I am going to show you the step about adding the google connect to your site.
how to add google connect to your wordpress site
Google friend connect is the best feature to add in your site and increase your blog visits.
First go following URL:
http://www.google.com/friendconnect/home/
login to google friend connect.
Click on get started button and login with your gmail account.
Then click on ‘Set Up A New Site’ button.
Fill your website URL and information in form and click on next button.
After that you will get the congratulation window.
Then you will get the configuration page for google connect and you should choose colors and text color settings as per your website. Dont forget to choose or set the width of widget.
Finally click on “generate code” button and you will get the google connect code for your wordpress website.
Note: This javascript code will never run in test machine. If you want to see the google connect widget then put javascript code in production or live website.
there are many wordpress theme deverlopers who are looking for wordpress hacks for theme developer. we have best collection of wordpress hacks for theme developer. Some best WordPress Hacks for theme developer.
wordpress hacks for theme developer
WordPress themes market has grown incredibly. Due to lot of amazing new functionality an synchronization with all social sites.
1. Create TinyURLs with your wordpress site
Open your single.php file and paste the following in the loop:
<?php
echo 'Tiny Url for this post: <a href="'.bloginfo('siteurl').'?p=.'$post->ID.'">'.bloginfo('siteurl').'?p=.'$post->ID.'</a>'
?>
2. Use The Loop To Create An “Archive” Page Template
Create the php page called archive.php and create archive page through wordpress admin and select the archive page template from sidebar option.
In archive.php file you can following code:
<?php
/*
Template Name: Archives
*/
?>
<?php get_header(); ?>
<h2><?php $numposts = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish'");
if (0 < $numposts) $numposts = number_format($numposts); ?>
<h2><?php echo $numposts.' recipes published since October 06, 2008'; ?>
</h2>
<ul id="archive-list">
<?php
$myposts = get_posts('numberposts=-1&');
foreach($myposts as $post) : ?>
<li><?php the_time('m/d/y') ?>: <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
3. Create A “Share the article with Facebook” Button
Use the following code in your loop where you want show the facebook share button.
<a href="http://www.facebook.com/sharer.php?u=<?php get_permalink();?>&t=<?php the_title(); ?>" target="blank">Share on Facebook</a>
4. Use More Than One Loop On A Page, Without Printing Duplicate Posts
If you want to use two query post in page or post. you can use following code:
On the occasion on Valentine day We are very happy to introduce the new valentine heart wordpress theme. This wordpress theme has two columns present in theme. Nice pink color is base color of theme.
You can Download the valentine heart theme free.
free valentine heart wordpress theme for download
Valentine Heart Theme
[viral-lock message=”Download and Demo Link 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.”]
Demo | Download
[/viral-lock]
You can able to see the preview of theme and download from above Link.