waynelvn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category listings in sem 3.2I’m still trying to figure out how you got so many posts listed in your categories. I only get 3, like I have the main page set up for, with the infamous read more posts >> following it. I think Denis must have this stuff hidden away in the pro theme somewhere. 🙂
Forum: Fixing WordPress
In reply to: Category listings in sem 3.2That was it jimmy, thanks again.
Forum: Fixing WordPress
In reply to: Category listings in sem 3.2Denis, do you mean like this? Still doesn’t seem to want to work.
<?php
require_once(TEMPLATEPATH . ‘/header.php’);$sem_theme_posts->callback = array($sem_theme_posts, ‘display_title’);
the_posts();
require_once(TEMPLATEPATH . ‘/footer.php’);
?>Forum: Fixing WordPress
In reply to: Category listings in sem 3.2Thanks Jimmy, that’s exactly it. And I disagree with the SEO “benefits” of repeating the entire article in the Archive section. Our friends at the Big G might consider this duplicate content. What you are doing is exactly what I want to do. Thanks again.
Forum: Fixing WordPress
In reply to: Replace WP Header with Custom Flash HeaderNM the NM. While the header works on the main page, it doesn’t work on ANY subsequent page. Even though it work on the base WP install other pages. I guess that WP just doesn’t pick up the info provided. So, back to original question. Is there any way of including the datafile in the sem-theme-utils.php file? Back to SOOL I think.
Forum: Fixing WordPress
In reply to: Replace WP Header with Custom Flash HeaderSigh. NM. I swear I can try to figure these things out for 3 hours and get nowhere. Then as soon as I post the question here, the lighbulb comes on. Works great now, just had to embed the flash object ABOVE the call to the_page_header in the header.php file.
I wish all of life would be this easy to figure out. Doh!
Forum: Fixing WordPress
In reply to: Replace WP Header with Custom Flash HeaderDenis has done it again! Really nice. 🙂
I have been experimenting with 3.2 on a new blog that I just loaded at http://www.cat-lovers-guide.com and it sure enough loads a flash header nicely. However, this flash header uses a datafile (which I also dumped in the sem theme root along with the swf file) and naturally WP doesn’t seem to recognize this necessary file although the swf file should. What it does is replace the “Your Company Name Here” with “Cat Lover’s Guide” as well as a slogan replacement.
Is there any way of adding a call to the datafile (cattxt.txt) in sem-theme-utils.php where info about including the swf file in the header is or am I just SOOL on this one?
Forum: Fixing WordPress
In reply to: Header image: old version vs newOoops! Never mind the never mind. I noticed that if I delete <?php the_page_header(); ?> it deletes the header nav bar. The rest of the page is fine. So where is “the_page_header” ?
Thanks
Forum: Fixing WordPress
In reply to: Header image: old version vs newDuh! Never mind. I figured it out. Just needed a glass of cabernet and the brain fart disappeared. Thanks again Denis. 🙂