Anshu Verma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: multi site upload not foundTry Adding this to your .htaccess file
# uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]before making changes to .htaccess, please take backup for your orginal .htaccess file.
Forum: Themes and Templates
In reply to: What is this ThemeIts BigCommerce.
Forum: Fixing WordPress
In reply to: Parse Error: syntax error | HELP!!This seems to be “Page-Links Single Page Option” plugin error.
Connect to your website using a File Transfer Protocol (FTP) client such as FileZilla.
Go to your plugin folder located at /wp-content/plugins/ and try renaming or deleting the “page-links-single-page-option” plugin folder
It should work.
Forum: Fixing WordPress
In reply to: Hiding posts from search engingeshttps://wordpress.org/plugins/wordpress-seo/
have you tried using this plugin?Forum: Fixing WordPress
In reply to: Fatal Error Messageare you using latest version of wordpress and All In One Event Calendar? I cannot reproduce that error.
Forum: Plugins
In reply to: none refresh when my code is a pluginForum: Plugins
In reply to: none refresh when my code is a pluginTry this website.. I have always used this to generate custom post type and works well..
Forum: Networking WordPress
In reply to: multisite on add on domain?Hi,
I have also faced the same issue with hostgator. I did two changes and my sub-domain started working1) Added a sub-domain: *.domain-name.com and document root will be where all the wordpress files are located
2) Then went to “Advance DNS Zone Editor” and added A record.
Name: *
TTL: 14400
Type: A
Address: will be the same as of the main domain A record.Hope this helps.
Forum: Plugins
In reply to: Error Msg – Help!add this to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);Forum: Plugins
In reply to: Why can't I set cookie with functions.php?Try using is_front_page() instead of is_home()
Also I have used
add_action(‘posts_results’, ‘set_new_cookie’);
instead of
add_action( ‘init’, ‘set_new_cookie’);hope that helps 🙂
Forum: Fixing WordPress
In reply to: Fatal Error MessageHi,
This is seems to “all-in-one-event-calendar” plugin error. Try disabling the plugin. If you can’t get into your admin dashboard, try resetting the “all-in-one-event-calendar” plugin folder by FTP.Forum: Meetups
In reply to: Anyone from New Delhi?Hi, I feel we from Delhi community should organise some local meet-ups and once our community is strong we can also go for wordcamp… anyone up for this?
Forum: Fixing WordPress
In reply to: Backend Menu Not Working!website link please.
Forum: Plugins
In reply to: Which Plugin should i use?I have been using http://wordpress.org/plugins/answer-my-question/
Forum: Fixing WordPress
In reply to: Giving WordPress Its Own Directory now no HomepageFollow the steps on http://codex.wordpress.org/Moving_WordPress
this should help you.