• Hello. I’m quite new to WordPress and have a general question. I would like to edit the HTML in my WordPress template(Solavei Multi-Page web template). I want to make the YouTube embedded video auto-play(autoplay=1) when my WordPress homepage loads. Is there a plugin for WP to directly edit the HTML? I have installed the Jetpack plugin for my WP site, but have not seen anything in regards to this topic.

    Thanks for any help!

Viewing 1 replies (of 1 total)
  • to edit your html you do it trough :

    \SITE_ROOT\wp-content\themes\THEME_NAME\xxxx.php

    xxxx = file name you want to edit..

    loop/index/header/footer/etc .

    php files are a mix of the html you want to edit and php codes (which you DON’T want to touch unless you understand them) .

    i would advice you to learn more about wordpress using the codex .

    good luck ?? .

Viewing 1 replies (of 1 total)
  • The topic ‘Complete newby – How do I edit html on my WordPress site?’ is closed to new replies.