wp-e-commerce / wpec-theme-engine-v2

WPEC Theme Engine V2 (aka a tester Plugin for Theme creators and WPEC 3.9)
5 stars 6 forks source link

Title broken on store page #4

Closed leewillis77 closed 11 years ago

leewillis77 commented 11 years ago

Installing on a fresh WP install, I get the following tags on normal pages / posts:</p> <p>%page/post name% | %site name%</p> <p>E.g. </p> <p>Hello World! | WordPress Test Site</p> <p>On the store page however I get</p> <p>Store | </p> <p>ie the site name is missing.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/garyc40"><img src="https://avatars.githubusercontent.com/u/52500?v=4" />garyc40</a> commented <strong> 11 years ago</strong> </div> <div class="markdown-body"> <p>Yes I have this issue as well. Working on a fix.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/garyc40"><img src="https://avatars.githubusercontent.com/u/52500?v=4" />garyc40</a> commented <strong> 11 years ago</strong> </div> <div class="markdown-body"> <p>PR #7 fixed it for me. Please test.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>