lutfiallail
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SearchTerms Tagging 2] delete all database from search terms optionThis is great plugin. I am proud to be same citizen as you.
Great jobForum: Plugins
In reply to: [Plugin: SearchTerms Tagging 2] delete all database from search terms optionI want the search term stick to my post forever, is there a way to turn off the Automatically delete unused search terms after 30 days?
ThanksForum: Fixing WordPress
In reply to: Changing the Home|About links?Just write a new page, it will show a more links at that section.
Forum: Fixing WordPress
In reply to: multi blogsPlease try WPMU ( Word Press Multi User ), just like WordPress.com
https://mu.www.ads-software.com/Forum: Fixing WordPress
In reply to: post not showingDid you change your permalink? If you did, please update .htaccess properly, it should work
https://codex.www.ads-software.com/Using_Permalinks
https://perishablepress.com/press/2006/06/14/the-htaccess-rules-for-all-wordpress-permalinks/Forum: Fixing WordPress
In reply to: Upload sizeYou should update your php.ini with:
* upload_max_filesize = 10M ;
* post_max_size = 20M ;
or update your .htaccess with:
* php_value upload_max_filesize 10M
* php_value post_max_size 20M
Hope this work ??Forum: Fixing WordPress
In reply to: cannot see full postsYour theme may be use excerpt. Please check file index.php (or home.php if exist) and replace <?php the_excerpt(); ?> into <?php the_content(); ?>
Forum: Fixing WordPress
In reply to: How to Set-up Page Permalink w/ParentsHave you write your .htaccess properly after updating the permalink?
If haven’t, you should update your .htaccess with structure as seen on permalink page administration.
Please read :
https://codex.www.ads-software.com/Using_Permalinks
https://perishablepress.com/press/2006/06/14/the-htaccess-rules-for-all-wordpress-permalinks/Forum: Fixing WordPress
In reply to: How to Set-up Page Permalink w/ParentsHave you write your .htaccess properly after updating the permalink?
If haven’t, you should update your .htaccess with structure as seen on permalink page administration.
Please read :Forum: Fixing WordPress
In reply to: How do I get images to appear?Your theme may be use excerpt. Please check file index.php (or home.php if exist) and replace <?php the_excerpt(); ?> into <?php the_content(); ?>
Forum: Fixing WordPress
In reply to: Trouble importing from wp.comYou should split the xml backup into small pieces, https://codex.www.ads-software.com/FAQ_Working_with_WordPress#How_do_I_Import_a_WordPress_WXR_file_when_it_says_it_is_too_large_to_import.3F
Yes, all the post will be in the correct order as your publish time. (it works for me on my site guidestobuy.com)
Forum: Fixing WordPress
In reply to: Missing Table – wp_termwp_relationshipsDid your database have option –add-drop-table?
If did you just import the database backup, if did’nt you should remove all table first, then import the database backup.Forum: Fixing WordPress
In reply to: import from wordpress.com, attachment problemYou should try Search and Replace plugin ( https://www.ads-software.com/extend/plugins/search-and-replace/ )
It is work on me ??Forum: Fixing WordPress
In reply to: Importing and Exporting WordPress Posts – This SUCKS!!Have you try to split the xml backup into smaller pieces?
https://codex.www.ads-software.com/FAQ_Working_with_WordPress#How_do_I_Import_a_WordPress_WXR_file_when_it_says_it_is_too_large_to_import.3F
I hope it is helpfulForum: Fixing WordPress
In reply to: Export a single category1. Create a new author called ‘export’
2. Use the filtering ability of Administration > Posts > Edit to isolate all posts in that category, select all those posts, then use Bulk Action, Edit, to change the author to ‘export’ on those posts.
3. Use Administration > Tools > Export and limit the exported posts to the ‘export’ author.Convoluted you say…. ??
It is only work on WP2.7
Anyway, thank you.