|
Apr 18 |
awarded | Good Answer |
|
Oct 14 |
awarded | Yearling |
|
Jun 8 |
awarded | Caucus |
|
Jan 4 |
comment |
Truncate custom post type content Not related. But don't forget to reset your query. |
|
Jan 4 |
comment |
Truncate custom post type content Trims text to 15 words: <?php echo apply_filters( 'the_content', wp_trim_words( get_the_content(), 15, '…' ) ); ?>. |
|
Jan 4 |
answered | Disable Visual editor for all users |
|
Jan 4 |
answered | Truncate custom post type content |
|
Oct 19 |
awarded | Enlightened |
|
Oct 19 |
awarded | Nice Answer |
|
Oct 14 |
awarded | Yearling |
|
Jun 22 |
comment |
Modifying the following code to displaying the title and the content of static page Posts page? use <?php echo get_the_title( $page_for_posts_id ); ?> for title |
|
Mar 31 |
answered | Wordpress blog clone.. wp-admin issue |
|
Mar 30 |
comment |
Plugin Localization Yes, 3.1 and trunk. You probably done something else. FYI, my first answer is the fix for the original problem. |
|
Mar 27 |
answered | Example of uninstaller routine to remove all custom theme options from wp_options |
|
Mar 27 |
comment |
Plugin Localization I tried it and the translation works fine. Did you define('WPLANG', 'it_IT'); in wp-config.php? |
|
Mar 26 |
comment |
Plugin Localization Why do you comment line 47? add_action('init', 'gw_load_translation_file'); Uncomment it. |
|
Mar 26 |
comment |
Plugin Localization Odd, because that will fix your plugin path. Originally it was wrong. Can you upload your latest work so that I can download. |
|
Mar 26 |
comment |
How to load a new template page according to a particular URL? Just create a blank Pages. Put in title and slug with no content. It will load the template. BTW, if you still don't want to create from admin, I think there's a plugin called Fake Page. |
|
Mar 26 |
answered | How to load a new template page according to a particular URL? |
|
Mar 26 |
comment |
Empty RSS Feeds Try revert to default theme (Twenty Ten) and see whether the problem still there. Make sure you hard-refresh your browser. |