betwixt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: header button linking to page outside wordpressI will try that! Thanks!
Forum: Plugins
In reply to: Live (Ajax) archives with WordPress 2.1Helloo?
Forum: Plugins
In reply to: Live (Ajax) archives with WordPress 2.1No one?
Forum: Themes and Templates
In reply to: Static frontpage with WP 2.1Nevermind, I kind of solved it by removing the part from a href till bloginfo.
Forum: Themes and Templates
In reply to: Static frontpage with WP 2.1I must thank Moshu very much, since an incompatible plugin caused the problem. It’s almost solved now, except there is some hardcoded entry in my header that causes me to have an Extra home button with the blogname, as you can see on https://www.ogenwijs.nl. Does someone know what I need to change to get rid of this? Then I can just create a page with the blogname as the title and set it as static frontpage.
I think I need to change something in this part of the code:
<?php wp_head(); ?>
</head>
<body id=”top”>
<div id=”menucontainer”>
<div class=”content”>-
<li <?php if(is_home()) { echo ‘class=”current_page_item”‘; } ?>>“><?php bloginfo(‘name’); ?>
<?php wp_list_pages(‘sort_column=menu_order&title_li=&depth=1’); ?></div>
</div>Forum: Themes and Templates
In reply to: Static frontpage with WP 2.1REALLY awesome! I mailed you the details.
Talk to you later ??
Forum: Themes and Templates
In reply to: Static frontpage with WP 2.1Hi Moshu, Once again, thank you for your time and your reply. It’s nice that you’re willing to help me for free!
I tried both default and classic theme. Same problem occurs. So I guess things went wrong with upgrading.
Also, when I use this sg/dark 1.0 theme, the first page button, has the name of the blog. When I add these two pages, “home” and “blog”, I get both these buttons that don’t do anything when clicking on them. The thing is, I would like to have the default blogname button display the static page, not seeing the home button, since the default blogname button is already a home button, except it’s not a editable page.
Is there any way you have some time to look at my configuration? I could give you admin acces….
Really, I would be so grateful.Cheers
Forum: Themes and Templates
In reply to: Static frontpage with WP 2.1Moshu, thank you for your reply. What I did was:
* I went in to administrator dashboard.
* Clicked on “Write”, “Write Page”
* First made a page called “Blog” and saved it.
* Then made a page called “Home” and saved it.
* Clicked on “Options”, then “Reading”.
* Selected “A static page”.
* Selected “Front page”: Home.
* Selected “Posts page”: Blog.
* Clicked “Update options”.
* Went to view my site.
* The “home” and “blog” buttons appeared, nothing works/changes when clicking on them, both in the old and new theme.Regards.