Skip to content

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

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

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…

Matt Cutts Talks Facebook And Twitter Ranking Signals

Posted on January 23, 2014

Google has published a new Webmaster Help video today with Matt Cutts answering a question about a topic – how Facebook and Twitter affect Google rankings.

Matt Cutts Just Declared Guest Blogging ‘Done’

Posted on January 21, 2014

Google’s Matt Cutts says if you’re using guest blogging as a way to gain links in 2014, you should probably stop. Why? Because over time it’s become a more and more spammy…

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…

Tips for Website Designing

Posted on January 18, 2014

Keep your site simple and attractive Make the content easy for the reader Fonts such as Arial, Verdana and Helvetca are the best fonts for easy online scanning Don’t type more than…

Posts navigation

Previous 1 … 8 9 10 … 65 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