rudolf45
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Single site, multiple blog pagesWP doesn’t have “multiple blogs” capacity.
You may want to consider using categories for different types of posts.Eventually, use a static frontpage and show posts only on their category archives.
Forum: Fixing WordPress
In reply to: Content Editor ProblemsBased on what has been posted related to this issue it seems to be the Visual editor. In many posts they say it should be turned off permanently if you want to use HTML code in your posts.
Did you try that?Forum: Installing WordPress
In reply to: Thinking About Starting Blogging with WordPressWhat do you mean by “mysql installed on my system”? Your own computer?
If you mean your computer, then the answer is no, you don’t need anything on your computer. Maybe a FTP client.
All the required software should be on the host server.Forum: Installing WordPress
In reply to: Posts in Reverse OrderMaybe that obsolete > in between ; and ? at the end?
Forum: Themes and Templates
In reply to: Place Multiple Entries Under One DateI thought WP was doing this out of the box…
Forum: Themes and Templates
In reply to: Cutline Theme HelpMaybe editing the file where they are? I assume it should be the header.php of the theme.
Forum: Fixing WordPress
In reply to: Posts disappearedThat code will definitely not do it.
Search: http://wordpress.org/support/topic/156069?replies=9
lots of options there.Forum: Everything else WordPress
In reply to: Error 404 – not foundWell, if you want to use an uploaded file in a post/Page then you don’t go to the Manage – Uploads. There is nothing to do there when you compose a post.
Go Write – Post and below the text input area use the Upload (when uploading new files) or the Browse All (for files already uploaded).
For image files you see a thumbnail version and for non-image files (like .pdf) you see a blue square. I was referring to that blue square as the “thumb” of PDF. Click on it, select “link to file” and Send to editor.
Forum: Fixing WordPress
In reply to: Posts disappeared!is_home()
This means “is NOT home”, so the code is doing what it is supposed to do: hide the posts on home page, because your code is saying show the posts only when we are NOT on the homepage.Forum: Themes and Templates
In reply to: Syntax question for multiple is_categoryI just saw a similar question about Pages:
http://wordpress.org/support/topic/162289?replies=4#post-710615
I am not a coder by any means but I think the logic should be similar.Forum: Everything else WordPress
In reply to: Static front pageI have seen some posts around about this “duplicate home link” issue. It comes from a hardcoded Home link in your template file. Delete it.
Forum: Fixing WordPress
In reply to: is a Sub-Page just a Page?I’d start with reading the documentation. It always helps me… Pages
especially: this sectionForum: Everything else WordPress
In reply to: Error 404 – not foundIt is difficult to say unless one can see it.
In the rare occasions when I have to upload a .pdf file, it works as with any other file: when the “thumb” is clicked and have the options there I just click on the “Send to editor”, and it works.
Forum: Fixing WordPress
In reply to: How to enable cookies so can log in?By searching for “enable cookies” I found this:
http://wordpress.org/support/topic/135598?replies=86
Maybe it has the solution you are looking for.Forum: Installing WordPress
In reply to: Total newbie….I’d recommend you start reading the detailed documentation in the Codex: Getting_Started_with_WordPress