• Hi,

    I am using enews theme from elegantthemes.com

    There is a slider that shows articles in specific categories… I want to transform that function to call specific pages instead of articles..

    here is the code associated with this function:

    <?php $ids = array();
    query_posts("showposts=".get_option('enews_homepage_featured')."&cat=".get_catId(get_option('enews_feat_cat')));

    I know that this is linked to the them option in the admin panel. I don’t mind working directly in the .php file.

    Anyone can lead me on the right track?

    Thanks a lot

The topic ‘call pages’ is closed to new replies.