Web and SEO Professional
Posts tagged php
Mostly used programming languages and their programming advantages.
Sep 9th
Nowadays, world wide clients are demanding for cost effective solutions along with high-performance speedy development. In recent internet marketing arena, designing a good website template and placing unique and relevant content is not enough for a profitable web businesses. Web programming is getting more value in terms of building flexible websites. Web programmers are skilled in many programing platforms and satisfying the clients with their expertise.In recent web industry as well as in software industry there are mainly three types of programming platforms getting famous in regards to their superb resource, their security and easy availability in the market and More >
All WordPressTags display
Feb 10th
I want to achieve a tag cloud like my website banner. after lots of research on net i decide to write my own code.
I have incorporated following code in my header.php
1234 $tag = wp_tag_cloud('smallest=30&largest=30&number=45&orderby=count&order=DESC&unit=px&format=array' ); foreach( $tag as $item) { echo "<" . $item . "> "; }Let me know is any other way to achieve it.
W3CDTF date in PHP
Jan 18th
Loading...