jsh99 on "Request loop for wp-admin (310: ERR_TOO_MANY_REDIRECTS)"
Hey everyone, I had a WordPress install going strong for awhile today, then I (regretfully) logged out. Upon trying to log in again, Chrome threw me a 310: ERR_TOO_MANY_REDIRECTS error. I have searched...
View Article5high on "How can I add target="_blank" for the WordPress credits in 2011...
Hi, I've searched the codex and the forums and surprisingly have found nothing about this! What I'd like to do is to get the WordPress credits link to open in a new tab - pretty standard practice I...
View Articlejsh99 on "Request loop for wp-admin (310: ERR_TOO_MANY_REDIRECTS)"
Additional info: So it seems that wp-admin is always returning 302, whether or not I am logged in.
View ArticleTeh Lemonsmith on "Uploading Images Freezes on Crunching"
Here is the error in my log: File does not exist: /home/phipr/public_html/400.shtml, referer: http://tehlemonsmith.com/wp-admin/media-upload.php?post_id=4378& Any ideas?
View Articledeepbevel on "how to create a special page"
you could do something like that using tags for the years like you said. I just tested the following code, it should list all your date tags, you can specify a category by id in the array (cat =>...
View Articlesaintgiles on "sitemap.xml issues - please help"
I figured out trash, but there's nothing in the trash. I deleted some old drafts, they went into the trash, and I emptied it. I changed the ministries page to not have -2, and it seems that may have...
View Articledeepbevel on "disabling title input to a new post"
yes, very possible, and probably easiest with a plugin like Adminimize.
View Articlepietergoosen on "Insert automatic REL=prettyPhoto"
Hi there Jan, Do you maybe have something like that for single images and images in a gallery. Many thanks
View Articledeepbevel on "Different widgets on different pages"
or, try a plugin like dynamic widgets.
View Articledeepbevel on "how to make submenu?!?!?!"
If appearance/menus has the custom menu option for your theme it should work, try different, updated browsers and another theme just to narrow it down.
View Articlepietergoosen on "post formats in custom post types"
Hi everyone I'm currently working on a theme for my website. Users can post stories, videos or photos on the website. I want to create a custom post type for each of the three categories, namely videos...
View ArticleTina on "Site won't refresh"
I am working on a client's site and its doing this weird thing that I've never seen before. I am fiddling with themes and going back and forth between themes and its refusing to show the changes. I...
View Articlekeesiemeijer on "Again about custom post type pagination"
Try it with this: <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query();...
View ArticleTina on "Site won't refresh"
OK, update: Last night when I was wrestling with this, there was no change with any of the browsers...tonight, it appears the problem is exclusive to Firefox. This is really weird because I was working...
View Articlejeponkz on "Display tumblr post in wordpress page"
Hi Guys, I imported tumblr post in my wordpress using this steps http://en.blog.wordpress.com/2012/02/02/import-from-tumblr-in-3-easy-steps/ After I finished importing tumblr into wordpress, how can I...
View ArticleTina on "Site won't refresh"
Nope, scratch that...its NOT working on ANY browser...I had forgotten which theme I had activated...IE, opera and chrome all show the wrong theme, but the same one...Firefox is showing the wrong theme,...
View Articlekb_unhammer on "No thumbnails creation for images uploaded via XML-RPC"
I think this may be related: I spent some time trying to figure out why thumbnails weren't created when I upload images from Python to WordPress over xml-rpc. I was sending: {'name':'foo.jpg',...
View Articledeepbevel on "Display tumblr post in wordpress page"
without knowing anything about how that works, I'd say a category page just for the tumbler post(s)? Or if just one post, make a custom meuu that links to it? I'm assuming it displays fine/as expected...
View Articlelackcy on "How to edit html source code?"
Woah! You are fast in spotting the problem. when you say email agent, do you mean the contact form? And send to friend means social media plugin?
View Article