• I’m intrigued to know where the settings for this popular posts retreival code would be. As it holds the data for image thumbnail size and I want to change it.

    I don’t see anything in theme functions or theme settings.php

    Hope to find out lol thanks everyone. Here is the code.

    <?php if (fs_settings(‘popular_posts_s’)==’enabled’) : ?>
    <div class=”box”>
    <h2><?php fs_lang(“Popular Articles”); ?></h2>
    <ul class=”popular”>
    <?php fs_popular_posts(fs_settings(‘popular_posts’)); ?>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter markey101101

    (@markey101101)

    Any suggestions please?

    Thanks

    One suggestion – post a link to your site and the name of your theme, then maybe we can look for the code. Otherwise, it will take a psychic.

    Actually maybe two suggestions: if it is a purchased theme, contact the provider.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fs_settings Where to Find the Setting of this Particular One? Thank You’ is closed to new replies.