mayarulez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put images in a template (with links) ???as the first ones, so only the tags. The link is ok, so it has only problems with the images itselfs.
Forum: Fixing WordPress
In reply to: How to put images in a template (with links) ???<a href="#"><img src="images/verlichting.jpg" width="170" height="195" alt="verlichting"/></a> <a href="#"><img src="images/meubels.jpg" width="170" height="195" alt="meubels" /></a> <a href="#"><img src="images/diversen.jpg" width="170" height="195" alt="diversen" /></a>
this is the code in the template, after get-header and before get-sidebar and get-footer.
Forum: Fixing WordPress
In reply to: How to put images in a template (with links) ???I did, in the #designhome template. Strange thing is that another image (not 1 of those 3) is working well 8-(
Maybe there is sth wrong with the path??
Other suggestions?
Forum: Fixing WordPress
In reply to: Read more tag and expanding contentmmm, quit confusing for me…. How can I look into the jQuery lists?
Forum: Fixing WordPress
In reply to: Wondering how the hyarchie works…?mmm, I see now that while starting the sitename in the localhost I get an error : Fatal error: Call to undefined function bloginfo() in D:\wamp\www\annekerost\index.php on line 13 Call Stack #TimeMemoryFunctionLocation 10.0006686264{main}( )..\index.php:0
Maybe there’s something wrong that causes the problem I got??
Forum: Fixing WordPress
In reply to: Wondering how the hyarchie works…?In both the WP site as in the siteadress are the same:
https://localhost/sitename/blogIs that a problem? And how to resolve?
Thanx for the replies anyone btw.
Forum: Fixing WordPress
In reply to: The porblem of posts on a certain pageI have read the codex, but is there an easier way to tell a certain category-post will post on a certain page or div??
Forum: Fixing WordPress
In reply to: Wondering how the hyarchie works…?hello,
I have links to CSS in all the files (template.php, page.php and index.php) as follows:
<link href=”<?php bloginfo(‘stylesheet_directory’); ?>/css/styles.css” rel=”stylesheet” type=”text/css” />
<link href=”<?php bloginfo(‘stylesheet_directory’); ?>/css/menu.css” rel=”stylesheet” type=”text/css” />This is for the files in the wamp/www/sitename as in the thems dir blog/wp-content/themes/sitename
Only the localhost/sitename isn’t correct, and only the menu is wrong, the styles.css for the entire page is correct in that view.
What do I have to change? And why is in the localhost/sitename the menulink from blog page=63 and in the themes dir blog page=102 ??
Therefore in the localhost/site the blog page isn’t found (404) and after clicking first another menulink, its found.Hopefully is this explanation clear?
Dick