A
A
Alexis_D2018-06-13 15:40:04
WordPress
Alexis_D, 2018-06-13 15:40:04

How are links clicked in Wordpress?

Good day, I'm new to Wordpress, I'm adding a menu with links, and in the theme folder where my index file is, I have other pages, and the question is how do I link to them correctly? Because when I specify the name of a certain page in the link, when I click on it, it stupidly reloads the index but already assigning the page name to the search string

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lord_Dantes, 2018-06-13
@Alexis_D

If I understood you correctly, then you just want to navigate to other pages of your topic?
If yes, then you need to create a " page template ", and in short, insert each page before the code at the top

<?php
/*
Template Name: Мой шаблон страницы
*/
?>

It will be considered as a template and you can add it to any new page created in wordpress.
Further, just add pages to the menu, and they will already be located on the navigation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question