In our last project UltraSnaps, there is a need to show comments on the homepage as we want to display only one post with comment form encouraging visitors interact. Here is the demo link – http://ultrasnaps.ultrahumor.com/ We have found lots of users are also searching the solution to this so we’d like to share here. Inside
Continue Reading →
We are developing a new branded blog/portfolio theme UltraDev and there is a need to limit the search result to our custom post type (i.e.portfolio). Using the default WordPress search just wasn’t cutting it. Using Google Search also was not a viable option. Therefore, we decided to modify the default search form a bit by
Continue Reading →
Special Offer this week – UltraMag. You can get this theme for free once you purchase any of the themes in HotCloneThemes.com. The coupon code is: ultramag UltrMag is just on sale – It is a blog/magazine wordpress theme with elegant design and 6 advert slots , perfect for personal blogs and magazines that want to share
Continue Reading →
We are working on new wordpress theme and that is the UltraMag. Get this premium theme optimized for search with lots of ads spots and user friendly design. This theme is perfect for bloggers and magazine type websites! Now you can get this theme and all our 13 other themes for the price of one single
Continue Reading →
Special Offer this week – UltraSocial. You can get this theme for free once you purchase any of the themes in HotCloneThemes.com. The coupon code is: social UltraSocial is just on sale – It is a wordpress theme letting your users to share an article, a video, an image and more. Just pick up any theme you
Continue Reading →
We are developing a new theme and find a need to add ads within the post content, so we came up with this solution.This article will show you a snippet that will let you enter ads within the post content after the second paragraph. Open your theme’s functions.php and paste the following code: [php]
Continue Reading →
I previously posted an article about how to ‘Get Admin Email address’. Now I am gonna tell how to add a complete contact form in wordpress without using a plugin. You may want to see the final work, just click here-> The codes I am using are as following: [php] <?php /** * Template Name:
Continue Reading →
Currently we are developing a new social blogging theme. What we need is to automatically assign a category to a certain post format. For example,we want all posts under ‘Image’ to be assigned with the category ‘pictures’. Here is the code we will be using: [php] /** * automatically set image category to image format
Continue Reading →
As you may already know from our theme library that we have listed the world’s first wordpress theme with 9gag & damnlol & imgur integrated for making a stunning, killing humor site! That’s right, we named it “UltraHumor“! Having been spending like years to search for 9GAG WordPress theme to start your own 9GAG-Like site?
Continue Reading →
I am currently developing the contact/support page for this website and need to retrieve the admin email as the ‘sent to’ address. I know I could just add it in the theme option page and input an email address, but I’d rather keep it simple and access the admin email from the database. I tried searching but
Continue Reading →