I'm calling quite a bit of data for the front page of my site. 34 fields to be exact. I call all of them using the <?php echo get('name'); ?> method.
After a certain amount it stops working and nothing is showing up on the page. If I make new fields it doesn't show up and if I use fields that are in use and showing elsewhere they don't show up later on in the code.
Is there a limited amount of times you can call this function? If so how can I make it more. If not what could be the problem?