Close

Home » Word Press » WP Theme Options

‘WP Theme Options’ Category

May 5th, 2010

VW Pro Twitter Tweeter

The Twitter Tweeter

This is a PHP/Ajax script that I made on Saturday and it turned out so slick that I am strongly thinking about adding it as an admin option to VW Pro WordPress Themes. I might even make a phpBB3 mod out of it. At the moment it’s just thoughts….

Here is a quick video of what it looks like at this point.

May 1st, 2010

More WordPress Templates

The building block of most sites is a portfolio!

I just created more custom theme page templates for the up coming VW Pro WordPress theme releases.
These are for portfolios or basically anything you want in this type of layout.
They are page templates that you can assign a category to and create endless portfolio type pages..

Horizontal Layout
Vertical Layout

As you can see in the vertical layout, the text is automatically converted to an excerpt and shrunk so the layout is even in size.

In both layouts the images are automatically cropped and linked via FancyBox jQuery light box effect animated popup display of the full size image as seen here when clicking on the images posted.

The images are inserted in the post via the custom post options in the post editor included with VW Pro Themes.

April 29th, 2010

Some VW Pro Theme Additions

VW Pro Theme Options Page

I added some tweaks to the VW Pro Theme options page.
It really looks awesome now and is quite a bit easier to navigate with collapsing blocks for each of the many theme options categories.
Also each category has it’s own save button.

The New VW Pro Contact Form

I added another option to the form allowing you to set a priority field with configurable drop down options.
DEMO
I absolutely love the reCaptcha :)

Some FeedBurner Changes

I recoded the FeedBurner feature entirely with error checking and statistics included.
Basically if it fails, it will tell you with the FeedBurner error message.

Side Note:
Future customers, you can add this code to your .htaccess file and redirect all WordPress RSS links to your FeedBurner Feed.
Make sure you change the Your_Id

1
2
3
4
5
6
7
# temp redirect wordpress content feeds to feedburner
<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteCond %{HTTP_USER_AGENT} !FeedBurner    [NC]
 RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
 RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/Your_Id [R=302,NC,L]
</IfModule>
VW Pro Twitter Features

I coded a completely new twitter options for the sidebar.
It now shows all of the stats, options to show the profile picture and up to 20 of the latest tweets.
Also configurable height so you can have a scroll bar instead of a long list of tweets.
Absolutely no javascript or external javascripts required. This is entirely PHP and cached for an hour.
You can view these changes in the sidebar here to the right.

New FaceBook Like Options

Added the newest FaceBook feature, FaceBook Like.
This feature has options to show or not show the profile pictures of the users that liked the post.
It also has options to show the like button on the blog and/or single post page.

I will be adding even more features, if I can come up with some. Running out of ideas………

The first WP Pro Theme should be for sale very soon!

Full Browser Support