wprock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unable to change my permalinks without losing the pagesHere is the code of .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: unable to change my permalinks without losing the pagescheck your root folder. there have any .htaccess file? Other wise it will not work
Forum: Fixing WordPress
In reply to: unable to change my permalinks without losing the pagesI think that you don’t need any plugin or custom code. Go to Dashboard – Settings – Permalink and make your permalink structure.
Forum: Fixing WordPress
In reply to: "Cannot modify header information – headers already sent" …check the white spaces in this file also “class-wc-session-handler.php”
Forum: Fixing WordPress
In reply to: Errors after upgrading to WordPress 3.6No. it will not effect the admin panel.
Please download the latest version from wordpress.org and upload the ‘wp-admin’ and ‘wp-includes’ folders on your server via FTP or SFTP
Forum: Fixing WordPress
In reply to: Empty paragraph in the end of the postthen remove this function ‘wpe_excerpt()’ from your home page template and directly put ‘the_content()’ function there.
Forum: Fixing WordPress
In reply to: Empty paragraph in the end of the postUse get_the_content() instead of the_content()
Forum: Fixing WordPress
In reply to: Errors after upgrading to WordPress 3.6I think that there have some white spaces at top or bottom of your themes functions.php file . Remove the white space and upload the file again. Then problem will be solved.
Forum: Fixing WordPress
In reply to: wordpress visual editor in dashboard not appearingRe-upload the wordpress again without wp-content folder
Forum: Fixing WordPress
In reply to: Removing Page NameRemove the
the_title()from page.php fileForum: Fixing WordPress
In reply to: wordpress visual editor in dashboard not appearingSome plugin is creating the problem. Please de-activate all the plugins and check once the visual editor. If it is working then re-activate the plugin one-by-one and find the problematic plugin.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 67108864 bytes exhaustedCan you copy code from functions.php file to pastebin.com and then share the link?
Forum: Fixing WordPress
In reply to: unable to access wp-admin pageIf you got your dashboard few mins ago then you will remove that security plugin from plugins folder via FTP and check once. If not work then you call to host. May be they blocked the dashboard for security reason.
Forum: Fixing WordPress
In reply to: Remove copyright on bottom. blackbird themeplease create your own thread in the forum. What is your site URL?