Skip to content

Devi Sri Mari Blog:: Web Technology Trends, News, and Social Media

Menu
  • About Me
  • CONTACT US
  • Sample Page
  • WEB DEVELOPMENT
Menu

Category: Wordpress.

How to Add a Facebook Like Button to WordPress?

Posted on January 27, 2014

To add the Facebook famous “Like” and “Recommend” button to your posts and it increase their website popularity. First, Login as administrator in your WordPress admin panel. Then go to Appearance ->…

How To Hide a WordPress Category Posts?

Posted on January 27, 2014

To display certain posts on your WordPress website you may need to hide specific categories from posts pages. To hide the specifics category, you need to add the following lines above the…

How to change a WordPress site URL

Posted on January 25, 2014

If  you may want to change the URL of your WordPress site. The function provided by the WordPress developers to change the site url is “update_option”. Simply add these lines to the…

How to show the author in a WordPress post?

Posted on January 25, 2014

To show the information about the post author, first open the single.php file in your WordPress theme and find the where the content is displayed: <?php the_content(”); ?> Then add the following…

How to display posts from a category in WordPress?

Posted on January 24, 2014

To display posts from a single category in your WordPress theme, you should add the following code below the Loop: <?php query_posts( ‘cat=34’ ); ?> This code will only showing posts from…

The Loop in WordPress

Posted on January 24, 2014

The Loop is WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within…

How to add Google AdSense to WordPress?

Posted on January 23, 2014

In WordPress it is easy to add your AdSense code to your blog. First login to the administration panel of your website. Then, go to the Appearance -> Widgets menu. In this…

Basic WordPress SEO

Posted on January 21, 2014

Permalinks – It used to customize your website links Meta descriptions – Meta description for each page/post makes you to improve your website ranking in the search engine. Optimize your images –…

How to install Simple PayPal Shopping Cart?

Posted on January 20, 2014

To implement shopping cart in wordpress we can use Simple Paypal Shopping Cart plugin To install a Simple Paypal Shopping Cart WordPress Plugin by the Search or Upload functionality Go to plugins->Add…

Best SEO Plugins for WordPress Blogs

Posted on January 10, 2014

WordPress SEO by Yoast WordPress SEO by Yoast offers a broad range of features such as Page Analysis Technical WordPress Search Engine Optimization Meta & Link Elements XML Sitemaps RSS Optimization Breadcrumbs Edit your…

Posts navigation

Previous 1 2 3 4 Next

Recent Posts

  • “Who needs Superheros when there is a Real hero and she is called as Mother”
  • Improve Your Business Behind Social Media
  • Single-Page Application Benefits and How it Works
  • World Sparrow Day
  • Google’s ‘Mobilegeddon’ Will Affect Search Results
  • How To Use Google’s New Blocked Resources Report
  • Wikipedia Lists Ten Most Edited Pages Of 2014
  • Google Is Shutting Down The Google Earth API
  • Google Maps App Adds Real-Time Weather & Facts
  • Google Maps App Gets Design Revamp
©2026 Devi Sri Mari Blog:: Web Technology Trends, News, and Social Media | Design: Newspaperly WordPress Theme