criscouto
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Ari] Add pictures to my category-postsHi babsiee! I have found a solution!
Go to loop (page php) and search for the following line of code:
<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
<?php the_excerpt(); ?>change <?php the_excerpt(); ?> for <?php the_content(); ?>
It worked for me!!
Forum: Themes and Templates
In reply to: [Ari] Add pictures to my category-postsI want to do the same thing! Can somebody hel us, Please?!!
I have found a solution:
add some CSS to style.css:
#commentform input { display: block; }
Forum: Plugins
In reply to: [WP Popular Posts] [Plugin: WordPress Popular Posts] HTML Markup ProblemHi Héctor! Thanks for your help. I didn’t know I needed to save it after enabling the checkbox. It’ts working perfectly!
Forum: Themes and Templates
In reply to: [Magazine Basic] Magazine Basic displays incorrectly using IE9Thanks a lot for your help Andrew!! It worked fine!!
Viewing 5 replies - 1 through 5 (of 5 total)