Mary Linville
Forum Replies Created
-
Forum: Plugins
In reply to: Season instead of numeric date – ?Okay. Adjusted.
Just in case it gets missed:
Download.I’ve been out of the loop with WordPress for a while, so hopefully its not terribly outdated plugin method.
Forum: Plugins
In reply to: Season instead of numeric date – ?Always exactly opposite?
spring = fall
summer = winter
fall= spring
winter=summer?
Edit: https://en.wikipedia.org/wiki/Season
Ah, so it is.(I dunno, don’t bug me.)
Forum: Plugins
In reply to: Season instead of numeric date – ?Actually, very simple to do.
I just whipped one up that will handle northern hemisphere. I’m not exactly certain how the seasons work in the southern hemisphere, so I haven’t accounted for that. If someone can tell me, I can update it with a switch so you can use it wherever you’re posting from.
Forum: Fixing WordPress
In reply to: Static pages…Where exactly are you trying to insert it?
When you say posts, do you mean that instead of instead of doing whatever the function’s supposed to do, you just get straight text of “…get_wp_itunes…”etc?
Forum: Everything else WordPress
In reply to: look at the difference between ie and firefoxYour image has no width and height attributes.
Firefox appears to be respecting the CSS widths, whereas IE displays the entire image in its original size.
I’d recommend resizing the image.
Forum: Fixing WordPress
In reply to: blogWant to back up a bit and explain more?
Have you downloaded and installed WordPress?
https://codex.www.ads-software.com/Installing_WordPressForum: Fixing WordPress
In reply to: Archive listings in 1.5Yes. This was just talked about
https://www.scriptygoddess.com/archives/2005/01/16/custom-posts-per-page/
??Forum: Fixing WordPress
In reply to: My wish: the_content(%post-ID%)I’m bringing this older post back from the dead, as I was just searching for this myself.
A plugin is available: Get A Post
https://wiki.www.ads-software.com/?pagename=GetAPostForum: Everything else WordPress
In reply to: How can I remove html attributes in php?WordPress includes kses, so you could also make use of that.
Forum: Plugins
In reply to: Expand/CollapseNot that difficult to find actually; use Google and look for “javascript expand collapse”.
Here’s one that may work for you (“ExpandCollapse”)
https://www.blakems.com/archives/000087.htmlForum: Fixing WordPress
In reply to: Where Did posts paged Go in 1.5?Comment Notify hasn’t been updated for 1.5 so that’s probably why that one doesn’t work.
What is it that wpPaginate does/doesn’t do?
Forum: Fixing WordPress
In reply to: Comments on static “Pages” doesn’t show..Whoops. Sorry. I did have the problem at first, then I modified my template and forgot I’d done so. So, I guess it is turned off by default (whether it was overlooked or intentional).
If you just want the comment form to appear
right under:
<?php edit_post_link('Edit this entry.', '', ''); ?>
and before:
</div>
paste this:
<?php comments_template(); ?>
If you’d like to provide the info about pinging (if you’ll ever use it) if the page allows pinging, take a look at the “Post Template” for what you can use.
Forum: Fixing WordPress
In reply to: Where Did posts paged Go in 1.5?“Don’t think it’s 1.5 compliant”
“wpPaginate (for WP 1.5)”
“I’ve updated my wpPaginate plugin to work with WP 1.5.”
https://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/So… why would she say its for 1.5? Anyway, hers is the only one I could find. You could contact her and/or describe how it did not work, and maybe someone can help you.
Forum: Plugins
In reply to: font color during postThere was a plugin that allowed you to do that without hacking the file. but I don’t know if it needs to be changed (or was changed already) for 1.5
“Edit Button Template”
https://www.asymptomatic.net/wp-hacksForum: Fixing WordPress
In reply to: Where Did posts paged Go in 1.5?The default template uses posts_nav_link.
I think you want a plugin
https://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/