vireax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to disable post id skipping problem?Thanks for this info. I didn’t know that the database works this way. So, if I don’t touch any other post types, the posts’ ID will be arranged in incremental order correctly.
Forum: Networking WordPress
In reply to: 2 child sites for 2 languages using one themeThanks, it’s working now
Forum: Fixing WordPress
In reply to: My site was hacked…Thanks, I’ll take care seriously with future installations.
Forum: Plugins
In reply to: [Plugin: Clean Archives Reloaded] Unable to save changes in WPMUSorry, my bad. I tested in localhost, it does not redirect. But it works fine in real web site.
Forum: Fixing WordPress
In reply to: My site was hacked…Sure, I followed WordPress for 3 years. But I still don’t know how can someone upload a new index.php file to my root folder. Should I inform Bluehost? Do you know the technique how they can do this?
Forum: Fixing WordPress
In reply to: Changing permalinks for redirect is making load time *super* slowI’m also a front end user but I like to learn WordPress development as well. Here are some recommendations:
– Remove unecessary widgets from your sidebar and keep it in only specific pages or posts (exec php or page template or custom CSS will help). Because, readers want to read the main content not lists on the sidebar. Maybe you should try some plugins to show related posts instead.
– Delete all revision posts, and/or disable completely post revision
– Use<!--more-->tag to show short description of your posts on home page and archive page. The rest will be removed and shown on single post only.
– limit the maximum number of comments
– Finally, remove WordPress favicon from your site and make one for your own brand