Create multiple custom HTML pages

You can created pages within wordpress itself and then assign a custom template. You may store the template files however you like as long as they are wihtin the theme folder itself. https://developer.wordpress.org/themes/template-files-section/page-template-files/

Display posts side by side with custom query

Not sure how your final html should look, but I guess it’s: <ul> <li>…</li> <li>…</li> <li>…</li> </ul> In that case, you should move the ul element outside the while loop and your code should look like this: <ul> <?php while ($agendaHome->have_posts()) { $agendaHome->the_post(); ?> <li>rest of the code goes here</li> <?php } ?> </ul> Also … Read more

Navigation menu disappears when I hover the mouse [closed]

See in this screenshot http://prntscr.com/mldnem “li tag” is padding with red border so it is max height to consider li tag to hover sub menu if mouse cursor is go to below the red border then sub-menu is automatically disappears. so you can either reduce the font size of menu with padding or remove 2 … Read more

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