silencematters
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Library Timing Out, Crashing BrowserThe Site is https://maplestreetschool.org/
And it is hosted on A Small Orange https://asmallorange.comGenerally, I run very few plugins — and the ones that I do run are necessary.
I can try deactivating all the plugins late at night and see what that does, but I would like to know what generally causes this — because I am going to have to turn those plugins back on. And I will likely have to root out the conflict.Forum: Fixing WordPress
In reply to: query_posts grandchildren of static pagesThanks MichaelH!
That helped out a lot.Forum: Fixing WordPress
In reply to: Thumbnail imagesI should start listing out the number of threads that duplicate this question, and all of them have yet to provide an answer. Still looking myself.
Forum: Fixing WordPress
In reply to: Attachment permalinksI updated the Codex with a description of how permalinks and attachements seem to work
https://codex.www.ads-software.com/Using_Image_and_File_Attachments#PermalinksForum: Fixing WordPress
In reply to: Attachment permalinksThis may be in need of more clarification.
When a post is in DRAFT, the permalinks are going to appear as https://mydomain.com/path-to-images/?attachment_id=533
Once the post is published, the permalinks then change to the correct URL structure.
https://mydomain.com/path-to-images/2008/06/post/attachment/The other thing I am seeing is that images are associated with the initial post they get published with. This is sort-of documented on the Attachments page:
Attachments are not deleted when their parent posts are deleted; they just become “orphans”. Orphan attachments are no longer reachable by pretty permalinks (/post_name/attachment_name) but can still be found at default URIs (/?attachment_id=N).
It’s not yet possible to move an attachment from one parent post to another, or assign orphan attachments to a new parent.
– https://codex.www.ads-software.com/User:Lolrus/Using_Attachments#Editing_and_deleting_attachments
What if you have 20+ writers on a blog? it wouldnt make sense to go into comments.php each time I have a new user, right? I bet there is a more efficient way.
Is there a way of doing this by fetching the author’s email direct from WordPress?
Great question. I would like to be able to do the same!- jeremy
Forum: Plugins
In reply to: Single.php not honoring the more linkhmmm.
Thanks.
If I get the time, I might write a little plugin. I will let you know if I do.
thanks again!Forum: Plugins
In reply to: Single.php not honoring the more linkA new page template might work…. I need to sit and think about how that will fit in. I might have to go the route of using something like “recent posts” the probs with that is that it will not exclude the post that you are currently on.
I thought it would be easiest to write a query that pulled the posts from the DB and out put all the posts except the one that is currently being displayed (as a full post in opposite collumn).
I tried this – it worked, except for the fact that it was not honoring the more link.
I will look into the page template. Maybe the function wont be triggered if it all happened on a page template.
Forum: Plugins
In reply to: Single.php not honoring the more linkI have looked at using related posts – the prob is that it behaves slightly differently. It shows an excerpt instead of pulling the the list of posts along with the more link. I was hoping to get it to look as if there was a blog on one side, and the article on the other side.
Forum: Plugins
In reply to: Single.php not honoring the more linkWell, on the single page, I have 2 collumns. One will have the full post and comments, the other will diaplay a list of posts just like the index.php.
Date
Title
Content
<!–more–>the prblem is that there is a function that is checking to see if the current page is single, and if so, dont use the more link.
What I am getting, is a list of all the posts without honoring the <!–more–> link.
I was just thinking that there might be a way to write a plugin that could handle this. maybe?
Forum: Plugins
In reply to: Single.php not honoring the more linkRight, I am aware of that. however, for design purposes, and trying to include a list of posts, with text in a collumn on the single/article view of the page.
I am trying to see if that is possible.Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as PublicThanks Handy, I am going to check in with them over at the plugin page you sent. Maybe they will have some good ideas as to why this is happening.
??Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as PublicSo I have a few other issues with these blogs. I am hoping that if I list them here, maybe it will signal a larger issues that is causing all of them?
Comments Slash Bug – After editing a comment, and the comment contains an apostrophe, a slash appears next to the apostrophe that is completely un-editable.
Adding Categories – When using Editor, in the write panel, under the categories tool, and when adding a category, I get: ‘You do not have sufficient privalges to add Categories’
however, I go to MANAGE – Categories, and can sucessfully add a new category there. hmmmthough this might shed some light on the issue.
Forum: Fixing WordPress
In reply to: Posts Switching to Private mins/days after posting as Publicis it possible to see a list of all the functions that WP has called in a given time period? To be able to see what caused a post to go private, or when it actually just went private?
I have a post that was posted on the 15th, and I just relized that it was marked as private. Because it was on another page of posts, I really dont know when it was marked private.
I thought that there might be a way to look inot that.
hmmm