freakable on "How to mass edit post date publish?"
I want to export about 1000 post to my wordpress blog. How can i mass edit them, to publish from: 2013-06-24 to 2014-06-24 I want to publish posts about 3 per day, not 1000 per. It's even possible to do?
View ArticleRobert Lowe on "When does the authenticate filter get called?"
I would like to integrate a WordPress site with an external authentication (single sign-on) service. This service uses a custom protocol so I don't expect to be able to use a standard plugin; rather,...
View Articlemitchobrian on "base64-encoded post-by-email post garbled."
Based on: https://core.trac.wordpress.org/ticket/5252#comment:1 I got it done. Code attached. -> http://pastebin.com/fw7izpSG < -CODE
View Articlemupdegraff on "Preventing Display of Post Gallery when on Homepage"
I would like to prevent the post's gallery from displaying when the post is listed on the homepage. Im thinking it will utilize add_filter and apply_filter when post in on homepage. Thank you in...
View Articleshihabmalayil on "theme option showing syntax error"
Parse error: syntax error, unexpected 'my_theme_menu' (T_STRING) in C:\xampp\htdocs\mazen\wp-content\themes\DEstiny\snippet\admin-menu.php on line 5 <?php //create custom admin menu's // add the...
View Articlenblauw on "How-to use a shortcode in a page or post title"
Hello! I want to use different shortcodes in a page or posttitle Total comment count; function comment_count() { global $wpdb; return $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE...
View Articlesouleye on "social media buttons in grey opaque"
I have a website with grey opaque installed. the thing is when you click on the social media sharing buttons, it doesn't open a contextual window for you to share the page without actually leaving the...
View Articlecalgodot on "Change Display Date on Pages and Posts"
I'm setting up a blog for a roleplaying game that is set in the future (22nd century). I'd like each blog post or page to display the *future* date rather than the current date, but I still want the...
View ArticleOwen on "How to make favicon show on register/login page?"
I currently have a favicon on every page of my site(including the admin) except the register/login page. On there for some reason the oldest favicon on my site is there a modification I can make so the...
View ArticleBlaxsun on "get_terms() with javascript?"
Hey guys, I have the following situation: For one of my Websites I need a extended Searchform (taxonomy picking). This is my code, so far: <select id="hersteller" name="hersteller"...
View Articlethunderbug on "use taxonomy slug in custom posttype permalink"
Hi there, I really need you help. :( I registered a custom post type called "guidepage" and a custom taxonomy called "guide-type" for this post type. No I want the permalink of guidepage to be like...
View ArticleSteampepper on "How do I display selected category on this php file"
Hi there, I'm not very good with PHP code so struggling with this. Currently this template display all the categories I have but I just want to select one or two. Can anyone tell me what code i need to...
View Articleerikstainsby on "Custom menu permissions issues"
I have read the docs for add_submenu_page a thousand times. This is getting very old. I have a custom top-level menu "Site Manager" which I mean to poopulate with half a dozen custom plugins. Only I...
View Articleviveramedia on "Adding get_posts and reordering"
Hi guys, I am doing a series of loops which uses: $myposts = get_posts("category=$category->id"); However I need to do something like: $myposts .= get_posts("category=$category->id"); so the var...
View Articledaniel@easytracgps.com on "Either CSS3 or PNG Opacity Issue with IE8."
This is my first real foray with WordPress. We actually use wp for our blog, but never really attempted to delve very deep into its full potential. We're now in the process of redesigning our main site...
View Articlejspitz725 on "save_post & post_status help"
Hi, I'm trying to get the post_status of a post before it is updated in the database. If I hook into save_post, I'm hoping that the post_status will have already been changed to publish. Am I correct?...
View Articleerikstainsby on "Sort/load-order admin submenu items ?"
Is there a way to sort or order the loading sequence for submenu items to a custom top-level admin menu ? I'm running into an issue where a later-loaded submenu page is bouncing into the first position...
View Articleerikstainsby on "Equivalent to plugins_url('css/file.css',__FILE__) for...
I'm looking for an equivalent mapping of the plugins_url( .. ) function for use within the context of the mu-plugins folder. My stylesheets are currently reporting back as 404 Not Found. Current code...
View Articlen00bie12 on "Conditional Loop: What's wrong?"
Trying to use conditional statements in loop to apply different bootstrap classes to different posts. What am I doing wrong, here? Thx, in advance, for your help. <?php while ( have_posts() ) :...
View Articlemullion on "Create/Edit user without Email Adresse"
Hello, I need to be able to create/edit user without email adresse. I tried to find how the wordpress core works. But it's kind of very complex to simply remove all the "required validation" for the...
View Article