Modify the Optimizepress header file [op_theme_file ('header')]
I tried to edit the Optimizepress default title, I edited the blog title, but I can't seem to edit the default page title. Header.php says
<?php op_theme_file('header') ?>
But I don't find the exact location where the title is to change.
thank
+3
Imtiaz shamim
source
to share
1 answer
Landing page: optimizePressTheme / pages / landing / 1 / template.php
Marketing: optimizePressTheme / pages / marketing / 1 / template.php
Membership: optimizePressTheme / pages / membership / 1 / template.php
op_theme_file('header')
In case the page title depends on your page; it comes from base on landing, marketing and membership page ...
0
Pankaj Kanani
source
to share