wordpress blog stats

Archive for the ‘Wordpress’ Category

Having problems in uploading the WordPress Themes, Plugins etc. in Ubuntu? Here’s a simple and easy solution:

Solution – The uploaded file could not be moved to /var/www/

Simply open the file php.ini file, existing in /etc folder. For me, it is in:

/etc/php5/apache2/php.ini

Now search for the variable upload_max_filesize and change its value from 2M to whatever the file size, you want to, for me, I changed it from:

upload_max_filesize = 2M

to

upload_max_filesize = 100M

After this, restart your Apache Server, through the following post:

Install PHP, MySQL and Apache (LAMP) on Ubuntu (Linux)

And your problem could have been resolved.

WordPress Favicon, WordPress Icon, Blog Favicon

Looking for WordPress favicon, where you want your own designed logo or image to displayed along with the URL bar ? A blog favicon or wordpress icon is what can let you display such icons or favicons on the URL bar.

How To Display WordPress Favicon

If you have already designed your logo (.ico file) which you want to be displayed as your favicon, then it is very easy for you to let it display on your website. But if you dint create one yet, then try creating one yourself, or search on google for free icons, which will let you create your own icons with different options.

WordPress Favicon Code

Once you are done and ready with your favicon, now you have to open your header.php file in wordpress admin area, by going to the left panel as: Appearance -> Editor
After clicking on Editor, the Edit Themes page will open, showing different files on the right bar.
Now click on Header (header.php) file.
After clicking on the header.php file, you will see the code of your header.php file there.
Dont be confused, you just have to enter a single line in there for your favicon.
Copy the following code, and paste it right after where the title ends :


Just replace the path http://www.webtechquery.com/wp-content/themes/decode-free/decode/images/wtq.ico with your favicon path, wherever you have saved it in.

Now save the file by clicking on the Update File button and refresh your website. You will see your favicon displaying right next to the URL bar.

WordPress 3.0 Launched, WordPress 3 Now Available

WordPress 3.0 has finally been launched. The final release of WordPress 3 has been arrived and is now available to download.

WordPress 3.0 Launched

Finally the world’s most popular and much used free and open source blogging software has been launched. As per the official WordPress blog, this if the thirteenth major release of WordPress, by 218 contributors.

To find out more about WordPress 3.0, check out the official post “WordPress 3.0 “Thelonious” by official WordPress website:
http://wordpress.org/development/2010/06/thelonious/

Download WordPress 3

To download and start using your new WordPress 3 on your website, check out the following link:
http://wordpress.org/download/

Remove Facebook From AddThis

If you are a user of AddThis, where you want your contents to be shared on other social networks, and you want to remove Facebook from your sharing, then here is a simple solution.

Remove Facebook From AddThis

All you have to do is, simply add the following JavaScript code after your main AddThis script, like in header, or footer, or wherever you want.


This it it.

Now the Facebook link of AddThis has been removed from your site.

If you want to remove or suggest removing Facebook from any other Sharing service, please make a comment on this blog. If felt necessary, the solution may be added in this website.

If you are seeing the folowing type of error:

Could not reliably determine the server’s fully qualified domain name
or
Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

while restarting your Apache Server through the following command:

sudo /etc/init.d/apache2 restart

then I have a better solution for you, which might let you resolve this error.

How To Resolve

Goto your apache folder, which would be:

/etc/apache2/

And open or create the following file

httpd.conf

After creating / opening the file, simply add the following line in the file:

ServerName localhost

Now save the file and restart your Apache Server by the following command:

sudo /etc/init.d/apache2 restart

And your error could have been resolved.

Hope this simple solution works for you in getting rid of the error:

Could not reliably determine the server’s fully qualified domain name
or
Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

For some of the other PHP errors, you can follow the PHP Category:
http://www.webtechquery.com/index.php/category/php/

Also find out How To Install LAMP On Ubuntu:
http://www.webtechquery.com/index.php/2010/01/install-php-mysql-and-apache-lamp-on-ubuntu-linux/

How to install a WordPress Theme ?

This article will help you installing a WordPress Theme on your website.

Install WordPress Theme

To install WordPress theme in your free wordpress.com account or on your own domains, please follow the simple steps below:

Install WordPress Theme On Free Accounts

If you have a free WordPress account, and want to install default themes provided by wordpress in your account, then follow the steps below:

  1. Login to your WordPress account, and goto Dashboard.

  2. Select Appearance -> Theme in the left navigation.

  3. You will find plenty of themes over there, or you can also search for different themes of your interest by choosing the search box in Browse Themes.

  4. After you find your desired theme which matches your interest, click on Activate link right below that theme, and you’re done.

  5. Now refresh your WordPress blog, and you will find your newly installed theme in your WordPress.

Please note that you cannot install the themes which are not provided as default themes in the wordpress itself. For making your own themes, or installing other themes you have downloaded from other websites, usually in a zip format, you have to have your own domain, where you can install wordpress API and then will have options to install themes, plugins etc. on your own domains for wordpress.

Install WordPress Theme On Your Domains

If you have your own domain and you are hosting your own website with WordPress API, and want to install themes in your account, then follow the steps below:

  1. Select the WordPress theme you have downloaded, and if it is in zip format, then extract them in a separate folder.

  2. Upload all the extracted files, along with the folder in your website, through FTP, or whatever the way you upload your files into WordPress.

  3. Remember, you have to put your files in the themes folder, example if your site is www.xyz.com, then probably your themes folder should be:

    ftp.xyz.com/wwwroot/wp-content/themes/
    or
    ftp.xyz.com/wp-content/themes/

    Upload your extracted folder in the Themes folder.

  4. Login to your account of WordPress, and goto Dashboard.

  5. Select Appearance -> Theme in the left navigation.

  6. You will find your theme over there, with the other default themes installed.

  7. Click on Activate link right below that theme

  8. Now refresh your domain, and you will find your newly installed theme in your WordPress.

Install WordPress On Your Domains

To install WordPress on your own domains or on local computer, check out the following post, where you can install and manage WordPress API at:
Install WordPress On Your Domains

Install WordPress on your domains

Things have been very easy, until and unless you don’t know how they work.
Installing the API of wordpress on your domain is like that easy.

How to install WordPress on your domains?

Simply download the latest WordPress API from http://wordpress.org/download/
After successful download, extract it on your specified folder, like your Desktop, or any other root drives.
Goto the folder where you have extracted it, and rename the file: wp-config-sample.php to wp-config.php
Open this same file in your text editor, and change the following variables values to your website’s database settings:
DB_NAME
DB_USER
DB_PASSWORD

This is it.

Now copy all the files along with their folders on your website, and access your website.

Visit your website..

WordPress is now ready on your web to get configured.

P.S. If your website contains the folder wwwroot in it, then put all these files in that folder.