Yukondokne on "how to edit sidebar info (like text)"
<?php /** * Twenty Thirteen functions and definitions * * Sets up the theme and provides some helper functions, which are used in the * theme as custom template tags. Others are attached to action...
View ArticleRadices on "how to edit sidebar info (like text)"
Nope not hiding it through a function "remove_menu_page". Did you try to edit it through the Customize link? Try deactivating all plugins and see if the menu appears.
View Articlepolishmaniacs on "Forgot Password... but it's saying too many attempts?"
So I got a new computer, and went to log into my Wordpress account, and realized I forgot my password. I clicked "forgot" and typed in my email address and it keeps bringing me to: "Error 429 Too many...
View Articlekmessinger on "Forgot Password... but it's saying too many attempts?"
Contact your hosts. I believe that message is a server error. You obviously signed in here, (wordpress.org) so were you trying to sign in to wordpress.com?
View Articlepolishmaniacs on "Forgot Password... but it's saying too many attempts?"
It's not the same log in information... I've tried it :/ and no, I go through my page PolishManiacs.x10.mx and click "Log In" and sign in that way.
View Articlealchymyth on "how to edit sidebar info (like text)"
the posted sidebar.php code does not match what is shown in your site. when looking into the 'dashboard - appearance - editor' make sure to have your currently used theme selected. or try working with...
View Articlecatacaustic on "wordpress get_field IF statement"
<?php $value = get_field ('reason_6'); ?> <?php if (strlen ($value) > 0): ?> <li><?php echo $value; ?></li> <?php endif; ?>
View ArticleWykydtron on "Suspected Hack"
Found this on a server I manage, here is some detail on the code. http://pastebin.com/v42Rv9DF
View Articleahmadaziz0441 on "[Plugin: Custom Post Type UI] How about if i wanted to make...
Hey guys, This plugin is awesome! and i love it :) ~ eventhough i am new to this. But, guys i need some help. In the plugin screenshot, they show the example to movie right.. but what if i wanted to...
View ArticleMichael Beckwith on "[Plugin: Custom Post Type UI] How about if i wanted to...
Sounds like it'd be a good candidate for a taxonomy with terms for each grouping.
View Articleahmadaziz0441 on "[Plugin: Custom Post Type UI] How about if i wanted to make...
Yah :) could you impliment the idea to the plugin, i am looking forward to it. Thank you
View ArticleMichael Beckwith on "[Plugin: Custom Post Type UI] How about if i wanted to...
You have taxonomy registration options in this very plugin already. All you need to do is set up the specifications for it.
View ArticlePwnFx on "Classifieds theme"
I'm trying to make a classifieds site using wordpress after many hours of frustration trying to use OSClass, and OpenClassifieds, only to find that neither of them can do what I want them to do without...
View ArticleHonestcelt on "Multiple wordpress accounts"
Thanks for the swift response, I shall switch over to .com!
View ArticleRadices on "how to edit sidebar info (like text)"
The OP's a Network Engineer I'm sure editing a file is not a problem! The issue is that the Widgets area is missing from the dashboard. I'm happy to look at the site myself but think we are close to...
View ArticleYukondokne on "how to edit sidebar info (like text)"
im happy to edit any php file. im comfortable making changes to any file - i just need help finding out where the file is at so i can change it.
View ArticleRadices on "how to edit sidebar info (like text)"
All the files are in the ACTIVE theme folder under wp-content/themes/ To get back on track ... did you try going to Appearance>Customize to see if you can get at the Widget areas? Did you deactivate...
View ArticleYukondokne on "how to edit sidebar info (like text)"
i went to Appearance>Customize; no widget that i see..? the plugins wont deactivate; not sure why.
View ArticleRadices on "how to edit sidebar info (like text)"
Rename the wp-content/plugins folder .That will deactivate them ... and break the sites front-end until you name it back and reactivate them. The dev might have made a plugin to limit access. Another...
View ArticleYukondokne on "how to edit sidebar info (like text)"
let me try the text search before i break the frontend. ill report back
View Article