html blog template to wordpress template

That is a much bigger topic than can be addressed here. Please take a look at the WordPress Codex entry on Theme Development Generally speaking, you break the HTML into a header, footer, and content area. The header goes into header.php, the footer goes into footer.php and the content area goes into index.php or another, … Read more

HTML to WORDPRESS [closed]

Designing in plain ‘ol HTML and CSS could make easier. However, there are many features of the WordPress framework that you’ll miss out on. Read some of the WP documentation in the Codex to begin with: https://codex.wordpress.org/Site_Design_and_Layout I will also draw your attention to the body class attribute, which I find extremely useful when designing … Read more

Header location [closed]

HTML code: <h4 id=”yourId”><span><strong>100%</strong></span></h4> CSS: code #yourId { position: top: 10px; right: 10px; position: absolute; } If you need it to stay always there even if you’re scrolling then use this one #yourId { position: top: 10px; right: 10px; position: fixed; }

How make wp_nav() with my css?

First step is to register the name (or names) for your menus. In your example, top-nav seems appropriate. function vd_register_menu() { register_nav_menu(‘top-nav’,__( ‘Top Nav Menu’ )); } add_action( ‘init’, ‘vd_register_menu’ ); This will allow you to build your menu items in the WP admin under Appearance > Menus. To display your menu on the site, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)