WordPress Theme Changer & Showcase Plugin - HELP

0 replies
I came across this great plug-in :

WordPress Theme Changer & Showcase Plugin | Revolution Lifestyle

and it works great and is really easy to install and use when you are adding it as a widget to the sidebar. I have run into an issue though that I am hoping someone can help me with.

I have created a custom home.php for the site's homepage that doesn't use the sidebars and want to have this plug-in available on the home page. I found this on the plug-ins website :

If your theme not widget ready you still can activate Theme Changer Widget with write the code below in your theme:

<? if (function_exists('ThemeChangerList')) ThemeChangerList(); ?>

however no matter where I place this on my home.php page can I get the widget to show up.

I am new to php so I am sure it is something really simple - but if someone can tell me where to place this I would be very thankful.

Here is my home.php code at this time:

<?php
/*
Template Name: Home Page
*/

get_header(); ?>
<div class="container">
<div id="content">


<table style="text-align: left; width: 957px; height: 326px;"
border="0" cellpadding="0" cellspacing="1">
<tbody>
<tr>
<td style="text-align: center; vertical-align: top;"><br>
<big>Welcome to Santiago's website. &nbsp;We are a
locally owned restaurant offering the best Mexican food in Colorado!<br>
<br>
Here you can find all of our locations, take a look at our menu, find
our more information about our chilie and see what others have to say
about our great restaurant!</big><br>
</td>
<td
style="background-color: rgb(247, 208, 156); text-align: center; vertical-align: top;">&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;<span
style="color: rgb(218, 98, 55);"></span> &nbsp; <big><span
style="color: rgb(218, 98, 55);">&nbsp; <span
style="font-weight: bold;">&nbsp; &nbsp; Join our
list</span></span><br>
<big><span style="color: rgb(218, 98, 55);">&amp;</span></big><br
style="color: rgb(218, 98, 55); font-weight: bold;">
<span style="color: rgb(218, 98, 55); font-weight: bold;">recieve
valuable coupons</span></big><br>
<br>
<center>
<form method="post"
action="http://www.aweber.com/scripts/addlead.pl" target="_new"><input
name="meta_web_form_id" value="343111546" type="hidden">
<input name="meta_split_id" value=""
type="hidden"><input name="unit" value="santiagos"
type="hidden">
<input name="redirect"
value="http://www.aweber.com/form/thankyou_vo.html"
id="redirect_b940b4dc794e3ed9ff990db6eb36fc85" type="hidden"><input
name="meta_redirect_onlist" value="" type="hidden">
<input name="meta_adtracking" value=""
type="hidden"><input name="meta_message" value="1"
type="hidden">
<input name="meta_required" value="from"
type="hidden"><input name="meta_forward_vars"
value="0" type="hidden">
<table>
<tbody>
<tr>
<td style="font-weight: bold;">Name:</td>
<td><input name="name" value=""
size="20" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;">Email:</td>
<td><input name="from" value=""
size="20" type="text"></td>
</tr>
<tr>
<td colspan="2" align="center"><input
name="submit" value="Submit" type="submit"></td>
</tr>
</tbody>
</table>
</form>
<img
src="http://forms.aweber.com/form/displays.htm?id=zCzMjIyMrCxs"
border="0">
</center>
</td>
</tr>
<tr align="center">
<td colspan="2"><br>
<br>
</td>
</tr>
</tbody>
</table>


</div><!--content-->

<?php get_footer(); ?>
#changer #plugin #showcase #theme #wordpress

Trending Topics