Change the order of the blocks
-
Please, help me to change the order of the blocks .
On the index.php page, manually changing the order code – but nothing comes out.
This is the first unit 2, how can I swap them ? Thank you. ??1 => array(
‘section_title’ => ‘Our Services’,
‘menutitle’ => ‘services’,
‘bgcolor’ => ‘#ffffff’,
‘bgimage’ => ”,
‘class’ => ‘services’,
‘content’ => ‘<div id=”services-box”>
<img src=”‘.get_template_directory_uri().’/images/icon-web-design.png”>
<h2>Web <span>Design</span></h2>
<p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industry standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p>
Read More
</div><div id=”services-box”>
<img src=”‘.get_template_directory_uri().’/images/icon-web-design.png”>
<h2>Web <span>Development</span></h2>
<p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industrys standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p>
Read More
</div><div id=”services-box”>
<img src=”‘.get_template_directory_uri().’/images/icon-web-design.png”>
<h2>Mobile <span>Website</span></h2>
<p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industrys standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p>
Read More
</div><div id=”services-box”>
<img src=”‘.get_template_directory_uri().’/images/icon-web-design.png”>
<h2>WordPress <span>Themes</span></h2>
<p>Lorem Ipsum is simply dummy text of they printing and typesetting industry. Lore Ipsum has been the industrys standard in dummy text ever since the 1500s, when an unknown printer took a galley of type andin scrambled it to make a type book.</p>
Read More
</div>’,),
2 => array(
‘section_title’ => ”,
‘menutitle’ => ”,
‘bgcolor’ => ”,
‘bgimage’ => get_template_directory_uri().”/images/contact-banner.jpg”,
‘class’ => ‘contact-banner’,
‘content’ => ‘<h3>Do you like SKT White? Is it everything you wanted from a theme?</h3>
Contact Us‘,
),
- The topic ‘Change the order of the blocks’ is closed to new replies.