Ulyssesonline

the tech surfer

  • Home
  • About
  • Archives
You are here: Home / 2010 / Archives for August 2010

Archives for August 2010

August 10, 2010

Display Number of Posts On WordPress Themes

For WordPress Theme developers who want to display the number of WordPress posts on their themes, there is already a built-in function in WordPress that makes it easy to add stats to your templates. To display the number of posts, just add this code in your templates:

<?php wp_count_posts( $type, $perm ); ?> posts

<?php wp_count_posts( $type, $perm ); ?> posts

$type and $perm are optional. You can omit them.

Place the code on the sidebar or the footer to display.

Filed Under: PHP, WordPress Tagged With: count, posts, templates, themes, WordPress

August 9, 2010

Xperia X10

It looks like AT&T and Sony Ericsson are collaborating on a new Android superphone called the Xperia X10. It features a 4-inch screen, a 1GHz processor, an 8.1 megapixel camera and up to 32GB of memory. There is no word yet whether the device will run on Android 2.1 or the coveted Android 2.2.

The device also comes with Timescape which allows it to make chronological updates to Facebook, Twitter, SMS and other services. The device retails for $149 with a 2 year agreement with data plan. It will be available August 15.

Finally, here’s a preview of the Xperia X10.

Filed Under: General, Linux Tagged With: at&t, facebook, smartphone, sms, sony ericsson, twitter, xperia x10

August 9, 2010

Twitter @Anywhere

I was browsing around the Internet looking for WordPress plugins and I came across a site called @wpbeginner which introduced me to Twitter @Anywhere. I must say @Anywhere is quite impressive. One of the features of @Anywhere is auto-linkification of Twitter usernames as you’ve noticed on this post.

You can also add Hovercards which you’ve seen at Twitter.com. Hovercards are small, context-aware tooltip that provides access to data about a particular Twitter user. Hovercards also allows a user to take action upon a Twitter user such as following and unfollowing, as well as toggling device updates.

In addition, you can also embed a Tweet Box on your site and encourage your users to share your information. I’ve tested it on this site, but decided not to use it. @Anywhere will hopefully will give you more followers and engagement. I’ve decided to use the auto-linkification and hovercard features on this site.

If you like to follow me, just hover over @ulyssesonline and click the Follow button. If you like to know more about @Anywhere, you can visit the developers site here.

Filed Under: General Tagged With: anywhere, social media, tweets, twitter

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • Next Page »

Copyright © 2003 - 2018