How can we save Ram usages using some wordpress theme tricks

How can we save Ram usages using some wordpress theme tricks

We mostly use the get_permalink(), get_the_title() methods in our wordpress theme. Do not pass the post ID as parameter. if you’re doing a get_permalink or get_title() call with Post id, 8 out of 10 times you’ll need to more of … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

If wordpress site is hacked then how to fix issue

If wordpress site is hacked then how to fix issue

Recently one of my site is hacked which is on wordpress. Due to disk I/O notification and CPU usages notification email I got to know. There is something wrong happening on server. First thing I did which is checking the … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

How to load the custom javascript to custom page template in wordpress

How to load the custom javascript to custom page template in wordpress

For many pupose and designs we use the page template in wordpress site. Some time we need to load the custom javascript to page template. For that we can use following code. For loading any script or any custom code … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

How to use category wise background images in wordpress

WordPress has category feature, We can use the wordpress category for many purpose. Some time we want use category images for show the category content. Some time we want use the category wise background images in your website. For category … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

How to protect from wordpress spam comments words and increase the SEO

How to protect from wordpress spam comments words and increase the SEO

Spam comments is really major issue with wordpress. Spam comments will effect your site SEO. You should delete the spam word comments from wordpress site. For SEO of your site deleting spam word comments is good. Here are some steps … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

code snippets which is most useful in functions.php, wordpress

code snippets which is most useful in functions.php, wordpress

In wordpress theming is very important. Developers know the importance of functions.php file. I always written some very nice code snippets in functions.php file. I found very useful codes which is very helpful for very wordpress designer and developers. Here … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS