Fashion Press Free WordPress Theme
The great people at Theme Junkie have released the Fashion Press Free theme. Fashion Press is a premium WordPress theme released free for you! Fashion Press is a great theme for photo-filled blogs.
The great people at Theme Junkie have released the Fashion Press Free theme. Fashion Press is a premium WordPress theme released free for you! Fashion Press is a great theme for photo-filled blogs.
Real estate is a multi-billion industry and it is flourishing. At some point a new architectureal concept requires 3D models that visualize the idea of the architect and the way he sees his creation. Today we are presenting you some Digital Conceptual Architecture examples which look almost real. Architects use a number of applications and techniques to get the desired output. Although the process is very time-consuming, the results can be truly impressive. Enjoy!
Fashion Store
Continue reading 'Splendid Examples of Conceptual Architecture'»
Thanks to Michael Soriano of Fearless Flyer, we bring you the Blue Rooster theme. Blue Rooster is a stellar theme with a built in home page with an image slider, a slick gallery, and a beautifully designed blog page with seamlessly integrated thumbnail images.
(Click on the Image for Live Demo)
I got one fresh, small project, where I needed small portfolio site for a friend. It got me thinking and lead to research what WordPress can offer to me, with its great CMS platform. I was a little bit surprised, because I got even better results than I expected- theres was a plenty of interesting portfolio, photo gallery themes, where homepage was static, but still you can tie together static with dynamic content and add blog as well. Maybe it’s nothing new or signifunt for most of you, but I wasn’t aware there is possible to get such theme so easily, where of course my friend could manually change it’s content without touching or learning any code knowledge.
Continue reading '24 Free Portfolio And Photo Gallery WordPress Themes'»
We showed you how you can create a short URL using TinyURL and use it in the retweet text. But tinyurl is not the best solution for numerous reasons. They are not as tiny as bit.ly, and they do not provide the awesome stats that bit.ly has to offer. In this article, we will show you how to automatically shorten your WordPress Posts URLs using Bit.ly API.
Once you implement this technique, you will not have to worry about creating a bit.ly URL for your post. Once a page is loaded, the URL would be created dynamically. There will only be one URL per post, so it will never duplicate the short URLs.
Continue reading 'How to Automatically Shorten Your WordPress URLs with Bit.ly'»
Have you ever made a mistake in your old WordPress posts and realized it when your user emailed you 4 months later? If you have, then you would normally have to go through the WordPress admin panel, search that post and edit it. This obviously takes a lot of time which can be saved by a Quick Edit link in each post page. Majority of the top themes have this included, but there are still theme designers that fail to include this simple feature in a theme. In this article, we will show you how you can add a quick edit button in your WordPress posts and comments.
Simply open your theme’s single.php file and add this post anywhere inside the loop. Don’t worry, this will only be shown to users that have specific permissions. Average user will not see this button.
Continue reading 'Save time by adding a Quick Edit Button in WordPress Posts'»
People often use their web browser to test the changes that they have made during modifying plugin or theme. When there is a mistake with the code, most of the time the web browser will only display blank white screen. The problem is, sometimes the error can not be immediately visible, because the web browser in not displaying the blank white screen. However, it will be a great advantage if people can see the PHP errors instead of only seeing blank white screen.
To see the PHP errors, there is a simple constant that should be added to the wp-config.php file:
Continue reading 'How to See the Errors while Modifying WordPress'»
On user-submitted forms, you may want to remove all unnecessary html tags. Doing so is easy using the strip_tags() function:
[php]$text = strip_tags($input, "");[/php]
Source: http://phpbuilder.com/columns/Jason_Gilmore060210.php3?page=2
Continue reading '10 PHP code snippets for working with strings'»