Forums

[resolved] WordPress theme "Blend". (10 posts)

  1. greatpeace
    Member
    Posted 2 years ago #

    Hello Everybody,

    I looked around to see if there is any related topics on this forum to this topic, but found none.

    Is anybody using wordpress team called "blend"? I am helping a friend to put a site together: http://teamcogger.com/blog/ and I am trying to change those links in the header, on top right hand corner that says: Development Blog,Documentation,Plugins,Suggest Ideas, etc

    And I don't know where I need to go on the site to change it. I will appreciate any help. Thanks.

    Solo.

  2. Samuel B
    moderator
    Posted 2 years ago #

    look in the theme's header.php for the code

  3. greatpeace
    Member
    Posted 2 years ago #

    Samboll,

    Thanks for your reply. I have done that. I did not find anything there that relates to those links.

    Solo.

  4. Samuel B
    moderator
    Posted 2 years ago #

    hmm...then perhaps it is a widget?
    admin - appearance - widgets

  5. greatpeace
    Member
    Posted 2 years ago #

    Well,

    I checked widget, it doesn't even have a place to edit anything. It is just drag and drop of sections.

    Solomon

  6. Samuel B
    moderator
    Posted 2 years ago #

    ok - downloaded the theme to look
    it's pulling that from your "links" section in admin
    either add some links to that section that you want to display
    or to do away with it - remove this line of code from theme's header.php

    // Find out what is needed in the header links space, if the selected option has no links or pages in it then set to off.
    switch (get_theme_option("header_links")) {
    	case 0:
    		unset($links);
    		unset($header_class);
    	break;
    	case 2:

    back up 1st

  7. greatpeace
    Member
    Posted 2 years ago #

    Ok-Thanks Samboll,

    I find it under "links" in the admin. I may have to delete that section later on and replace it with something else.

    Thanks.

  8. Spectacula
    Member
    Posted 2 years ago #

    You don't need to go so far as to change code - In appearance you can go to 'customise the theme' - there you have various options for the theme.

    In this case you can select the drop-down marked 'Header links space' and select 'off'. Et voila, links are gone. You can also choose it to be the place you have pages linked to.

  9. LynnHB
    Member
    Posted 2 years ago #

    Hi thanks for these solutions. I'm also just changing a site over to Blend, and chose it because it was in the list of wordpress themes that have Custom Headers.
    But... can't find how to change that and put in my banner header - is there a way?
    thanks in advance
    Lynn

  10. bbooze
    Member
    Posted 1 year ago #

    But... can't find how to change that and put in my banner header - is there a way?

    Go to Appearance> Customize the theme> Header URL Full Path

    I just dragged my image over FTP to my hosting account, and copied the URL from there, then place it in the aforementioned box.

    Does anyone know how to get rid of "Posted in Uncategorized by admin" on the main page... or the date and time. It's rather large, and I'm trying to make the site look more like a stand alone site than a blog.

    http://www.statisticsjunkie.com

Topic Closed

This topic has been closed to new replies.

About this Topic