Megan on "How to stop redirect loop?"
I recently purchased a domain (antiquitea.net), and decided to use it for my WordPress blog. I went through the domain mapping, changed DNS info through my domain provider (1&1), and after telling...
View Articlepawciak on "Display latest 12 photos from media library"
thx:) the only problem is that it crashes. It behave like the script coulnd find proper url of image. take a look: LINK images should load below text: Ostatnio Dodane Zdjęcia
View Articlekmessinger on "Can't login to wp-admin"
Try http://www.datacenterdirect.com/wp-login.php
View ArticleInfoprincess on "Changing "entry-title" color and size in 2010"
Like I sometimes do, I figured it out right after leaving my post. Here is the code to copy and paste into your Child Theme in order to change the page title size (color solution still pending)...
View ArticleBeyondTheWatch on "Excerpt not wrapping around thumbail"
Hey everyone, I'm trying to get some excerpt text to wrap around my thumbails but nothing seems to be working. I have other pages that call in posts and everything works (the excerpt text wraps around...
View ArticleAmy617 on "How do I Float my Header Widget to the Right?"
I just added a Google Custom Search Bar to my header. How do I get that widget to show on the right of my page, and not on the left? My blog url is http://www.avidamy.com
View ArticleInfoprincess on "Changing "entry-title" color and size in 2010"
Ok here's the update for changing the post title colors: .entry-title a:link, .entry-title a:visited { color: #000; (again changed mine to #880000 red) text-decoration: none; } I love it when a plan...
View Articlekmessinger on "Can't Upload Photos in Posts"
Please work through this, ◾deactivating all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). If you...
View ArticleMarventus on "WP Site gone after changing the URL in the settings"
Hi there. I may be wrong, but it seems like you might have messed up the path to your Home and Site URLs in the Admin Panel. To override that modification, what you could do is hardcode your old values...
View Articlealchymyth on "Put posts into divs?"
well done so far. your logic for adding the .portfolio-item div is not needed with my suggestion; the div can be added normally into the loop; example: <?php $count = 0; query_posts('cat=1');...
View Articlejaiswalarchana on "can't access admin panel from another computer"
hi and thx for your help i can only access my admin panel from one computer. when i type: archanainternational.com/wordpress/wp-admin i get an error page: 404 — Fancy meeting you here! Don't panic,...
View Articleracer x on "Implement wordpress into a html page?"
No that is not possible. HTML is not a dynamic language like PHP. The page needs to be PHP to perform these kinds of actions. There are lots of great tutorials on building themes for wordpress. I would...
View Articlenyochung on "Warning: Session_start - cannot send cache limiter"
Hello all, I keep getting this error message when I login to my dashboard: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at...
View ArticleWPyogi on "Urgent - my wesbite is non viewable"
Download a new copy of twentyten to your local computer. Then using FTP, find the theme folder (wp-content -> themes -> twentyten) and replace the functions.php file with the new one from the...
View Articleracer x on "Query Posts by php the_title - How can I make this work?"
You don't want to do it that way. Wordpress already has a method for querying by tag or many other things. http://codex.wordpress.org/Class_Reference/WP_Query#Tag_Parameters Also, never assign a...
View Articlewpismypuppet on "Display latest 12 photos from media library"
It actually doesn't crash. If you look at the source code it's pumping out images, but it seems to be filtering them through timthumb: <img title="img015"...
View Articlekmessinger on "can't access admin panel from another computer"
Your sign in is here, http://www.archanainternational.com/wp-admin
View Article