Support

Account

Home Forums Front-end Issues How to get the data outside the loop? Reply To: How to get the data outside the loop?

  • That did the job! The format is just good it’s just some font names and thats it!

    I made from the echo:

    <?php foreach ($values as $value) {
    		echo '<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=' . $value .':100,300,400,500,700,900">';
    	}
    ?>

    And every font load in so that is working nice now!

    Big thank you John!