Wordpress
How to disable wordpress post revision autosaving feature
0
WordPress has introduced a feature in its versions after 2.6 , POST REVISIONS. which saves article just like WIKI.You can instantly compare different versions of post and revert back to old versions. WordPress stores each versions of post revision in WordPress Database wp-posts over time, the database may grows bigger and becomes bloated. Continue reading “How to disable wordpress post revision autosaving feature” »
In Review: WP Robot , a very Powerful WordPress Auto Posting Plugin
4

Here comes a New but very popular wordpress plugin for autoposting, Wp Robot.
WP Robot is very powerful and unique of its kind.With WP Robot you can create targeted blog posts on any topic without writing anything!WP Robot is a powerful and easy to use autoblog plugin for WordPress weblogs allowing you to turn your blog on complete auto-pilot and drip-feed it with fresh content in intervals you specify. And the best part: The posts created will be targeted to any keyword you enter and any topic you could ever think of! Continue reading “In Review: WP Robot , a very Powerful WordPress Auto Posting Plugin” »
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in wordpress
0
Many users come across this error type in wordpress, specially when playing with many plugins,
Here is simple fix for this.
Go to wp-settings.php file in your wordpress root.
Open it with writer of your choice, i use notepad.
Look around Line 13
define(‘WP_MEMORY_LIMIT’, ’32M’)
Change it to
define(‘WP_MEMORY_LIMIT’, ’64M’);
Changing 32 MB for 64 MB.
Save it.
Hope it works for you.
Happy Sharing


Google XML Sitemaps WordPress Plugin
0This plugin will generate a special XML sitemap which will assist track down drives like Google, Bing, Yahoo and Ask.com to advanced index your blog. With such a sitemap, it’s much more straightforward for the crawlers to suppose the achieve plan of your site and recoup it more efficiently. The plugin encourages all types of WordPress produced pages as well as behaviour URLs. Additionally it advises all principle track down drives every time you write a post come seal the novel content. Continue reading “Google XML Sitemaps WordPress Plugin” »