Help using the Image Headlines plugin
-
I am using the headlines images plugin nd I have managed to customize my sidebar quite nicely.Basically I just take this piece of coding
<?php echo ImageHeadline_render( 'About','font_color=#FFF1E6&font_size=24' ); ?>
and place it between the <h2> </h2> tags and my title will show up.All worked perfectly until I came upon the blogroll.php block (of the Hemingway theme) and I cannot seem to replace the word LINKS with my headlines image no matter what I do.Can anyone help me please?
This is the blogroll.php coding
<ul class="blogroll">
<?php get_links_list(1, '<h2>', '</h2>'); ?>Here is an image of the problem.As you can see only the word LINKS remain unchanged.
https://img71.imageshack.us/my.php?image=brownsista11511288425150cs.png
Any help would be most appreciated ??
- The topic ‘Help using the Image Headlines plugin’ is closed to new replies.