• Resolved Solomuner

    (@solomuner)


    Hi there. First of all I am very thankful the authors for creating this great tool! Simple and so useful!

    Came across a slight problem. I am using this theme http://caslay.com/tiny_theme/ for my project and ‘latest posts’ as my front page. But I can’t get any of the MaxButtons seen on my front page. Although they are visible on the actual post when you go inside of it. It might be a simple solution, but I have never had such a problem so don’t know how to fix it. Any ideas?

    Thanks for your time in advance!

    https://wordpress.org/plugins/maxbuttons/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author johnbhartley

    (@johnbhartley)

    Is the content being pulled onto the home page by

    <?php the_content(); ?>

    or some other way? It could be that it’s just not getting to a spot in the post where it finds the maxbutton.

    Thread Starter Solomuner

    (@solomuner)

    That is all I needed. Changed the <p><?php echo content('80'); ?></p> to <?php the_content(); ?> and it did the trick.

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MaxButtons now showing on 'Your latest posts' page used as front page’ is closed to new replies.