Hello,
I have a relatively, I think, simple task. I need to figure out a way to hardcode the page title (normally render from a Page Title block) into my layout.phtml.
Ideally, I’m just missing something here and the output might be some method I just don’t know about. Maybe something similar to this?
<h1><?php echo $this->methodToRenderTitle; ?></h1>
I’ve tried parsing documentation and fumbling through the controllers that render the block with no luck.