• Bonjour,
    (J’espère être dans la bonne rubrique ???)

    Jusqu’à maintenant, j’ai réalisé des sites personnels donc uniquement en local en
    utilisant du HTML, CSS, PHP, javascript PHP, (je souhaitais apprendre ces différentes technologies et donc ne pas utiliser d’outils (CMS).
    Mais, actuellement, je dois faire une refonte d’un site en ligne et souhaiterais utiliser WordPress (que je connais pas du tout…mais qui est le plus utilisé d’après ce que j’ai compris).
    Donc avant de me lancer dans l’apprentissage de WordPress, j’ai une question:

    Si je pars d’un modèle (template) existant avec par exemple:
    – le menu positionné à un certain endroit sur l’écran
    – et/ou une photo positionnée à un certain endroit
    – et/ou le bandeau positionné à un certain endroit…, etc,…
    est-il tout de même possible de modifier l’emplacement ou tout ceci est-il figé ??
    Je n’arrive pas bien à comprendre ce qu’il est possible de modifier et ce qui est figé ??
    Peut-être peut-on modifier uniquement par exemple, les polices de caractères ou les couleurs…?? ou bien peut-on, peut-être, rajouter des menus mais peut-on modifier leurs positions…??
    Je pose cette question car ma refonte du site m’oblige à créer un nouveau design
    et donc (une création assez libre mais je voudrais tout de même utiliser un C.M.S), c’est pour cela j’hésite à partir d’un modèle existant sur ce qui est possible ou non de modifier.
    J’espère été assez clair…??
    Merci d’avance pour vos réponses et conseils car je me prends la tête avec ces questions depuis un moment :-((

Viewing 1 replies (of 1 total)
  • Hello, (I hope I am in the right section ???)
    Until now, I have made personal sites so only locally using HTML, CSS, PHP, PHP javascript, (I wanted to learn these different technologies and therefore do not use any tools (CMS).
    But, currently, I have to redesign an online site and would like to use WordPress (which I do not know at all … but which is the most used according to what I
    So before I start learning WordPress, I have a question:
    If I start from an existing template with for example:
    – the menu positioned at a certain place on the screen
    – and/or a photo positioned at a certain location
    – and/or the banner positioned at a certain location…, etc,…
    is it still possible to modify the location or is all this frozen ??
    I n ‘can’t quite understand what can be changed and what is frozen?
    Maybe we can only change, for example, the fonts or the colors… ?? or can we, perhaps, add menus but can we modify their positions … ??
    I ask this question because my redesign of the site requires me to create a new design and therefore (a fairly free creation but I would like everything even use a CMS), that’s why I’m hesitating from an existing model on what is possible or not to modify.
    I hope I was clear enough … ??
    Thank you in advance for your answers and advice because I’ve been grappling with these questions for a while: – ((

    In WordPress, the HTML for the main content is stored in the database. Each page is put together dynamically when a visitor requests it, by the theme. WordPress retrieves the content that should be output, and the theme calls one function in the “content area” to spit it out. Depending on the theme, the menu, the header, the sidebar, the footer are all output separately, according to what type of page it is and what options the site owner has chosen for placement, size, color, etc. Some themes have more options than others, and so some seem “frozen”. But you don’t use a HTML template like a static site does. The theme is written in PHP and outputs the HTML dynamically.
    It is pretty easy to convert from a static site to WordPress. You can use a feed generator or a WordPress plugin like WP Scraper to grab the content from the static site. Then you can choose a theme you like and tweak it to your preference. And once it’s in WordPress, you can switch themes at any time, for a new look.
    I suggest you play around with WordPress at this sandbox: https://wpsandbox.net/
    You can get an idea of what WP has by default, and then try plugins like WP Scraper to see how it works. Switch to different themes too.

Viewing 1 replies (of 1 total)
  • The topic ‘Que peut-on modifier à partir du template (modèle)?’ is closed to new replies.