• Hi i am trying to create a short code. this short code when entered will give me percentage bar.

    i have the code in html but i want it in for wordpress and in the post editor menu where i can click and short code and add attributes values and use it.

    Please help……..

    here is the code i use in html template.

    <ul class="skills" id="example-1">
            		<li><span class="67"> Web Development <strong>67%</strong> </span></li>
    		        <li><span class="90"> HTML / CSS <strong>90%</strong> </span></li>
        		    <li><span class="82"> Graphic Design <strong>82%</strong> </span></li>
        		    <li><span class="45"> WordPress <strong>45%</strong> </span></li>
                   </ul>

The topic ‘Shortcode for percentage bars’ is closed to new replies.