• I’m using Hemingway meets CognitiveCombine III here:
    http://www.aabbbiee.com/lifetimes/

    I want to use my blogroll in the sidebar, and it’s working correctly except for the title of that particular block. The other blocks are working fine.

    The theme is supposed to have rounded edges, but the blogroll title is not showing with rounded edges. It is not a static title like the other block titles. It’s being called from somewhere, but I can’t figure out where!

    I tried to change it to a static title, and that worked EXCEPT the old title is still showing up underneath.

    Any idea where this is being called from? I want to fix it to rounded edges or just remove it entirely in favor of the working static title.

    Any help would be wonderful. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aabbbiee

    (@aabbbiee)

    Bump! Anybody?

    I guess my remaining option is to just make a special block page and list out links by hand, but that is frustrating.

    I’m not familiar with that particular modification of Hemingway, but I am familiar with Hemingway, as I used to run it myself.

    I’m going to take a stab that the problem is that you have a link category called “Other Stuff of Mine.” And that when you’re using the Links block from Hemingway, the way it’s called it’s inserting in the link category as well.

    Y’know, let me look at the code. I have your variant on my computer’s hard drive.

    Yep, that’s exactly what the problem is.

    In the blocks subdirectory of your theme, open up the blogroll.php file.

    Change this:
    get_links_list(1, '<h2>', '</h2>');

    To this:

    wp_list_bookmarks('categorize=0&category=1&show_images=0');

    I think that should take care of the issue, and you won’t have formatting problem. Give it a try, and if it doesn’t work, let me know. We’ll try something else. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hemingway block title issue’ is closed to new replies.