Changing title & add Breadcrumbs

I’m supposing we are talking about the tab title, if so its possible but not conventional, if is the page title, the code is almost the same and its feasible. In this last case WordPress doesn’t have a breadcrumb per say, we have to make a custom one, nevertheless Woocommerce has one. If Woocommerce is … Read more

HeadSpace2 double title on homepage

In the theme’s header.php look for the <title> tag. You’ll probably find something like: <title><?php bloginfo(‘name’); wp_title(); ?></title> The wp_title() function spits out the blog name now so you can just remove the bloginfo() bit.

Changing the title tag from a shortcode

You are correct in your thinking that because the loop evaluates after the header you will not be able to get the contents of the loop there. The easiest way to do this is probably with jQuery. Something like this: <script type=”text/javascript”> $(document).ready(function() { document.title=”blah”; }); </script> Place this code in your loop, and the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)