| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Apr 1 at 20:32 | |
| stats | profile views | 5 |
|
Feb 4 |
comment |
Giving WordPress Its Own Directory together with index.html let us continue this discussion in chat |
|
Feb 4 |
comment |
Giving WordPress Its Own Directory together with index.html Can we continue in chat? |
|
Feb 4 |
comment |
Giving WordPress Its Own Directory together with index.html Birgire what is the difference between example.com and www.example.com in your example. |
|
Feb 4 |
comment |
Giving WordPress Its Own Directory together with index.html Yes but how do you change them? |
|
Feb 4 |
comment |
Giving WordPress Its Own Directory together with index.html I not want to use any plugings for this. I need to change the links like a told you before. Users must see this page everytime they visit the website |
|
Feb 4 |
comment |
Giving WordPress Its Own Directory together with index.html Thanks for you answer, I'm considering the use of the tutorial to create a slash page. What I don't understand there is the last part. How can you change the wordpress homepage (not static vs post page) but when you set a static page as homepage, every time the user clics on the home label or logo, he returns to the splash page |
|
Feb 2 |
comment |
Only default permalink is working Max, I've created nothing. I didn't know it was necessary because I also have another webserver, by another company, and there everything is working very well. |
|
Jan 31 |
comment |
Custom fields or something else Simon, I think there is a lot of code not necessary. I will try to explain in the post above. |
|
Jan 31 |
comment |
Custom fields or something else Simon, your variable $extrait will always be something, so we never came to the else part. If i just echo the $extrait, i always see something. |
|
Jan 31 |
comment |
Custom fields or something else Thank you for your answer but When I add this option, all the excerpts are changing. I only want to change the excerpts of the top 3 on the frontpage. |
|
Jan 30 |
comment |
Recent posts on homepage let us continue this discussion in chat |
|
Jan 29 |
comment |
Recent posts on homepage I don't understand what you are talking about but I've got a working blog posts index page. I receive the content on the blog post index with the get_content() function and this is working. Only on my index page this will not work I assume because when I type get_content() it will load page content and i need post content. Is this right or am i completely wrong? |
|
Jan 29 |
comment |
Recent posts on homepage Under settings, reading, I have a static frontpage and I also assigned a static page to display the blogposts. (I first create a blank page, and then assigned this page to display blog posts) |
|
Jan 29 |
comment |
Recent posts on homepage I have entered the following code into my template file but nothing happened. There is no content in it... |
|
Jan 29 |
comment |
Recent posts on homepage Bennet, When you want to retrieve the content from a page you don't use the_content() ? The_content() is only used for content from blogposts? Is this right? |
|
Jan 25 |
comment |
<p> tag the_content() Thanks for your answer. What i'm trying to reach is to add some text together with a featured image. The image must 'wrap' around the text. But with your answer in my head, I think this is fully possible. Isn't it? Thanks! |
|
Jan 24 |
comment |
Wordpress 3.5 dropdown menu Thank you for explaining this. I'm going to "copy" the css from the twenty eleven theme :-). I will let you know if everything is done. |
|
Jan 24 |
comment |
Wordpress 3.5 dropdown menu Thanks for your answer, I was a little bit confused about the different types of menus you have in wordpress. I think I only have to change some CSS to 'create' my dropdown menu. I do not want an extra menu (secondary menu) so why do I have to change PHP code then. I think I understand it now and this is my conclusion. If you want a dropdown menu (hoover over an item, child item appears in dropdown) you only need to change some css. If you want an extra menu for example a primary menu and a secundary menu, you have to change the php code ect. Can you please tell me if i'm correct? |
|
Jan 24 |
comment |
Wordpress 3.5 dropdown menu @TomJNowell I'm just trying to hoover over an item in my main menu. When I do this a submenu shows up but I think it's only a matter of css because in wordpress you can make parent pages. Isn't it? And when you want to make a second menu, you can use the code above? But why would I make it so difficult? |
|
Jan 24 |
comment |
Wordpress 3.5 dropdown menu @TomJNowell My main menu is fully working. It is just my submenu that is not working and I dont know if i did the right things (see above) to get it working. In my view that is not the right solution because a dropdown menu is not a secondary menu? |