WordPress Themes
Working On WPThemestudio X2 And WP Tube Substitution
Nov 25th
It’s been a long day since I update this blog. At this moment, I’m working on two WordPress theme. I call them WP Tube Substitution and WPThemestudio X2.

WP Tube Substitution
This theme is a mimic of Youtube video sharing website. Although I have finished version 0.1, I’m still not releasing it for public because there’s still some bugs and functionalities that I wish to fix before releasing it for you all to download. This theme is the continuing series for the theme WordPress Tube. As WordPress tube reflects the old design of Youtube, this new theme will reflects the new design of Youtube.
You can see WP Tube Substitution Version 0.1 live in action at sYokManga.com which is one of my beta tester.
This theme will have two version. Public version and Premium version. Public version will be just like ordinary WordPress theme with 50% design of Youtube including its functionality and video position. Premium version will have all function as in WordPress Tube plus 95% of Youtube design and far better codings than WordPress Tube. Same as Youtube video positions, url box and embed box. WordPress Tube will be discontinue for download when WP Tube Substitution released to public.
If you wish to become my beta tester, feel free to contact me privately using the contact form.
WPThemestudio X2
I think I will not making any child theme anymore. I will focus on one parent theme and the customizations will only affects the color scheme of the theme. Beside, what’s the point of using that theme if its not looking like what the theme should look?
If you wish however to have such theme, there’s far better theme framework than WPThemestudio. Well developed and supported such as Hybrid theme by Justin Tadlock.
WPThemestudio X2 is the continuing series of WPThemestudio. It still have the same concept, but far different codings and structure. WPThemestudio will be discontinue for public when WPThemestudio X2 released to public.
This theme will concentrate more to “no hand code for user” concept. Hence all customizations will be done only through WordPress administration page. However somehow, for someone that never took formal php programming language lesson like me, I am a little bit slow in learning how to make this feature. But so far, I manage to create the option page for this theme. It’s just that I’m still stuck on how to save the value of the variables to WordPress database and then call up the value to use in the settings.
Good news to everyone, this theme will be available for all at no cost at all.
Wish me good luck.
AddHooks
Jun 26th
AddHooks is one of my volatile idea when creating a wordpress theme.
Just like its name, it add the content from functions.php files to the hook assigned to it.
This will make the template files look clean and neat, but will make the functions.php rather messy.
The concept is to store the desired html or php code in a functions.
For example, this is my header.php codes when using AddHooks concept.
<?php
/**
* @package Add Hooks
* @since version 0.1
* @WordPress 2.7.1
* @Pangeran Wiguan
* @WPThemestudio.com
*/
addhooks_header_opening(); ?>
<?php google_custom_search_stylesheet(); ?>
<?php wp_head(); ?>
<?php addhooks_header_closing(); ?>
<<body>
The <?php addhooks_header_opening(); ?> calls a function which stored in a functions.php where the function will look like below.
<?php
/**
* @package Add Hooks
* @since version 0.1
* @WordPress 2.7.1
* @Pangeran Wiguan
* @WPThemestudio.com
*/
function addhooks_header_opening() { ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<!– //
The rest of the code… too long to put it here
// –>
<?php } ?>
Well, it’s just a concept…
A concept theme that have come into reality, you can see it on my personal blog, live and running.
Click the image to navigate to see the live preview.
This is a real running blog actually.
WPThemestudio Is Now Version 0.3
Apr 30th
I decide to number the release by 0.1.
Hence no 0.2.1. Instead it goes to 0.3.
What changes I’ve made to version 0.2 to become 0.3?
Let’s find out.
WP Motion
Apr 18th
This is another old creation of mine.
Was hosted at my personal blog last time, but here it is now.
You can read the description from the link below.
Free WordPress Theme – WP-Motion
WPThemestudio
Apr 16th
WPThemestudio is the first wordpress theme developed by WPThemestudio.com
Yes. It was named before this website domain name.
I am developing this theme with a “recycle able theme” in mind.
Meaning I can use it over and over again without building a new theme from scratch!
Fortunately, this theme was built since WordPress 2.7 where the usage of child theme is already stable.
Hence, I have no idea but I’m quite sure that this theme won’t work for WordPress below version 2.7
For those who’s interested in developing or tweaking a this theme, you can see the guide from the link below.
WordPressTube
Mar 30th
This wordpress theme is my old works. I am not sure if this copy is finished!
But in my post at Free Premium WordPress Theme – WordPress Tube , we have such a HOT DEMAND for this theme.
I get around 100 unique visits per day to that page above and dissapointing the readers…
I want to apologize to all hence, here it is.
WordPress Tube Version 1.0
WordPress Tube Version 1.0
192.94 KB 928 downloads already.
Usage guide, you can read it from Free Premium WordPress Theme – WordPress Tube .
All the best!
p/s: This is not my blog, but he manage to make a beautiful vlog from this theme. http://animethemesong.com/
WPTS-Redirector
Mar 29th
WPTS-Redirector is a wordpress theme functioning same as its name, it redirects.
WPThemestudio Version 0.1
Mar 25th
Finally, I’ve released the wordpress theme called WPThemestudio Version 0.1
There are no proper documentation yet and the navigation menu still need a hard code to hide or custom display pages. Still no admin interface. :(
But, it’s here! Open for public download.
WPThemestudio is a wordpress theme by Pangeran Wiguan.
WPThemestudio V0.1
56.49 KB 358 downloads already.
