Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    It seems like you were able to take care of this, but in general, just make sure your home page is properly defined at Settings > Reading in your site’s Dashboard.

    Thread Starter josh612

    (@josh612)

    Hi, James, thanks for replying. This does not address my issue, however. What I am trying to do is have the site identity from “www.urbitasia.com/blog” to “www.urbitasia.com”. Currently, I have the site identity reading “Urbit Asia Blog” in the left of the navbar because I’m trying not to confuse people. I’d like that just to go to my main page. If I can get it fixed, I’ll then change the link that currently reads “Urbit Asia Home Page” in the navbar to point to “www.urbitasia.com/blog” and change it to read “Urbit Asia Blog”. This makes more sense to the site visitor, in my opinion.

    So what I think I need to do is change header.php, but I need help with that.

    Moderator James Huff

    (@macmanx)

    Hm, that’s a bit beyond the scope of the theme, and I don’t have the time to fully dig into this.

    This is the section in the header.php file:

    <div class="header-titles">
    
    	<?php
    							// Site title or logo.
    							twentytwenty_site_logo();
    
    							// Site description.
    							twentytwenty_site_description();
    						?>
    
    					</div>

    It’s possible something like:

    <div class="header-titles">
    <a href="https://www.urbitasia.com/">Urbit Asia</a>
    </div>

    might work instead, not sure though.

    Personally, I recommend instead clearly titling the blog so it’s clear that it’s a blog and adding a clear link to the main site to your menu, which is exactly what you’ve done. ??

    Bumping this, because this wasn’t solved. Like the author, I’m trying to have the site identity logo in the header point to something custom. Right now, for some strange reason, it’s pointing to a directory called …/187-2/ I don’t know what that is and it gives a 404 error. I would rather it simply points to Root or to /News.

    Dashboard/Customize/Header only has the option to change picture and some colours.

    Dashboard/Settings/Reading isn’t helping either.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change url of Site Identity’ is closed to new replies.