• Resolved greatpeace

    (@greatpeace)


    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • look in the theme’s header.php for the code

    Thread Starter greatpeace

    (@greatpeace)

    Samboll,

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

    Solo.

    hmm…then perhaps it is a widget?
    admin – appearance – widgets

    Thread Starter greatpeace

    (@greatpeace)

    Well,

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

    Solomon

    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

    Thread Starter greatpeace

    (@greatpeace)

    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.

    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.

    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

    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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WordPress theme “Blend”.’ is closed to new replies.