lindenthaldesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Homepage’s Theme Does Not Load In FirefoxStrange, that is the way it is supposed to look – I did find an article claiming that certain PCs running a certain version of XP that may have a virus/spyware have this bug?!? Probably B.S. It claims that if you place a ‘?’ at the end of the URL it will load. So I cleared my cache and it did just fine. I just ran a virus and spyware check but no bugs.
Forum: Themes and Templates
In reply to: How do I create ‘content blocks’?Just a note: I used the proper ampersand code but when I posted my post before, it converted it to an actual ampersand
Forum: Themes and Templates
In reply to: How do I create ‘content blocks’?Good evening DavidBorrink – I have looked into this issue and really like your solution unfortunately I cannot seem to get it to work. I have created a post, then created a category (homeblock1), and assigned the post to that category. Then in my custom template I have a “banner box” where I want the content from said post to display. Maybe I mistyped something? Syntax error? The code from my template is below. Any help appreciated in advance!
‘<div class=”grid_4″ id=”bucket_green”>
<?php $posts = get_posts( “category=homeblock1&numberposts=1” ); ?>
</div>’Thanks-Sunny