Ronny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: resize Link Imageok thanks kof. got it working just the way i wanted it.
Ronny.
Forum: Fixing WordPress
In reply to: resize Link Imageok kaf… er… i don’t think the one available for download on your website in version 0.2 because i’ve tried downloading several times and its always 0.1 might want to look in on that. thanks.
Forum: Fixing WordPress
In reply to: resize Link Imagewow thanks for remaking the plug in for me.
unfortunately i tried it out and it didn’t work.
i did notice however that in the plug in manager area of wordpress it states Add Link Attribute plugin as version 0.1 even though i downloaded overwrote, deactivate reactivated etc.
hmmm…any ideas?
thanks again.
RonnyForum: Fixing WordPress
In reply to: resize Link ImageKafkaesqui yeah i’m trying to find a way of using the Link manager in wordpress to do it, as opposed to hard coding it. Your Add Link Attribute plugin sounds like just the thing.
i tried it out but it didn’t quite work.i used this
<code><li id="Reading List"><?php _e("Reading List:"); ?>
<ul>
<?php add_link_attr("wp_get_links", "3", "height="60" width="39""); ?>
</ul>
</li>thanks.
RonnyForum: Fixing WordPress
In reply to: list link by categories ?Forum: Fixing WordPress
In reply to: list link by categories ?i’m using 1.2.2 i think and i just found out how to do it. its pretty simple.
http://wiki.wordpress.org/?pagename=HowToOrderLinkCategories
basically its
<li id="category name found in link manager"><?php _e('title you want to be seen on page example "friends:"'); ?>
<ul>
<?php wp_get_links(category id number from link manager)?>
</ul>
</li>
its listed here
http://wiki.wordpress.org/?pagename=HowToOrderLinkCategoriesbut they don’t tell you how to put display the name of the category on the page like “friends:” followed by the links.
however i have already mentioe dthe code above 🙂
hope it helps