Product Page builder
feed-monster.com's pagebuilder
The tool on this page can build wordpress pages that display many of your products at once. More products on a page means more chances to sell.
Please note that this is primarily a PREMIUM member's tool. if you use it in freebie mode it will work, but you will share a good portion of your product links. We highly recommend upgrading to PREMIUM when using this tool.
';
}
?>
Page is done - check it out
CHECK IT OUT ! A new page named
".$_POST['shoptitle']." was created ! ";
$search= $_POST['pj-keyw'];
if (empty($search)) {$key = "not provided";$s = "";} else {$key = $search;$s = "search=$search";}
echo "
The seedling keyword (if any) for this shop is ".$key."";
$content = "[pjcode $s net=".$_POST['pj-pagenet']." layout=".$_POST['pj-layout']." feed=".$_POST['pj-pagefeed']." count=".$_POST['pj-count']." ident=".$_POST['ID']."]";
// Create post object
$my_post = array(
'post_type' => 'page',
'post_title' => $_POST['shoptitle'],
'post_content' => $content,
'comment_status' => $_POST['comment'],
'post_status' => 'publish',
'post_author' => 1, );
// Insert the post into the database
$pageID = wp_insert_post( $my_post );
echo "
Note that the actual URl to your new page depends on your permalink settings.Your new page can be found here : ";
$permalink = get_permalink( $pageID ); echo "
$permalink";
?>
PAGE CREATOR
All right ! Let's start building a product-page ....
Select a network from the pulldown box to get started !
";
echo "Succesfully retrieved data for the
".$_POST['pj-pagenet']." network | ";
echo "
".$feedcount." feeds were found.";
if (empty($selectID)) exit("
Sorry, but I can not find an ID for the ".$_POST['pj-pagenet']." network. Please select another network, or go enter your ID first !
");
echo "
your ID:
$selectID is registered with this network in
".get_option('validuserid')." mode.
Please proceed with your selection below.
";
$newfeed = 0;
// end fetching datafeeds from selected network
?>