Exemplo n.º 1
0
/**
 * ************custom options post type***********************************************
 */
$cwp_ui = cwp_ui::instance();
/**
 * ************Theme Content****************************************************
 */
$cwp_types = new theme_content();
$cwp_types->feedback();
theme_content::add()->article();
theme_content::add()->faq();
/**
 * *************customisations**************************************************
 */
//add more optoion to user profile
cwp_social::contact_info();
//post gallery rotator checkbox
cwp_gallery::gallery_rotator();
core_admin::remove_wp_adminbar_logo();
/**
 * ***********grab browser screenshots shortcode********************************
 */
cwp::browsershots();
/**
 * display gallery petabox image gallery metabox
 */
if (function_exists('be_gallery_metabox')) {
    function be_gallery_types()
    {
        $post = array('post', 'page', 'cwp_theme');
        return $post;
Exemplo n.º 2
0
            </div>
            <div class="row">
                <div class="span12">
                    <div class="social">
                        <?php 
cwp_social::twitter_link();
?>
                        <?php 
cwp_social::facebook_link();
?>
                        <?php 
cwp_social::gplus_link();
?>
                        <?php 
cwp_social::linkedin_link();
?>
                        <?php 
cwp_social::rss_link();
?>
                    </div>

                </div>
                <!-- ###### -->

            </div>
            <!-- ###### -->
            <!-- class content -->
        </div>
        <!-- ###### -->
    </div>
</section>
Exemplo n.º 3
0
<?php

/**
 * @package WordPress
 * @subpackage Core-WP
 * @author shawnsandy
 */
?>
<form  action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('<?php 
echo cwp_social::feedburner_subscriptions();
?>
', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <p>Enter your email address:</p>
    <p><input type="text" style="width:140px" name="email"/></p>
    <input type="hidden" value="ifitiscreative/feeds" name="uri"/>
    <input type="hidden" name="loc" value="en_US"/>
    <input type="submit" value="Subscribe" />
</form>
        </div>
        <div class="row">


            <div class="eight columns">
                Dynamically coordinate technically sound supply chains via B2B materials. Authoritatively recaptiualize robust action items vis-a-vis an expanded array of testing procedures. Monotonectally orchestrate business users for client-centered infomediaries. Dramatically.
                <!-- ####column-end#### -->
            </div>
            <div class="four login">
                <button class="nice small button white radius">Register</button>
                <button class=" nice small button white radius">Login</button>

                <!-- ###end-row### -->
            </div>
        </div>
        <div class="row" id="tweets">
            <div class="twelve columns">
                <p class="tweet">
                    <?php 
echo cwp_social::latest_tweet('shawnsandy');
?>
                </p>
                <!-- ###end-row### -->
            </div>
        </div>
        <!-- container -->
    </div>
</section>
<?php 
cwp_layout::theme_footer();
cwp_layout::footer();