Web Update 24

  • About webupdate24
  • Advertise
  • Contact
  • Home
  • Privacy Policy
  • Terms of Service
Illustration of a bird flying.
  • Blog on Template Page

    In WordPress some time we need to show the Blog on Different Page .We can do this by using the following code . First we make template page called blog.php After that we can put the following main code on the blog.php .I ignore the header footer and sidebar portion . < ?php $paged = […]

    October 11, 2010
  • Zen Coding — a tremendous way of writing HTML and CSS code

    Zen Coding is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSL, and other structured code formats. The tools have been incorporated into a number of high-profile text editors, some plug-ins developed by the Zen Coding team and others implemented independently. However, Zen Coding is primarily […]

    October 11, 2010
  • Get The first Image from Post in WP.

    Some time we need to get the 1st image of the post , So we can display it on our own way. For this we can call a function which return the 1st image url . function get_the_first_image() { global $post, $posts; $first_img = ”; ob_start(); ob_end_clean(); $output = preg_match_all(‘//i’, $post->post_content, $matches); $first_img = $matches […]

    October 7, 2010
  • .htm pages in wordpress plugin

    This plugin will automatically add .htm extensions at the end of wordpress pages. Special note: keep the permalink settings of wordpress as “/%postname%.htm” and then install and activate this plugin Download htm-on-pages wordpress plugin

    September 20, 2010
  • How to get the GODADDY Authorization Code

    EPP or domain authorization code in godaddy

    Having trouble to find out the authorization code in your godaddy account to transfer your domain registrant or change the domain ownership for a particular domain. See the steps to get the authorization code in godaddy.

    August 28, 2010
  • Font embedding techniques

    Having problem to use SEO frinedly font replacement techniques? Not sure what technique you will going to use in your website. Like you I am also unaware of it. So decided to dig various font embedding techniques and find out the pros and cons of those. I will test and publish my result in this […]

    August 21, 2010
  • Real wired service from wiredtree.com

    Hi, today I am writing to share one of my painful experience with wiredtree.com. I do web development for almost 5 years and during this time I had to buy domains and hosting services from various renowned companies all across the world. Recently I decided to buy a hosting service from wiredtree.com. But it fails […]

    July 26, 2010
  • WordPress Plugin : noFollow in post

    Its a new wordpress plugin for who wants to increase the SEO in his blog site . Description : Its add the rel=”nofollow” attribute in post readmore link ,tags link , categories link and comments link. Downlaod :nofollow-in-post

    July 26, 2010
  • Most effective thumbnail creator for wordpress

    Are you looking for the finest and most effective thumbnail function for wordpress to represent your wordpress post in your favorable way. Then download this finest thumbnail script. Step1: Download Thumbnail Script for wordpress and unzip it. Keep the scripts folder inside your theme folder. Step2: Copy and paste this function inside the functions.php file […]

    July 25, 2010
  • Best Blank Theme BlankPress for WordPress

    Here goes the finest free blank wordpress theme for you. Please do not hesitate to send us your comments and suggestions about it. We are waiting to hear your experience about this blank theme DOWNLOAD BLANKPRESS v 0.1 By default it is two column wordpress layout with separate header, sidebar and footer. We used minimal […]

    July 25, 2010
←Previous Page
1 … 3 4 5 6 7 … 11
Next Page→

Web Update 24

Proudly powered by WordPress