How to add Link units
-
I want to add link units below header image and above my post for all of my post.
I am using Theme “Twenty Ten”I have read that I should add my code in the Index.Php
This is the code in my index.php
<div id="container"> <div id="content" role="main"> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part( 'loop', 'index' ); ?> </div><!-- #content --> </div><!-- #container -->
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Where do I add my code. The code I have starts with <script and ends with script> Do I need to add anything in the front of the <sript and after the script> ?
Thanks[No bumping. If it’s that urgent, consider hiring someone.]
- The topic ‘How to add Link units’ is closed to new replies.