mished
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lock out – Login Details Not WorkingIf it’s any consolation, this happened to me in one of my sites as well.
I never figured out how/why it happened, much less how to fix it. Finally, I reinstalled the whole thing, and that chased the evil spirit away. The problem has not recurred on that site again (or … yet?).
I’d be keeping my ears open on how you fix this …. so I’m ready if the evil spirit decides to come back.
Forum: Fixing WordPress
In reply to: How to get archives by category?Forgot the hit and miss of coding it from scratch. Settle for a proven solution: a plugin called Latest From Each Cagory (http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/)
Once you’ve installed and activated it, you just need to affix the short code <!– ddlastfromeach –> in the HTML editor page (NOT the visual editor page).
You can set it up to show any number of posts per category … or all of the posts (by using “0” for maximum number of posts to show per category).
Forum: Fixing WordPress
In reply to: Making pages that do NOT show up in navigationThere’s a plugin called Exclude Pages (from navigation) — http://wordpress.org/extend/plugins/exclude-pages/
Install and activate it. Once you’ve done, the write panel of each (regular) page will have an area called EXCLUDE PAGES and a box with “Include this page in user menus”. By default, this box is ticked. If each page that you do NOT wish to appear on the menu, untick this box.
Forum: Fixing WordPress
In reply to: Send emails to the commentorI don’t think there’s currently a setting in WP to enable you to do this.
The Subscribe to Comments plugin (http://wordpress.org/extend/plugins/subscribe-to-comments/) will enable you to do this … and more. Commenters and non-commenters alike can subscribe so that they get notified when there’s activity (ie comment or reply to a comment) on that post.
If you only want them notified when you, the blog owner, responds to comments, then I’m sure there’s a plugin for that, too. But I find this too restrictive and, therefore, have never bothered to look for such a plugin — so I haven’t got a solution at the top of my head.
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesPlease don’t forget to mark your post as RESOLVED.
Forum: Fixing WordPress
In reply to: Menu TitleI hope I got your question …
There is a plugin called PageMash (http://wordpress.org/extend/plugins/pagemash/) which will allow you to order the pages on the menu in whatever sequence you wish.
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesJust to clarify ….
– You have posts for individual events — like birthday, wedding, etc. — and they are under the category EVENTS.
– In your menu, you have a tab/page for WHAT’S ON
– You want it so that, when people click on WHAT’S ON, they get taken to a page that’s got the posts from the category EVENTSIf this is what you have in mind, then this is how I’ve been doing it.
1 – Install and activate a plugin called Page Links To (http://wordpress.org/extend/plugins/page-links-to/
2 – Get (and remember) the permalink for the category containing all your event posts
3 – Click PAGES > ADD NEW to create a new page
4 – At the bottom of that window, you will find the box for Page Links To. The first line says: Point to this URL. Type in the permalink from #2 here.
5 – Publish the page (the page is empty).
Note that earlier I made a distinction (ie different names) between the category (EVENTS) and the page (WHAT’s ON). The reason for this is that, in my own WP sites, I routinely take out the “category” from the permalinks of categories. Meaning, to refer to category EVENTS:
I use: mydomain.com/events
Instead of: mydomain.com/category/events (the default)So if I used EVENTS for both category name and page name, WP may get confused (and will take time to resolve it). If you’re not doing as I’m doing (ie you’re using /category/events for category name and /events/ for page), then you can call both of them EVENTS.
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesEven better … give an example.
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesYou haven’t really explained clearly what it is you want to achieve (except for the title — and that’s subject to several interpretations).
So what do you mean by:
Displaying posts from Categories on appropriate pages — ?Forum: Fixing WordPress
In reply to: Problems with pasting in WYSIWYGThe TinyMCE that comes with the WordPress install is quite bare bones. I normally install more advanced TinyMCE features (TinyMCE Advanced: http://wordpress.org/extend/plugins/tinymce-advanced/) or, these days, replace TinyMCE altogether with Deans FCKEditor (http://wordpress.org/extend/plugins/fckeditor-for-wordpress-plugin/). Either one will give your more control over formatting than you now have.
Re copying stuff from one page to another: copy-and-pasting the “visual” of the page means copying all the formatting that goes with that. And sometimes those formatting may not play well with WP. Better to copy the HTML version of your post (into the HTML page of the editor).
I’m confused with what you’re trying to say here:
“… the WYSIWYG editor shows me only html – in other words, not only the html tab shows me the html code but also the “visual” tab.”You’re saying, in one breath, that it shows only the HTML code and then, in the next breath, that it’s showing both — ? Can you clarify?
Forum: Fixing WordPress
In reply to: Error establishing a database connectionYou say:
Database Name: ugandadatabaseBut your wp-config.php says:
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘redacted.com’);You need to tweak your wp-config.php so that it points to your database: define(‘DB_NAME’, ‘ugandadatabase’);
Forum: Fixing WordPress
In reply to: Author name links to a specific postSo you want the content on people’s profile to be searchable, right?
Just wondering because I was going to suggest a solution, then realised that maybe I was going off tangent.
Forum: Fixing WordPress
In reply to: Post comments getting disabled automatically!Can you clarify: “…in each 2-3 days my posts are automatically getting locked. I mean the comment post is getting disabled for all of my posts.”
Comments are closed … ie nobody can post comments anymore?
If so, I’m wondering if your site is set up that way.
Go to SETTINGS > DISCUSSION and look under the ‘Other comment settings’. Make sure the box on the third line in that block (“Automatically close comments ….”) is NOT ticked.
Forum: Fixing WordPress
In reply to: Comments boxEasier way, without having to fiddle with the codes is: In the write panel (for post or page), go to the Discussion area and un-tick the “Allow comments” box. Done.
By doing this, you can turn the comment box on and off at will for your posts/pages, instead of totally disabling it (who knows you may recover from your allergy to the comment box).
Forum: Fixing WordPress
In reply to: 500 internal server errorI have no problems accessing it as well.
But the dog under “Welcome’ looks a bit sad …. maybe it needs a Happy Dog plugin? 🙂