Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20273
    my add
    Keymaster

    Blog: https://glenn-gleich.blogspot.de/

    I don’t know how I use the pages with this template. I mean, I have created the pages (I think) but I don’t know how I do get some content there. Here the code:

    <!-- Begin Main Nav -->
    <div class='nav-wrapper'>
    <div class='nav-menu'>
    <ul itemscope='' itemtype='https://schema.org/SiteNavigationElement'>
    <li class='active'><a href='/'>Vorderseite</a>
    </li>
    <li><a href='#'>Themen</a>
    <!-- Sub Menu -->
    <ul>
    <li><a href='/women'>Frauen</a>
    <ul>
    <li itemprop='name'><a href='/women/wage' itemprop='url'>Lohnlücke</a></li>
    <li itemprop='name'><a href='/women/violence' itemprop='url'>Übergriffe</a></li>
    <li itemprop='name'><a href='/women/rape' itemprop='url'>Vergewaltigung</a></li>
    <li itemprop='name'><a href='/women/media' itemprop='url'>Medien</a></li>
    <li itemprop='name'><a href='/women/history' itemprop='url'>Geschichte</a></li>
    <li itemprop='name'><a href='/women/patriarchy' itemprop='url'>Patriarchat</a></li>
    <li itemprop='name'><a href='/women/society' itemprop='url'>Gesellschaft</a></li>
    </ul>
    </li>
    <li><a href='/men'>Männer</a>
    <ul>
    <li itemprop='name'><a href='/men/work' itemprop='url'>Arbeitsdiskriminierung</a></li>
    <li itemprop='name'><a href='/men/dead' itemprop='url'>Sterberate</a></li>
    <li itemprop='name'><a href='/men/family' itemprop='url'>Familie</a></li>
    <li itemprop='name'><a href='/men/violence' itemprop='url'>Übergriffe</a></li>
    <li itemprop='name'><a href='/men/rape' itemprop='url'>Vergewaltigung</a></li>
    <li itemprop='name'><a href='/men/media' itemprop='url'>Medien</a></li>
    <li itemprop='name'><a href='/men/history' itemprop='url'>Geschichte</a></li>
    <li itemprop='name'><a href='/men/patriarchy' itemprop='url'>Patriarchat</a></li>
    <li itemprop='name'><a href='/men/society' itemprop='url'>Gesellschaft</a></li>
    </ul>
    </li>
    </ul>
    </li>
    <li itemprop='name'><a href='/single' itemprop='url'>Einzelbeitrag</a></li>
    <li itemprop='name'><a href='/top' itemprop='url'>Topartikel</a></li>
    <li itemprop='name'><a href='/archive' itemprop='url'>Archiv</a></li>
    <li itemprop='name'><a href='/wiki' itemprop='url'>Wiki</a></li>
    <li itemprop='name'><a href='/shop' itemprop='url'>Shop</a></li>
    </ul>
    </div><!-- /.nav-menu -->
    </div><!-- /.nav-wrapper -->
    <!-- End Main Nav -->

    And I get a 404 when I try to enter one of the pages I created: https://glenn-gleich.blogspot.de/women/wage

    #20310
    Templatesyard
    Participant

    You need create page first.
    Second, Then get valid URL of the page.
    Finally add URL on the HTML coding.

    To create page:

    1, Go to blogger dashboard.
    2, In the left menu, click Pages.
    3, Click New Page.
    4, Add a page title and other information.
    5, Click Save, Preview, or Publish.

    Get Valid URL of the created page

    1, Go to blogger dashboard.
    2, In the left menu, click Pages.
    3, Now the created page(s) appear.
    4, Click view and now the page will open in your browser and the link was shown on your browser address bar.

    Adding URL on the HTML coding

    1, Copy the entire link of the created pages that was shown on your browser address bar,
    2, And paste it on HTML Editor with the provided guidance.

    Thanks…

    and finally, your provided coding is little wrong…
    On your coding.. <li itemprop='name'><a href='/men/work' itemprop='url'>Arbeitsdiskriminierung</a></li> the /men/work is completely not acceptable value. This is must be https://glenn-gleich.blogspot.de/women/wage

    For example correct code is.. <li itemprop='name'><a href='https://glenn-gleich.blogspot.de/women/wage' itemprop='url'>Arbeitsdiskriminierung</a></li>

    #20499
    Templatesyard
    Participant

    I m using arlina design template but menu is not working.when I click on Menu nothing is shown my blog is http://www.n7trickz.blogspot.com.Plz help me

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.