Support

Account

Home Forums Add-ons Options Page Options while loop missing first item of array Reply To: Options while loop missing first item of array

  • In case it helps, this is the outputted HTML:

    <ul>
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-2/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-aircraft.jpg" class="border-radius" alt="Service 2">
    			<p>Service 2</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-3/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-example.jpg" class="border-radius" alt="Service 3">
    			<p>Service 3</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-4/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-aircraft.jpg" class="border-radius" alt="Service 4">
    			<p>Service 4</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-5/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-example.jpg" class="border-radius" alt="Service 5">
    			<p>Service 5</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-6/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-aircraft.jpg" class="border-radius" alt="Service 6">
    			<p>Service 6</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-7/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-example.jpg" class="border-radius" alt="Service 7">
    			<p>Service 7</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-8/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-aircraft.jpg" class="border-radius" alt="Service 8">
    			<p>Service 8</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-9/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-example.jpg" class="border-radius" alt="Service 9">
    			<p>Service 9</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-10/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-aircraft.jpg" class="border-radius" alt="Service 10">
    			<p>Service 10</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-11/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-example.jpg" class="border-radius" alt="Service 11">
    			<p>Service 11</p>
    		</a>
    	</li>
    
    	
    	<li class="text-center header-service">
    		<a href="http://service.dev/services/service-12/">
    			<img src="http://service.dev/wp-content/uploads/2015/08/service-aircraft.jpg" class="border-radius" alt="Service 12">
    			<p>Service 12</p>
    		</a>
    	</li>
    
    </ul>