LeClair
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Delphi] Changing summaries to full postsAwesome thanks for all the help! =)
Forum: Themes and Templates
In reply to: [Theme: Adapt] Adjusting Portfolio Project Page SpecsWhoops, I missed this! Sorry for the late reply. Thanks for taking the time to help me out =)
Forum: Themes and Templates
In reply to: Change page title to "SiteTitle" | "PageTitle"Noted! Hahah!
Forum: Themes and Templates
In reply to: Change page title to "SiteTitle" | "PageTitle"Amazing – thanks so much for all your help!
Any “For Dummies” guides you’d recommend to help get me further in this direction? =)
Forum: Themes and Templates
In reply to: Change page title to "SiteTitle" | "PageTitle"Wow! Worked like a charm, besides the first page, where it reads |JoshuLeClair.caHome
This is really helpful. Thank you for taking the time to explain how this all works instead of just throwing code I can’t hope to begin to understand at me.
Forum: Themes and Templates
In reply to: Change page title to "SiteTitle" | "PageTitle"So this is what I came up with and is not doing the trick, not because what you said isn’t working, but because I’m not fully up to speed with my CSS yet…
is_page() { <title><?php bloginfo('name'); ?><?php wp_title('|'); ?></title> }
Can you point me in the right direction? Thanks for helping me out!!
Forum: Themes and Templates
In reply to: Change page title to "SiteTitle" | "PageTitle"And in functions.php the wp_title line looks like this:
add_filter( 'wp_title', 'pinboard_doc_title' );
Neither of these look like what the wp_title function reference is talking about. Any suggestions?
Forum: Themes and Templates
In reply to: Change page title to "SiteTitle" | "PageTitle"Yeah, I’m trying to set it up like that. Unfortunately, right now my header.php looks like this…
> > < id="site-title"> > < id="site-description">> Show Navigation Hide Navigation 'primary_nav' ) ); ?>
I’m using the Pinboard theme. Curious.
Forum: Themes and Templates
In reply to: [Theme: Pinboard] Remove Header Text from Landing Page onlyHahah thanks! Graphics are where I really live, but I’m trying to expand. You’d be surprised how much actor friends are willing to spend on a doctored WordPress or Wix site!
Don’t even get me started on yoga – thanks for reading =)
Forum: Themes and Templates
In reply to: [Theme: Pinboard] Remove Header Text from Landing Page onlyHaving grown up with HTML and left for a while, I’m slowly catching on to CSS, so that’s good to know. I also figured that might be helpful for the next poor soul to have this problem! Thanks so much! =)
Forum: Themes and Templates
In reply to: [Theme: Pinboard] Remove Header Text from Landing Page onlyThat’s exactly what I want! You are a God!
Out of curiosity, is there a way to tweak that to make it specific to the page id?