• Hello,

    I can’t find what php file containing html for “post comment” and “read more” buttons in Twenty Fourteen theme. I get html info from inspect elements tool but can’t located where is dropped.

    I need aces to that buttons class so that I can add some new classes from hover.css library. Already look at comments.php, single.php, page.php but no luck.

    Post comment button – html

    <input id="submit" class="submit" type="submit" value="Post Comment" name="submit">

    Read more button – html

    <a class="more-link" href="https://127.0.0.1:4001/wordpress/2015/05/02/50-essential-freebies/#more-1024">Read More <span class="screen-reader-text">The Designer’s Guide to Startup Weekend</span> <span class="meta-nav">→</span></a>

    I work on local host (instantwp), win 7

    Best Regards

  • The topic ‘Twenty Fourteen – Find the PHP file containing HTML’ is closed to new replies.