Convert HTML Website Into WordPress Theme – 28
From this lecture, we are going to convert HTML into a WordPress theme. We are going to start converting the HTML template into WordPress website.

Source code:-
https://www.patreon.com/posts/32423769

Comment us if you have any question or

Support Me on Patreon:
https://www.patreon.com/dailytuition

Follow us:
https://www.instagram.com/akki.2013/

Learn More From Our Website:-
www.dailywebtuition.com

Attribution
Background Music: https://www.bensound.com
Photos: https://www.pexels.com

If you have any question please comment me on my video or you can write it on channel discussion.

Thank You…!

source

25 Comments

  1. When I wrote on the url "localhost/wordpress/wp-admin" it says "Your server is running PHP version 5.5.11 but WordPress 5.7.2 requires at least 5.6.20."
    So what should I do?? I hope u answer me☺

  2. Hello, I have CDNs for my JS in the HTML. After converting the JS stop working, do I have to have the JS files locally or is there a way to use CDNs?

  3. Can u pls tell me what it wrong with this excerpt code for wordpress. // Excerpt Function

    function excerpt($num) {

    $limit = $num+1;

    $excerpt = explode(' ', get_the_excerpt(), $limit);

    array_pop($excerpt);

    $excerpt = implode(" ",$excerpt)." <a href='" .get_permalink($post->ID) ." ' class='".readmore."'>Continue Reading &raquo;</a>";

    echo $excerpt;

    }
    when i am using this it's showing- Warning: Use of undefined constant readmore – assumed 'readmore' (this will throw an Error in a future version of PHP) in C:xampphtdocslearningwpwp-contentthemesmythemefunctions.php on line 71.
    how do can fix the problem.

  4. When i am trying to convert a HTML file to WordPress my custom doesn't working on Chrome But it's Working and i can see every single change on Firefox always . So, have i done any mistake that doesn't working on Chrome ??? Or it's ok that working on Firefox……….

Leave A Reply

Please enter your comment!
Please enter your name here