Devin Humbert
Forum Replies Created
-
Forum: Plugins
In reply to: [CPT Archive] Suport for Custom taxonomies??Here is a tutorial on creating custom taxonomies. It’s usually quicker to try Google before posting here, I found that link in a couple of seconds.
Forum: Themes and Templates
In reply to: Can't upload background imageThese sound like issues with the particular theme, which I’m not sure anyone here can help you with. You paid for the theme, if I was you I would contact Woo Themes and get help from them.
Forum: Fixing WordPress
In reply to: using a header from one theme in anotherThere is no technical issue. However, you do need to be aware of the image licensing and make sure you’re legally allowed to use it in such a manner. Ask the creator of the theme that you want to take the image from if you’re in doubt.
Forum: Fixing WordPress
In reply to: content from php page inside wordpress shows limited contentIt looks like the PHP code you are embedding is outputting an iframe with scrolling disabled. If you want it to ouput an iframe, you need to search the code for the following code:
scrolling="no"
and replace it with:
scrolling="yes"Forum: Fixing WordPress
In reply to: get_posts() Query returning odd results..Reading this page, shouldn’t you be using the parameter “author” instead of “post_author”?
Forum: Installing WordPress
In reply to: Cannot get WP thai workingThat is an issue with your web server. You need to increase the value for memory_limit in php.ini. Here is a tutorial. You may need to contact your hosting company.
Forum: Installing WordPress
In reply to: wordpress does not show imagesI don’t have a definite answer, but I see you use Firebug. My first step would be to (on the Host OS, Windows) open Firebug and reload the page – see what URLs Firefox is trying to load for your CSS and images, that has helped me when I’ve had similar problems.
Forum: Installing WordPress
In reply to: cannot installYou can’t install WordPress like a Windows program. It needs to be run on a web server. Read the WordPress Installation Guide for lots of information on installing it.