VChit
Forum Replies Created
-
tried doing individual categories and it stops at below:
Content Migration
Processing Category: On The Other Hand ===> found 9 posts….
with no posts or pages except all categories are migrated to category table.
i fixed the prefix issue by creating a fresh database and new WP install. But still it does not work, stops at below.
Content Migration
Processing Category: Latest ===> found 1 posts….
Forum: Fixing WordPress
In reply to: Missed scheduleWordPress version: 3.4.1
Thank you. You are the best!!!
Now will wait for the select all option in manual selection with a checkbox instead of radio button and individual select. So one can select all and uncheck only the ones not needed.
Thanks again.
And sorry for modifying the plugin, my bad. I am new to WordPress…
I added to functions.php but still no luck ??
I tried replacing:
add_filter( ‘the_excerpt’, ‘bawmrp_the_content’ );
With
add_filter( ‘the_excerpt’, ‘bawmrp_the_content’ );In the end of file Bawmrp.php but it did not work.
Thank you for the prompt response.
Will
add_filter( ‘the_excerpt’, ‘bawmrp_the_content’ ); work for to append “related posts” under the posts contents on the main blog page or the home page? If yes, do I include it in the Index.php file?