• 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 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Could there be a work-around where you just get_links without it showing any headline (“Links”), it just shows the individual links in the list, then you manually place the headline you want?

    Thread Starter Bhoney

    (@bhoney)

    I thought about that, but as of yet I haven’t found the fix if it exists ??

    Thread Starter Bhoney

    (@bhoney)

    Well I feel like now is as good a time as any to bump my thread back up.With so many experienced members on the site right now, surely someone must have a suggestion for my dilema ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help using the Image Headlines plugin’ is closed to new replies.