vkaryl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: multiple queries on one page?Good to hear. Mark this as resolved then, please and thanks?
Forum: Themes and Templates
In reply to: Line-height for wp_get_archivesI think you might have to hack core for that – you’d probably have to set a custom class….
Forum: Fixing WordPress
In reply to: Calendar for Upcoming EventsYou mean future posts or whatever? Change the timestamp to the future date before you post, and be sure the Edit Timestamp box is checked before you save.
Forum: Plugins
In reply to: Post Quick Tags? and HighslideWell, to do a custom quicktag, you follow the “template” example. I usually copy the “bold” one, then take out the “b”, and change the name to whatever I’m setting up. I’ve done extremely complex tables in a quicktag, and really the only thing that can get complicated is making sure there’s no whitespace anywhere in the main section.
There’s a pretty good tutorial here: http://tamba2.org.uk/wordpress/quicktags/
Podz doesn’t get into the complex stuff, but he does give an overview.
Forum: Plugins
In reply to: still cant work out how to insert an imageHmmm. Yeah, that might cause a problem.
Forum: Plugins
In reply to: still cant work out how to insert an imageIt is strange. Perhaps one of the longer-term wp users will be around later and have some fresh ideas. It may be something very simple….
Forum: Plugins
In reply to: still cant work out how to insert an imageIf you have cPanel, there should be an icon for Hotlink Protection. If you have Plesk, or vDesk, or Ensim, I can’t help you but there’s probably a similar option in there somewhere. You’d access that area, then see if there was anything listed in the field it offers.
And you might just email your tech support folks and ask if they have any idea why images uploaded to the correct folder would fail to display….
Forum: Installing WordPress
In reply to: Writing a POSTThat’s how you make posts, through the admin screen. The only other way to do it is with something like the quickpost plugin from http://cjbehm.dyndns.org/wingingit/quick-post/ or with a client like Windows Live Writer from http://windowslivewriter.spaces.live.com/
How else did you expect to post?
Forum: Plugins
In reply to: still cant work out how to insert an imageWell, I don’t think it can be a permissions issue…. okay. Have you done anything in your control panel or through your host tech support to prevent hotlinking images on your domain?
Forum: Everything else WordPress
In reply to: Non-Editors Can’t use All HTMLMake everyone editors or contributors?
Forum: Fixing WordPress
In reply to: Line breaks above doctype, break feedsMaybe wp-blog-header.php. I think in one of the core files, there’s a list of required files…. not sure which one, though.
Forum: Plugins
In reply to: still cant work out how to insert an imageLet’s get clouds working first, then we’ll go on to the others, ‘kay?
Post back with news….
Forum: Plugins
In reply to: still cant work out how to insert an imageImages have to be uploaded by your ftp client as binary not text/ASCII.
There are two header images, using some sort of php functionality,
which are showing as broken in the FF webdev toolbar. So once you get the clouds image sorted out, the same sort of fix should help the header.
Forum: Installing WordPress
In reply to: Search function goes through Pages too?You’ll have to have a plugin, see Plugins. And be aware that as of right now AFAIK, 2.0.6 does NOT work with any of the static page search ones out there.
Forum: Plugins
In reply to: still cant work out how to insert an imageNot generally, no. Just reverify that you’ve uploaded the file to http://temperateminds.com/wp-content/themes/lonely-island-10/images/clouds2.jpg first. Try loading it in your browser using that address.
And make sure you’re uploading as binary!
Oh, btw, your header images are broken, for the same reason probably.