Mary Linville
Forum Replies Created
-
Forum: Plugins
In reply to: user onlineYou are, are you? LOL
Seriously though, if you want an answer you could at least say please. ??
#7
https://www.lesterchan.net/portfolio/programming.phpForum: Fixing WordPress
In reply to: WP 1.2.1 changed files in distroA quick talk with a dev says this removal:
“That sounds like a mistake” so, I’d ‘stay tuned’. ??Forum: Fixing WordPress
In reply to: wp-rss2.php & securityIf they can read your posts through the RSS thing, then they can also read them just by opening up index.php.
RSS is a syndication format, it makes it easier for people to see the latest news/posts, without having to visit the blog everyday. If you have your posts marked as “private” they should not appear in the rss.
If you’re really concerned, you could forgo the “private” setting in wordpress and protect the blog with http auth (using an htaccess file).
https://javascriptkit.com/howto/htaccess3.shtml
a google search on htaccess should bring up more info should you need it.Forum: Fixing WordPress
In reply to: permissions of wp-adminIf you’re real concerned about the files, why not delete them?
Forum: Everything else WordPress
In reply to: The next version of WP…Last word on this was July.
https://www.ads-software.com/development/archives/2004/07/13/dev-update/Forum: Fixing WordPress
In reply to: MSIE problemWell, you could conceivably set your images as width, then set overflow as hidden.
Forum: Plugins
In reply to: Simple Archive ListThanks Moose. ??
Forum: Fixing WordPress
In reply to: MSIE problemIE does not understand max-width at all.
Forum: Themes and Templates
In reply to: Index (home) page vs. Post pagesSorry, when I c&pd my code something got mucked out (%postid%). Anyway, now its fixed.
Forum: Fixing WordPress
In reply to: Hide empty excerptUh, I wasn’t suggesting that it wasn’t.
Forum: Fixing WordPress
In reply to: Hide empty excerptPractially identical suggestion:
https://scriptygoddess.com/archives/2004/06/05/optionally-show-excerpt/
??Forum: Requests and Feedback
In reply to: Opinions wanted: better permalink structureI agree on the dumping the date thing — I know that I don’t give a flying rats behind what date you posted your content on (in the url, mind you), I just want the content NOW. ??
So, I personally don’t use dates at all. This does mean that I have to use post ids in my permalinks, but I think its a pretty good trade off.
my permalinks
/notebook/%post_id%/%postname%Forum: Plugins
In reply to: marking up code in a postWhen you put something inside code, you still have to translate your < and > into their HTML entities, or they get parsed.
There is, however, a plugin that will automatically do this for you. ??
Code Filter
https://asymptomatic.net/wp-hacksForum: Plugins
In reply to: del.icio.us style tags/categories?Thanks so much for sharing, kellan. I’ll be trying this out as soon as I can and give you feedback, if you’d like?
Forum: Installing WordPress
In reply to: define(‘DB_NAME’, – ???What error?