Max Sewell on "permalink address gibberish"
I'm trying to use permalinks. I've selected: http://dunnwines.com/wordpress/sample-post/ which reverts (or uses) Custom Structure: http://dunnwines.com/wordpress/%postname%/ But I'm getting extra code...
View ArticleAndrew Nevins on "permalink address gibberish"
What did you click on to get that gibberish?
View Articlejhoffm34 on "[Loop] Multiple loops on a category template"
The best way to do this is through pre_get_posts. Altering the main query through query_posts can get messy quick. What pre_get_posts allows you to do is alter the main query before it is even run, so...
View ArticleSeacoast Web Design on "welcome message"
but can you place php snippets directly into a post or blog (in the text editor tab). No. PHP will be stripped out of posts and pages created this way. Please review this article:...
View Articlethisguykills on "Can't add featured image"
I also tried uninstalling and reinstalling the entire theme. On the theme page it doesn't mention any need to do any extra work in order to use featured images, so I'm still not sure of the problem.
View ArticleDavid V - WPCodeKing on "Theme adds extra "Home" LInk"
A lot of themes (unfortunately) hard-code the home link into the theme nav. If there is no option to turn it off and you've setup a menu as Ryan Yu pointed out, then it's hard-coded and would have to...
View Articlewealthpossible on "Image Squashed on Page"
I changed the following to 900px: } .wp-caption img { border: 0 none; margin: 0; max-width: 900px; padding: 0; } ...and it worked! Thanks for all the help guys! :)
View Articleyekxmerr on "[Loop] Multiple loops on a category template"
Ok i'm using now the pre_get_posts and wow it's awesome. But this still doesn't solve my problem. $query->set( 'cat', '-5' ); I would need it to use the current category but i don't know how to...
View ArticleWPyogi on "Can't add featured image"
That's not a theme that is supported here, so you will likely need to go to the vendor/developer for help. These forums only support themes from the repository on this site.
View ArticleDavid V - WPCodeKing on "How do I get access to my website to edit?"
If site is installed in the root: http://yoursite.com/wp-login.php If site is installed in a subdirectory: http://yoursite.com/subdirectory/wp-login.php Obviously change the domain to your own, and if...
View ArticleSeacoast Web Design on "How do I get access to my website to edit?"
Yes, ask your supervisor or whoever gave control of site to you for the name of the person last to edit site...they would have the admin login credentials...if not, and if your company has full control...
View ArticleSeacoast Web Design on "How do I get access to my website to edit?"
@ Dave, did you post an answer meant for elsewhere?
View Articlejmirko15 on "Show 2 plugins on main page instead of just post page.."
Hello there, So I am using 2 plugins that only show up when you click to view the full post (even though I have the full post to be shown on main page) and I would like them to show up at the front...
View ArticleAshley.Daniels on "How do I get access to my website to edit?"
Hey guys. Thanks so much for your help! BUT this isn't working for me either :( I keep getting a 404 error with both versions
View Articlewhiteweddings on "I Can't Load my WordPress Site"
Sorted - it was One.com - their servers were down for about 5 hours!
View Articlemjohnson025 on "403 Forbidden on logout"
Hi all. I have searched high and low for this bug over the last two weeks. When a user clicks the logout button on my site, it does indeed log them out, but it redirects them to a 403 forbidden page....
View ArticleElTaino on "Where is this script coming from?"
Thanks songdog, I just hung up with Go Daddy. They say is a WP problem, not on their side. That's what they said ;) The asked me to do a search for ''nemonn wordpress''. I'm trying to figure this out...
View Article