How do I change html in wordpress?
-
On the bottom of this page https://teresitamoralesifbbpro.com/ it says “Latest From Blog”. I’d like to change that wording so I went into bottom.php and changed it. It messed up the whole page. The php code I am trying to change looks like this: (I put in bold the part I want to change.)
<div class=’bottombox’>
<h3> <?php _e(‘Latest from blog‘); ?> </h3>
<ul class=”recposts”>
<?php $loop = new WP_Query( array( ‘post_type’ => ‘post’,’showposts’ => 5 ) ); ?>
<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I change html in wordpress?’ is closed to new replies.