tylkum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Domain MappingJust to understand you right, you’ve installed WP in a sub directory on your server so the path to the WP installation is now:
https://www.consumerbitch.co.uk/consumerAnd you want people to go to top level and get redirected to your sub for the blog?
If so, and assuming the installation is fully functional, you can do this in one of two ways:
1) Create a standard index.html with a simple redirect command
<head><meta http-equiv="refresh" content="0 url=https://www.consumerbitch.co.uk/consumer/"></head>
This will automatically redirect to sub dir.2) Edit the index.php in the WP-dir file as follows:
/** Loads the WordPress Environment and Template */ require('./consumer/wp-blog-header.php');
Then move the index.php to top level (www.consumerbitch.co.uk), and open the wp-admin (https://www.consumerbitch.co.uk/consumer/wp-admin/) and log in. Click on “Settings”. In the WordPress Address field it must be: https://www.consumerbitch.co.uk/consumer
In the Blog address field it must read: https://www.consumerbitch.co.uk/Hopes this helps you. But as I said it requires the installation to actually work. So if it doesn’t, I’d delete it all, and dump the tables in the SQL, reinstall, make the modifications, and import from your old blog again.
Forum: Fixing WordPress
In reply to: Shift-select doesn’t work in WP 2.6Sorry to bump, but it turns out that the Select all tick doesn’t work either.
Forum: Fixing WordPress
In reply to: Sell items in my wordpress site, is that possible?Hi.
There’s an article on the matter here:
https://codex.www.ads-software.com/Business_Blogging_and_ShoppingAnd a plugin that might help you here:
https://www.instinct.co.nz/e-commerce/Forum: Fixing WordPress
In reply to: No Input file specifiedI don’t know if it’s the same problem, but I had the exact same error message when I clicked ‘View Site’ from Admin-view. The URL was https://www.mysite.com/index.php but if i deleted index.php it worked fine. So I went to General Options in Admin-view and deleted index.php from from field ‘Blog Adress (URL)’. And then it worked fine again.
Forum: Themes and Templates
In reply to: Page redirectI solved the problem using a html meta tag, but it’s got a little “bug”… If I’m entering the page to edit it via the admin page, the page actually redirects me, so now I can’t edit that page… But it it’ll have to do until I find a better solution, since I don’t have cpanel on my web server.
Forum: Themes and Templates
In reply to: Kubrick Sidebar linksThanks a bunch! That did it. I only got one more little question… The link seems to be placed too far below the other links. So now it looks like there’s a empty space between the two links.
How do I move it up?Thx!
Forum: Themes and Templates
In reply to: Kubrick Sidebar linksHmmm… The post transformed the code… It should have been this, just replace the * with a and 0 with li
<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<0><* href=”/copper/”>Digital Pics</*></0>