krazykat_is
Forum Replies Created
-
So it’s not possible in the current free one? Dang! I can’t buy anything right now because the house we were renting was sold in a trustees sale and we’re being evicted, so we need every cent we have (and more) to pay for the move.
Forum: Plugins
In reply to: [YOP Poll] Multiple questions?Thank you!
It seems like it should be easy enough I think… if you search (multi question poll wordpress) on google it looks like a lot of people have been looking for this functionality over the years… (take wordpress out and you find a bunch of people looking for it for forums lol)
I know it’s possible to do this because I’ve seen it on a couple sites in the past…. so I’m really shocked there’s not a plugin for it already.Right now I am still searching for an online site that I can use and embed but haven’t found one yet that does what I want… wishing I knew how to save and retrieve the data – then I would just code my own poll…
Forum: Plugins
In reply to: Simple question about Similar Posts pluginok, changed the comma to a hyphen, added a space after it…. now I’m happy!!!! https://www.top-iphone-apps.info/?p=44
For anyone reading this that’s confused, read the other half of this discussion at https://wordpress.stackexchange.com/questions/4217/similar-posts-formatting
Forum: Plugins
In reply to: Simple question about Similar Posts pluginnever mind… adding this to the end of my preceding text seemed to work
although I’d be even happier if the comma was after the first link instead of before the second, but I can probably figure that out on my ownForum: Plugins
In reply to: Simple question about Similar Posts pluginok that’s better, removing display after post option and adding
<?php similar_posts(); ?>
actually seems to work – thank you for telling me where it goes…. now the question is, how do I add spaces in the options to put room between stuff… screenshot of my options page now that I’m ALMOST happy… https://yfrog.com/bhsimilarpostsoptionsalmop I assume there must be a code like<br>
that’s for spaces instead of linesForum: Plugins
In reply to: Simple question about Similar Posts pluginnope, it just seems stuck like that….
Forum: Plugins
In reply to: Simple question about Similar Posts pluginok I think I’m going to have to give up…. did you set it to display after the post or did you add the
<?php similar_posts(); ?>
somewhere? If you did add it, where does it go? If not I’m stuck because https://yfrog.com/e3similarpostsoptionsp and https://yfrog.com/bcsimilarpostsnotworkingp. Of course you could check my page in case somehow my cache isn’t clearing or one of my firefox plugins is messing it up. https://www.top-iphone-apps.info/?p=44Or it could be my free hosting if anyone on ulmb.com wants to try this (heck only like one popup every 30 min, 5gb space 500gb month bandwidth…. just can’t upload certain types of files and no access to .htaccess or whatever it is, but it seems to me like it was a good deal)… if someone has an account there to try this and see if it’s a problem with the host….
Forum: Plugins
In reply to: Simple question about Similar Posts pluginThis just adds a comma in front of the second one still leaving them in list format, I’m about to give up and settle for the list
Forum: Plugins
In reply to: Simple question about Similar Posts pluginok, I followed your instructions exactly and it does like I said, leaves them in list format and just adds a comma after each one. I thought I had tried everything obvious before I posted, and I guess I was right. I left it like that so you could go see if you want. https://www.top-iphone-apps.info/?p=55
could the group title template box on the output settings page help in this case?
or maybe somehow it has to do with the language and .po files my server doesn’t allow (I doubt it, but maybe?)
Forum: Plugins
In reply to: Simple question about Similar Posts pluginAhhh, I actually tried that and it just put a comma after each one without changing the way they were listed, although I can’t remember if I cleared the other fields in the same attempt or at a different time, so I’ll try again…. I tried everything I could think of, but I know next to nothing about coding so I while I might understand the
<li>
and<ul>
I don’t know{link}
and I can only learn so much in a few hours, so going through the settings pages and spending 2 days searching google didn’t help.Forum: Plugins
In reply to: Simple question about Similar Posts pluginin other words, what do I do to
<ul><li>{link}</li></ul>
to have the links show as
link 1, link 2, link 3, link 4instead of
link 1
link 2
link 3
link 4