evensrii
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hover menuSeems like noone would like to answer this one… =)
Forum: Fixing WordPress
In reply to: How to hover my sidebar menu properly? Please help me..The url is http://www.evenshjemmecider.com
Forum: Fixing WordPress
In reply to: Where’s my complete post??Thank you both for the help, the links you gave me were very appreciated reading! 😉
Forum: Fixing WordPress
In reply to: Where’s my complete post??Wuhuu!! =)=) Thanks man! 😉 I’m so very very happy right now.. 🙂 It worked when I created a “single.php”, as you said! But then rises a few other questions…
1) Are the .php-files (e.g. index.php, single.php) universal, independent of the theme you are using? In other words, is there a defined set of .php-files to be used, regardless of theme?
2) Now I have two almost identical .php-files (the index.php and the single.php), is that the way it “should be”..? The main difference is that the “index.php” uses the the_excerpt-string, and the “single.php” uses the the_content-string. They both have the famous loop.. I guess this is the way it should be, because the index.php defines the template for the main page (which should display the excerpt), and the single.php defines the template for single posts (which should display the whole post). Am I right at all…? =)
Forum: Fixing WordPress
In reply to: Where’s my complete post??I should of course have mentioned this, its just the frustration taking over.. 😀
I use the “Fleur”-theme, and the loop is in the “index.php”…