开发者

How to get wordpress plugin "Twitter hash" to show on page

开发者 https://www.devze.com 2023-01-21 10:26 出处:网络
I cannot for my life figure out how to get the downloaded plugin Twitter hash (http://wordpress.org/extend/plugins/twitter-hash-tag-widget/) to show on my index.php page. Read about it and this HTML c

I cannot for my life figure out how to get the downloaded plugin Twitter hash (http://wordpress.org/extend/plugins/twitter-hash-tag-widget/) to show on my index.php page. Read about it and this HTML code was given as an example in many places:

<li id=”twitter">
<ul>
<li><a href=”http://www.site1.com/”>Site One Name</a></li>    
</ul>
</li>

But obviously all it does is a 开发者_如何学GoHTML list so it shows nothing of how to connect to the widget I have. I also added the file functions.php with the following lines:

<?php
if ( function_exists('register_sidebar') )
register_sidebar();
?>

and dragged the widget to its place on the wordpress widget page.

All help appreciated for a very new wordpress user!

//Margareta


Right, solved it by using the Kubrick theme instead of the simplified theme that I had used earlier. Now it is showing on the side without me doing anything. Great stuff!

0

精彩评论

暂无评论...
验证码 换一张
取 消