petrachappell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to edit WP-title separator? WordPress newbie…Thank you lorro!
Adding the extra code worked perfectly. I’ll just need to remember to update it after theme updates.
Forum: Fixing WordPress
In reply to: How to edit WP-title separator? WordPress newbie…Hi graphicscove,
Thanks for your comment.
I bought this template. I have had a look in the header.php file and here is the code that I think is related to the title:
<title><?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'fairpixels' ), max( $paged, $page ) ); ?> </title>
The separator is working between the site title and the tagline (ie. the | between The Global Couple and Travel & Photography blog), but you can see there is no space or – between Home and The Global Couple (that’s what I’m wanting to add in).
I appreciate your help and time! ??
Forum: Fixing WordPress
In reply to: How do I change default blog image/logo?Ok, thanks – I have done as you have suggested.
No change as yet on Facebook, but I’m guessing this sort of thing may take a while? I wonder if there is some way to prompt Facebook to find the new image? (I have no idea how this sort of thing works!)
Forum: Fixing WordPress
In reply to: How do I change default blog image/logo?Hi kmessinger,
Thanks for your message. I appreciate that I probably need to contact the theme developer, but I have been having this issue with the past three themes that I have had (the two themes before my current one were free WordPress themes). So I’m thinking it’s not a theme-specific issue, but rather a WordPress or Facebook one?
Any advice would be appreciated ??
Thanks!
Hi,
I’ve now changed my theme and don’t have the issue any more! Thanks for your responses though ??Yeah – I thought so!
Still not sure what the issue with the logo is though – even when I remove the slider plugin and try to upload the logo the menu on the right side still goes behind the stuff below (the title of my blog post, the sidebar widgets).
I don’t have a copy of my site on a development server (nor do I know how to get it onto one), is this hard to do?
Thanks!
Hi Kathryn,
Thanks for your response. I’d love to use the built-in slider that Sketch has, but I can’t work out how to set it up! I’ve tried adding certain tags in the Customise > Featured Content section, but nothing happens. I thought that the slider could only be on the portfolio page. I don’t want the portfolio page as my front page, I want to have my blog posts as they are currently and the slider above (essentially the look of the home page at the moment).
Am I missing something really simple?
Thanks!