rudolf45
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trying to use different blogs – please helpThe wp-config.php file should point to the different databases – which means that’s the only file that should not be identical in the two installations.
Forum: Fixing WordPress
In reply to: Edit the front pageDepending on where on the frontpage – it could be (yes) the index of your theme, the header, the sidebar, the footer etc.
Try to be more specific, e.g. name your theme, give a link.
This might help, too: http://codex.wordpress.org/Template_HierarchyForum: Fixing WordPress
In reply to: Allow only certain user levels to postMaybe there is no easy answer for your question. I can’t really recall any solution that would limit the ability to post a comment on a blog by the user level. There are plugins that will limit the ability to publish a post/entry but I think that’s not what you want…
Forum: Plugins
In reply to: Social Bookmarking Plugin customizationJennieArmato,
Look at the date: not many chances that somebody will answer your question, since the post is 6 months old.
Did you try the Plugins page on the Codex?
http://codex.wordpress.org/PluginsForum: Requests and Feedback
In reply to: Opinion on taking over plugin developmentThere are quite a few plugins with the word “reloaded” in their names: meaning somebody took over the development or updated it for a newer WP version etc. Credits can be in the header of the plugin (if only one file) or in the readme file (if exists) – yours definitely wouldn’t be the first one.
Forum: Themes and Templates
In reply to: customnessIf you link a site as an example… it is always beneficial to read its About page:
I often get asked about the technology behind this site and which publishing platform I use. Well, the truth is that I don’t use any pre-packaged software to publish my thoughts. I built reinspire from the ground up as a learning experience, and that’s the only reason why I haven’t relied on the usual tools like WordPress, Textpattern and MovableType.
Forum: Installing WordPress
In reply to: Stoopid me=Noob to Coding Poetry (I am AWFUL at writing!)Without a database WP will not work. (btw, having installed XAMPP = you will have a database for WP!)
http://codex.wordpress.org/Getting_Started_with_WordPress#Installation
See the special installations section.Forum: Themes and Templates
In reply to: Adding code for a bannerGood reading (for newbies) http://codex.wordpress.org/The_Loop
Forum: Requests and Feedback
In reply to: Pages HelpNo, it’s not possible. I don’t really understand this obsession with “under the page”. What does a Page do that a category template can not? Could you explain it?
Forum: Fixing WordPress
In reply to: I’m not really sure where I went wrong, but it went REALLY wrong.That’s the big problem with using the Loop in a different layout: any internal WP link will take you back to the blog. If you want to avoid it, you have 2 options:
– create a theme that looks like your main site
– eliminate the internal linksForum: Fixing WordPress
In reply to: I’m not really sure where I went wrong, but it went REALLY wrong.Try to search for “integrate” and similar keywords. Probably, a closer look at the Loop will help: basically, that’s what you need to have on your main page.
Forum: Fixing WordPress
In reply to: Stats page isn’t displayedI found this by searching:
http://wordpress.org/support/topic/72924?replies=4Forum: Fixing WordPress
In reply to: Make first page comment pageComments are always linked to one specific post, so by design WP displays the comments only on the single post view, i.e. when you click on the perma(nent)link of that post.
Forum: Requests and Feedback
In reply to: WP blogs within the wordpress.com CommunityOne possible answer might be in this number: http://wordpress.org/download/counter/ 🙂
Forum: Themes and Templates
In reply to: Authors pageYou cannot use template tags in the content area of your Pages (or posts, fo that matter).
You should create a Page template and put the tag (or any code) there, and create a new Page by using that template.
Alternatively, you can look for a plugin that lets you run PHP code in posts/Pages.