Forum Replies Created

Viewing 8 replies - 31 through 38 (of 38 total)
  • Thread Starter betwixt

    (@betwixt)

    I will try that! Thanks!

    Thread Starter betwixt

    (@betwixt)

    Helloo?

    Thread Starter betwixt

    (@betwixt)

    No one?

    Thread Starter betwixt

    (@betwixt)

    Nevermind, I kind of solved it by removing the part from a href till bloginfo.

    Thread Starter betwixt

    (@betwixt)

    I 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>

    Thread Starter betwixt

    (@betwixt)

    REALLY awesome! I mailed you the details.

    Talk to you later ??

    Thread Starter betwixt

    (@betwixt)

    Hi 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

    Thread Starter betwixt

    (@betwixt)

    Moshu, 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.

Viewing 8 replies - 31 through 38 (of 38 total)