dbu321 on "Can't access wp-admin"
I went into my wordpress settings and changed the site to point to http://www.domain.com/category/blog instead of just http://www.domain.com and now i cant access the admin side of my site. I believe I...
View Articleesmi on "Can't access wp-admin"
Change the urls back. See Changing_The_Site_URL for details of how to do this.
View Articlekmessinger on "A simple anonymous posting"
Check http://perishablepress.com/user-submitted-posts/
View ArticleDOOMNEZEU on "Error : WIdgets posted after post! How to fix this?"
Nops i dont think i have it hakhed! Verified and on hoster and i am very protected by Norton Antivirus, Zone Allarm , Antimalware .... more... and the hoster are clean , verified. And all site , forum...
View Articlecbulen on "Line breaks"
This issue is driving me nuts. using shift + enter only shows lines breaks in only the visual editor. The actual pages don't show any additional line breaks, and so all of my paragraphs are jumbled...
View ArticleRoarinRow on "Permalink on https site"
On my https://mysite.com my Permalink is set to this: https://mysite.com/2012/10/23/sample-post/ However, when I create or edit a post the Permalink is set as: http://mysite.com/2012/10/23/sample-post/...
View Articlevtxyzzy on "unexpected T_CONSTANT_ENCAPSED_STRING"
That line has a single quotes used inside single quotes. You either need to change the outside quotes to double quotes or escape the inside single quotes by preceding each one with a back-slash....
View ArticleRonStrilaeff on "Permanent URL Redirect"
This is not a wordpress specific question but surely someone here has done the same thing as I am needing to do very soon. I have oldone.com which has many links to it from the rest of the web I...
View Articlevtxyzzy on "Black skyline back ground colour"
Have you solved this problem? If your problem has been solved, please post your solution and use the dropdown on the right to mark this topic 'Resolved' so that anyone else with this question can see...
View Articlekreegah on "taxonomy and term function"
Yeah, I've removed my variable. but unfortunately my code won't work :( function change_stylesheet_uri( $stylesheet_uri, $stylesheet_dir_uri ) { if (term_exists( 'grunnmur' )) return...
View Articlerrhobbs on "What to do with feed urls once post slug changes?"
Using Pretty Permalinks, if you change a wordpress post slug, it automagically directs to the new url - but what about the link to the feed for that post? Is it sposed to redirect as well? ... and on a...
View Articlewpismypuppet on "Certain Posts only visible under one URL"
If I were you... I would use query_posts() on my index.php page to alter my main loop to exclude the native language posts. This will keep everything working like normal, but users won't see native...
View Articlepiercej on "Extension on RSS Feed"
I have an app that will consume a feed from WordPress. This app only accepts rss feeds with an .xml or .rss extension. How can I accomplish this?
View Articlema202pa on "my site doesn't display gives me error code please Help me"
hello everyone my names is Parbez Anwar and i am student studying website devlopment. i am having difficulties viewing my site it gives me this error message You don't have permission to access...
View Articlevtxyzzy on "taxonomy and term function"
Sorry, I misunderstood what you were trying to do. The terms will always exist whether you are showing that term on the page or not. Try using the is_tax() function instead.
View Articlephbp on "Source Code"
That's right and it is actually annoying that this only happens when using WordPress. I believe there is really no way to solve this issue other than exclusively hosting one WordPress site for one...
View Articlekreegah on "taxonomy and term function"
Whooopie! You saved my day vtxyzzy! That worked flawlessly! (argh, to many functions for a non-coder to handle in this WP codex) Thanks a bunch, if you were close by I'd hug you!
View Article