ThorHammer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Bad CSS ?As long as you keep your (x)HTML tidy and clean you are well fit. Regarding CSS: Focus on your layout and what you want to achieve. If your design looks as you want in all the mainstream browsers and versions, you are fine. Don’t spend a thoguht about the eventually “CSS-errors”.
Forum: Themes and Templates
In reply to: Multiple loop problem…alchymyth: eh.. *blush*… So that’s why… I thought I could interfere with the query if I put the variable definition within the loop.
Thank you. Again!Forum: Themes and Templates
In reply to: Multiple loop problem…alchymyth: Thank you for your reply!! Aha, so it really IS an issue with the custom loop… I will try your solution!
2: Sorry, I defined the variable ABOVE the custom query, the variable is equal to a post-related image, stored as a custom field value.
I look forward to try your suggestion when I get back from work!!
Forum: Themes and Templates
In reply to: Problem with QueryThank you, alchymyth! I tried with your suggestion, but still got a blank page. I think I have to re-consider the query from GD Star Rating.
Forum: Themes and Templates
In reply to: Include in template according to Custom fieldsOk, a small stripe of enlightment is visible – it seems that I actually did put the entire code into the template, ignoring functions.php… Thank you both, it seems that the solution now is just around the corner. This seems logic. I can walk alone from here on. Thank you both!
freeriders: Our old Gods are more actual and vivid than ever. Yggdrasil is under attack.
alchmyth: I will bring you both into a virtual Blot in order to seriously thank you both for the great help you hva provided >|:-)Forum: Themes and Templates
In reply to: Include in template according to Custom fieldsfreerider: because I have several blocks of content-info from where just one of them are to be included into the theme template, according to the custom field value.
And yes, all Norwegians are a bit into the norse myhology.alchymyth: your assumption is correct, but the include is just a content block of some html which are supposed to belong to posts with exactly that custom field value. And – the included content block is supposed to appear in the existing single template, on a given location.
I have read the codex. But I have halted. And that is why I am asking, and why the question remains.Forum: Themes and Templates
In reply to: Pagination questionThanks esmi, I will try when I get back home later today!
Forum: Themes and Templates
In reply to: Pagination questionForum: Themes and Templates
In reply to: Pagination questionSure, esmi!
Forum: Fixing WordPress
In reply to: Using PHP in Custom Fieldshm. this sounds like an answere for another of my challenges. I want to include a file in my post-template depending on the value of a custom field. like..
<?php $value_for_template_1=get_post_meta($post->ID,"value_for_template_1",false); ?> <?php foreach($value_for_template_1 as $template_insert) {?> <?php include ('$template_insert' '.php') <? }?>Or something this way…?
Forum: Themes and Templates
In reply to: Pagination questionMy main problem is that after the listing and when I press the “next” link, I only can display one and one listing. This is not what I want. I want the following 50 posts to be displayed. And this is where I have halted. I don’t know how to advance from here. So any tip would be of great help.
Forum: Themes and Templates
In reply to: Pagination questionEsmi, my oracle! I am querying posts from four categories and list them according to rating (GD star rating) popularity. The listing is done on a custom page template, not index.php.
Forum: Themes and Templates
In reply to: Kill LI-bulletEsmi! I solved the problem, by the soultion found here:
http://wiki.onehertz.com/WordPress/Mandigo/FAQ/How_do_I_get_rid_of_the_star_shaped_bulletsI removed all my sidebar styles from my stylesheets and placed the different sidebar styles into each sidebar.php
And then everything became delicious!!!Look to this solutin those of you creating your own themes with several sidebars. Good luck π
Forum: Themes and Templates
In reply to: Kill LI-bulletEsmi: it might look that the sidebars ignore their styles. It’s night and I am nearly passed out, so I’ll keep on looking tomorrow. This is a mystery,
Forum: Themes and Templates
In reply to: Kill LI-bulletThank you Esmi, I dropped it in, both of the sidebars.
The bullets are Browser defaults, I really dont like bullets and prefer other means than lists.