conorp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page to be a blogJust make a category in the WordPress dashboard and assign posts to it.
Depending on the permalink settings you are using changes what the url will be.
An example is on my site: https://wpkickstart.com/category/screencasts/
That is a category.
Forum: Fixing WordPress
In reply to: Preview Post link not going to the correct pageDoes it work if you switch it back to the default permalink setting?
Forum: Fixing WordPress
In reply to: Help Restore My SitePS, it always helps to keep WordPress updated to the latest version.
Forum: Fixing WordPress
In reply to: Help Restore My SiteIn your webhost backend (Cpanel?) export your mysql database.
Then copy your theme to your computer via ftp.You must then go through every line of your theme looking for hacked code.
Now, wipe every file on your webhost, then re-install WordPress. It is important that your wipe everything and dont just override.
Forum: Fixing WordPress
In reply to: Preview Post link not going to the correct pageWell when previewing thats how the url is. It is only when the post is published that it gets its /postname url.
Not sure about why you are getting a page not foind error
Forum: Fixing WordPress
In reply to: Segregating categories or "blog within blog"If you edit your index.php you can exclude categories from showing on your homepage.
So make the new category and get its id (there a lots of tuts around for this).
Then change the code in your index to query_posts(‘cat=-ID’);
More info: https://codex.www.ads-software.com/Function_Reference/query_posts
It might help if you post your index code.
Forum: Fixing WordPress
In reply to: how to know wordpress version from DatabaseWhy not just upgrade to the latest version? It wont affect anything.
Forum: Fixing WordPress
In reply to: Page to be a blogYep, you can have different pages as different categories.
So you could have a soccer category, football, cricket etc.
You would just link to them like normal pages.
Forum: Fixing WordPress
In reply to: Activate Plugin Causes Blank ScreenTry activating the Hello Dolly plugin
Forum: Installing WordPress
In reply to: UPload to the ‘/wp-content/plugins/’ directoryForum: Fixing WordPress
In reply to: Remove upgrade link from adminpanelThis could help: https://www.ads-software.com/extend/plugins/wp-manage-plugins/
Forum: Fixing WordPress
In reply to: HackedWipe the server and re-install WordPress. Then re-upload the theme from a backup
Forum: Networking WordPress
In reply to: After 3.0 upgrade, cannot enable multi-siteForum: Installing WordPress
In reply to: Fatal Error: WordPress 3 UpgradeAlso:
Use this plugin https://www.ads-software.com/extend/plugins/memory-bump/ to increase memory allocated to PHP and see https://www.ads-software.com/support/topic/298403Forum: Fixing WordPress
In reply to: Auto-remove category from posts.If you go to your posts screen (wp-admin/edit.php) you can specify which categories to show: https://img.skitch.com/20100714-1x6yiqfygyiwamx2fb7yr4w7gb.jpg
You can then bulk edit them all and change the category to category A.
If that makes sense ??