• Hello Every One

    I Have Yoothemes WordPress Theme Inspire I Wanna Add AllTags In A Page … I Tried But …. I Put This Code To The Tags.php

    <?php
    /*
    Template Name: Tag Cloud
    */
    ?>
    
    <?php get_header(); ?>
    
        <div id="content" class="narrowcolumn">
    
            <div class="tag_cloud">
                <?php wp_tag_cloud('number=0'); ?>
            </div>
    
        </div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    But IT’s Not Working … I There Any One That Can Help Me To Make A Custom Page ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • YooTheme is a premium template, they do provide support for you, just contact them.

    Thread Starter Ediablo7

    (@ediablo7)

    Dear WpThemes777.com I Know ….. But I Wanna Just Know I can’t Contact Them So Please Help Me …. Someone Help me To Do IT

    But IT’s Not Working

    please post more details; ideally post a link to that page to illustrate what you have so far.

    the html structure of your page template might be different from a page in your theme (?) – in which case nobody here can help as there is no free access to the theme’s files from a commercial theme.

    generally, you possibly could base a page template on the html code of page.php of your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add All Tags Page On YooTheme Templates’ is closed to new replies.