Most of us start to write posts by default admin user. Then we may have more author. or maybe you have lots of posts under a author but now you wish to move them to another author without deleting the old author? here is tips how you can do it. (more…)
I backup my wordpress once a month. I recommend you backup your wordpress too. You won’t regret having backup, instead you will be happy when thing go wrong. There will be always a option to go back. for most having a backup and restore is scary task. but if you do it several time it become habit. I want to explain how you even can make it fun and enjoy having full Wordpress backup!
(more…)
Is your wordpress two slow? did you get an error that display not enough memory to run current script?did you get error like this one?
Fatal error: Allowed memory size of 8388608 bytes exhausted.
or PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6233929 bytes) in /home/…/press/wp-includes/cache.php on line 330
or Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 368640 bytes) in /wordpress/wp-includes/class-simplepie.php on line 9575
Then you are lucky to be here! Here are four solution to increase your WordPress memory
(more…)
I am sharing my simple SSH script to backup my online server.
- First it remove my last backup. I do not want to keep more than last backup in my server.
- It zip all file of my website ( except excluded directories ) into mydomainbackup.zip at backup_path
- It zip a dump of mysql into mysqldump.zip at backup path
Now I have full backup of all files and database in my server. Then I copy it into my local computer. If needed I clone or sync it in my local development website. Here is the SSH script: (more…)
Do you feel your Wordpress is slow? What happen if your WordPress get more than 10,000 visitors a day? Some hosting providers ban your site for using too many resources. Upgrading hardware such as memory and CPU is good but it is not necessary to purchase expensive hosting plans, when you can improve you WordPress performance with simple ways. learn how to make your WordPress faster by applying simple tips.
(more…)
I know how it feel, like no one know the solution. You like to pay everything you have, to find out why you can not login into your wordpress from wp-admin. And if you do it will redirect to same page without showing any message. but same time you can login into your wordpress from wp-login.php. Sometime clearing the browser’s cookies might let us login again but to be honest it’s a pain, and clearing your cookies isn’t a permanent fix and do not work everyone.
Answer is easy when you know the following two solutions. (more…)
Although having latest WordPress is good idea, but sometime you may wish to back to earlier version of WordPress installation. This can happen when your plugins do not work with new version and your site is depend to that plugins.
Well, downgrade a new version of WordPress to older version is a easy task and that same as upgrading a WordPress to newer version.
Here I going to share my experience with you how you can install older WordPress on newest version. let say instaling wordpress 2.7.1 on wordpress 2.8.4 without losing the curent setting. Save your time and avoid headache and enjoy reading this most wanted wordpress tip!
(more…)
The step-by-step instruction to create a PayPal donation button and start accepting online donation.
A friend asked me how to create a PayPal donation button to collect donation. I have helped him the steps and I think it is good to share with you, too. (more…)
WordPress have some unique feature that let you to split your post to two or more part. It come very handy and powerful when you going to write your post. While it is very basic but most WordPress newbie luckily to don’t know that!
let share another magic of WordPress with you. On most WordPress websites you may notice a short description about a post and then a link to whole the post article. This is what I am talking about. You can do it too. Just spilit your post with <!–more–> Keyword. Texts before <!–more–> become the short description of your post. The <!–more–> keyword will be replaced by a link that say “Read the rest of this entry >>” by clicking here!.
but wait! you can go farther by using <!–nextpage–> Keyword.
(more…)
You may get this error if you try to install new theme or wordpress plugins, or installing update directly from wordpress admin area
Warning: ftp_mkdir() [function.ftp-mkdir]: /public_html/wp-content/plugins/contact-form-7/: Permission denied in /home/hecode/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 240
Could not create directory. /public_html/wp-content/plugins/contact-form-7/
Plugin Install Failed. Read the Solution (more…)
to add a
comment