wesbos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: minor design questionsI’m not sure what you mean by the first question, but the second one is easily solved:
#your-sidebar ul li {text-transform: lowercase;}Forum: Fixing WordPress
In reply to: Displaying an incrementing number next to each published postAmazing! Thanks so much. Exactly what I was looking for.
Forum: Plugins
In reply to: WordPress Query Posts Meta Compare by VariableOh Here is my code
query_posts(‘&orderby=meta_value&meta_key=eventdate&order=ASC&meta_compare=>=$currentdate’ );
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Show 3 latest items of album?Still looking for some help if anyone had some..
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Show 3 latest items of album?Anyone?
Forum: Plugins
In reply to: [Plugin: Pods CMS] Best plugin for wordpress ever. periodI was amazed at how active this plugin is being developed. I have been hanging out in the chat room for a while and there is always someone to help you out.
Pods isn’t perfect, but the developers are working their asses off trying to make it so. Flutter is abandoned, you guys should be happy that we have a plugin being so actively developed. If you have a problem, report it; im sure a fix will be either already available or come out within a week or two.
Forum: Plugins
In reply to: Next Gen Gallery – Single Thumbnail for an Album?Great idea! Thanks a ton, really helped me out.
Forum: Fixing WordPress
In reply to: Call Specific Post./page?Thanks, I googled some of that code and stumbled upon
http://www.tipsandtricks-hq.com/query-or-show-a-specific-post-in-wordpress-php-code-example-44
Forum: Fixing WordPress
In reply to: www.craigonomics.com works, craigonomics.com doesnti’ve checked the wp-config and everyting looks fine. I am uploading fine as well…
Forum: Fixing WordPress
In reply to: www.craigonomics.com works, craigonomics.com doesntMy encoding is already UTF-8
My Index.php is exactly the same as it came.
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>Forum: Themes and Templates
In reply to: Text Huge in IE, fine in firefoxthanks alot, but its still not working, Ive tried a million things.
Here is a link to the style sheet stylesheet
Forum: Themes and Templates
In reply to: Text Huge in IE, fine in firefoxThanks for catching that; However, it still didn`t fix the problem.