Edd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple entries on seperate pagesI don’t think you can have literally multiple blogs but you could try having a category called “Porfolio” and then use a template to call that category on that page so when you load the page it loads all the posts from that one category. It’s an idea?
Forum: Fixing WordPress
In reply to: Limitation of wordpress?! (or me being stupid)Ok, above message was a bit confusing, so in step by step…
Go to your admin panel
Click Write
Click Write Page
You want to create a parent page to make all others children of, sooo
For the workshops navigation menu you want to do this:
So on the new page form, open the “Post-slug” panel and type in “workshops”
Click “Create New Page”
Now, click Write -> Write Page again
Now title (not the slug, the actual title) this one as ‘algemeen’
Fill in the pages content in the form.
Now, the key part: Expand the page-parent box
Select “workshops” from the drop down list.
Click create page.
Now try the algemeen link on your navigation, it should work.Forum: Fixing WordPress
In reply to: Limitation of wordpress?! (or me being stupid)Under shop you’ve created them pages under root and referring to them directly hence it works. What you want to do is edit the other pages and make them parents of /workshops/ or whatever. So make a /workshops/ page and make sub pages childs of it from the write page panel.
Forum: Fixing WordPress
In reply to: Login using email address instead of nickname?I had a look, I’m not too sure but you have $user_login and $user_email – you’d, basically, need to change one for the other so it looks for email rather than login but you want to wait for others to tell you exactly where to look and what else to edit.
Forum: Fixing WordPress
In reply to: Login using email address instead of nickname?I’m not sure you could do this without editing some core files to call a different table from the database. I’m sure if you found the right part it wouldn’t take much changing, I’ll have a look for you myself.
Forum: Fixing WordPress
In reply to: Is there a way to have some pages not visible?I did a quick search and found…
get_category_parents()
Try calling that in your template and seeing if that works.
Forum: Fixing WordPress
In reply to: Blog-by-EmailAre you sure you’ve typed in your details correctly? If they’re definately correct then it may be worth contacting your email provider..
Forum: Themes and Templates
In reply to: Problems keep going on!!!!!!!!!!!Please help!!!!!!!!!I have had this problem myself, usually came down to either the sidebar or the content being too wide. In terms of fixing this though, you can either scoure the code or you may be worth just re-uploading kubrick and making the changes you have made again. I mean all you’ve done is change the header so it shouldn’t take long to do it that way and you shouldn’t have any problems.
Forum: Themes and Templates
In reply to: Looking for a theme like the Fleshbot.com siteYes, the ones tauquil linked to could be easily modded to resemble fleshbot. Just download one and have a go!
Out of the three, this one looked the most appealing in terms of modding.Forum: Fixing WordPress
In reply to: Sorry, real newbie question about uploadsI have heard of problems with tinyMCE and Mac (Safari?).
If you are using Safari on your mac, give Firefox a try on it and see if it works with that. According to a quick google search, TinyMCE isn’t properly supported in Safari.
Forum: Themes and Templates
In reply to: Looking for a theme like the Fleshbot.com site^^Yeah there is definately a similar theme in the theme viewer..
Also check: https://codex.www.ads-software.com/Using_Themes/Theme_Listand
Forum: Fixing WordPress
In reply to: Sorry, real newbie question about uploadsWhat version of WordPress are you running? Are you using 2.0 with the inline uploader on the post page?
If you’re using the inline uploader, you just drag them from the panel under the post box and literally just drag them in..Forum: Your WordPress
In reply to: Blog Frog – public group bloggingI have settled on a new theme, I’d like to hear anyones views/opinions on it. Thanks ??
Forum: Fixing WordPress
In reply to: Changing post button textThanks, that’s what I was looking for.
Forum: Fixing WordPress
In reply to: Akismet available to all usersThanks a lot, changing the 1 to a 10 did the job. Thanks again ??