seangheng
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove entry-title vertical spacePerfect! Thanks so much for your great answer. Now it works
Forum: Themes and Templates
In reply to: Achieves below navigationMy widget allow me to put in footer onl. I dont see any option to put it below nav menu yet
Forum: Plugins
In reply to: Display all articles of each month on homepageI have found how to do it. Thanks
Forum: Themes and Templates
In reply to: title vertical spacingsorry friend for the broken link as I was rebuilding it for some reason. This is the new link https://gartoon.com/wp/?p=508.
and this is the screenshot https://gartoon.com/wp/?p=522
Can you help me to solve my problem?Forum: Plugins
In reply to: Display all articles of each month on homepageI don’t want create more pages but I want to display all archieves in a specific month. Does it make sense?
Forum: Themes and Templates
In reply to: Change the word "Continue Reading"Perfect! it works now. Thank you very much
Forum: Themes and Templates
In reply to: Change the word "Continue Reading"hmm. it doesn’t work. This is my code
<?php /** Tell WordPress to run post_theme_setup() * when the 'after_setup_theme' hook is run. */ add_action( 'after_setup_theme', 'post_theme_setup' ); if ( !function_exists( 'post_theme_setup' )); function post_theme_setup(){ /** * Returns a "Continue Reading" link for excerpts */ function twentyeleven_continue_reading_link() { return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) . '</a>'; } } endif;
Forum: Themes and Templates
In reply to: White space on post pageThank you for the code. I have tried the code and it does no work. Is there anymore method?
Forum: Themes and Templates
In reply to: change Older Posts textYes. I have created the chile theme. What code that I need to do with the function.php?
Forum: Themes and Templates
In reply to: post content lost some space at the rightPerfect! thanks very much for your great help ??
Forum: Themes and Templates
In reply to: move search box upOk. Thanks so much for your helpful advices ??
Forum: Themes and Templates
In reply to: title vertical spacingYes. I found it as h1.entry-title but when I changed its property it effect the front page only. And does not work in post page
Forum: Themes and Templates
In reply to: title vertical spacingHi friend. after I added the code i notice that the line spacing in the front page is reduced, but in the post page still remain with the spaceing. Here is the link https://gartoon.com/wp/?p=41
Can you give me more help?Forum: Themes and Templates
In reply to: blank space below title and contentperfect! it works now. Thank you very much
Forum: Themes and Templates
In reply to: title vertical spacingOh great !!! Thank you big big.