Learn Reputation Box askbug theme
That’s the really weird thing here, its the other way round.
I see the following code in home.php…
<div class="widget"> <div class="border-box"> <h3><?php _e('What is reputation?', 'ab'); ?></h3> <p><?php _e('Learn more about our reputation system and how to earn them.', 'ab'); ?></p> <a href="<?php echo home_url( '/reputation-faq' ); ?>" class="btn btn-xs"><?php _e('Learn more', 'ab'); ?></a> </div> </div>
…which I take to be the placeholder. But it doesn’t show up. I want the reputation box to show up so I have had to place the code into a text widget to get it to show on the home page.
Odd behaviour, no?