Web and SEO Professional
Archive for February, 2009
WordPress best blogging solution
Feb 26th
After lot’s of effort working on typo3 I have decided to use WordPress as my blogging needs. Making a custom look website in typo3 is quite simple with knowledge of typoscript but setting a blog on TYPO3 is very tough. following are some point which is support my decision.
- I have tried, t3blog and wec plugins for TYPO3, its take lots of time to setup.
- TYPO3 take too much of time to set real url or cooluri for SEO needs
- Duplicate url problem due to home page shortcut. I spent again lot’s of time to fix it.
- finely I had very less time to 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.
Loading...