iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Driving me nuts – please helpI can’t create the upload folder.
Create it yourself with
FTP.http://codex.wordpress.org/Using_Image_and_File_Attachments
http://codex.wordpress.org/FTP_Clients
http://codex.wordpress.org/Changing_File_Permissions
http://wordpress.org/support/topic/164999My next problem – Added a series of posts and set the read settings to show 5 recent on the main/home page. I’ve got 10 posts but only 5 show, which is what I want – however how to access ALL posts?
I assume it was clicking on the category page, i.e. one has 7 posts…but on the category page, only 5 show up and there is no “continued” or “next page” or “show all posts in this category” link or option.
This is set by the theme, and unless you want to fiddle around with the theme’s code, switch to a different theme.
Forum: Fixing WordPress
In reply to: I cannot find my blog on wordpress.orgwhat does index sites mean?
It means to add sites to their search index (their data set that can be searched). WordPress.com lets you search their blogs, but wordpress.org has nothing comparable.
Forum: Fixing WordPress
In reply to: I cannot find my blog on wordpress.orgYour site is in Google. wordpress.org does not index sites.
Forum: Fixing WordPress
In reply to: Designed page as a .PSD and now want to make a WordPress siteIs there an easy way to do this without knowing code if you import the slices from Photoshop and into Dreamweaver?
No, WordPress is not static html and themes cannot be designed from scratch using visual design web tools. It’s php and it has its own functions. To develop your own theme, you’ll need to know code. See: http://codex.wordpress.org/Theme_Development
Forum: Fixing WordPress
In reply to: Markup Validation Error Cleanup “the <FOO> erroreval(base64_decode(
I wouldn’t recommend using any theme with this crap in it.
Forum: Fixing WordPress
In reply to: Recover My Broken SiteYou could open the .sql file with a text or code editor and recover the text, but it may be hard to find and have weird stuff in it like
\n\nthat would need to be removed.Forum: Fixing WordPress
In reply to: Why can I not use tags for plug-ins?Check with the wpaudio forums. They may have a solution on making it work or info about any current problems with the plugin.
Forum: Fixing WordPress
In reply to: HTML page formating?Using NVU, I rewrote 100% of the text on my Homepage and uploaded it.
Are you referring to your WordPress home page (the index.php in your chosen theme’s folder)?
Forum: Fixing WordPress
In reply to: REdirecting blog.com to www.blog.comYou could just change the WordPress and Blog url in the dashboard to the www version. Make sure the www version actually works before attempting this.
If this is a general redirection question, try a Google search for: redirect www
Forum: Fixing WordPress
In reply to: PhP url within an image helpI wish to place my youtube page in one of my little advertising boxes…
If you want to put a page in a box on your site, then you could use an iframe as suggested. If you want to put a link to your page in the above code, then replace # with your link.
Forum: Fixing WordPress
In reply to: Why can I not use tags for plug-ins?Forum: Fixing WordPress
In reply to: Why can I not use tags for plug-ins?See: http://wpaudio.com/
You supply the URL — WPaudio does the rest. It’s as easy as:
[wpaudio url=”http://domain.com/song.mp3″ text=”Artist – Song”]Forum: Fixing WordPress
In reply to: Why can I not use tags for plug-ins?[wpaudio url:"<url>"]is a shortcode, not a tag. You do not enter it as a tag, you paste it into your post or page using the html editor. I am not familiar with this plugin, but with some plugins, you may have to add your own values into sections of the shortcode (check the plugin instructions).Forum: Fixing WordPress
In reply to: Upgrade ruined my layout! can I rollback?Contact the web host about restoring a backup of the site.
Forum: Fixing WordPress
In reply to: Image Won’t Display in IEUse RGB color for web images (not CMYK like in welcome1.jpg). Also, I don’t know if you did or not, but don’t embed color profiles.