aa2nd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] where to put php code for a slideshow pluginstrangely enough, i did it for test yesterday and i put it exactly where you said now (i know nothing about coding), and it works, thanx 🙂
Forum: Themes and Templates
In reply to: [Custom Community] where to put php code for a slideshow pluginunfortunately it is installed locally
Forum: Themes and Templates
In reply to: [Custom Community] Site URL in tab instead of site titlei figured it out, i replaced
<title><?php wp_title(); ?></title>with:
<title><?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description') : wp_title(''); ?></title>thanx to http://codex.wordpress.org/Function_Reference/wp_title
Forum: Themes and Templates
In reply to: [Custom Community] Site URL in tab instead of site titlethank you Ham Radio, I changed header.php as you said, i only have an issue with my home page, because it is linked to a static page named Home(settings>reading>front page displays>a static page) when i’m in my home page i see
Home: Site Titlewhile i’d like to see
Site Title: TaglineForum: Themes and Templates
In reply to: [Custom Community] Site URL in tab instead of site titlei also have the exact same issue with Custom Community, would appreciate any suggestion 🙂