lingz on "Permalink rewrite breaks on using custom taxonomy at the root"
Hi All, I've created a plugin (An Issue Manager), that in-part, adds a possible rewrite to the post permalink with a custom taxonomy using /%issue%/ in the permalink structure. However, when I do this,...
View Articlekitcorsa on "Direct Required - Flooring Site - E-commerce/booking"
Im looking for a bit of advice or direction here, Im looking to make a site for my brother who is specialist flooring expert who can supply fit and repair floors. What i'm after doing is creating a...
View Articlestefan2k on "iCal feed - trigger outlook sync"
Hello everybody! I provide an iCal file within an wordpress feed. In the admin panel the user can set some settings for this file (which events, time restriction etc...). The problem: changed settings...
View Articletunescool on "Move Button In Posting Page And Add Return Function"
i use this to add a button in my posting page // add more buttons to the html editor function wptit_add_quicktags() { ?> <script type="text/javascript"> QTags.addButton( 'wptit_pre',...
View Articlemrfraz on "Show second tag"
I have a code-snippet on my site to show the last second tag. <?php $posttags = get_the_tags(); $count=0; if ($posttags) { foreach($posttags as $tag) { $count++; if (2 == $count) { echo '<a...
View ArticleZion Eye Media on "Custom Fields in Media Library Attachments"
I've searched and searched for code (no plugins) to add custom fields in media library attachments. I finally found something that may work for those searching for it. Check out this URL:...
View Articlepixelpusher01 on "Using Text Widgets"
Hello, I am new to WordPress. I am using twenty-twelve template. What I would like to do is to use the text widget on my site, however I would like to use different content on each page/sidebar using...
View ArticleWatchTV on "Akismet Can't Login -Comments hacked-not working anymore"
I had comments working then I was getting massive emails, saying mail delivery system, Postmaster notify: see transcript for details, then ALL COMMENTS stopped working saying Oops, no comment with this...
View Articlewilschoy78 on "Auto-Increment User ID based on date"
how to add a auto-increment another user unique id based on date., example: if there will be a new user registration it will assign a new user unique ID base on this format Year/Month/Date +...
View Articlemarcelotorres on "How to add field in the column list of images in the...
Hello anyone know how I can add a field in the column list of images in the gallery tab upload files, like the image below?...
View ArticleLevy2725 on "Where to place code for a featured post slider"
I'm trying to place a featured post slider in my site between the navigation menu and the first post. I have this code for the plugin: <?php include (ABSPATH ....
View ArticleAline_rodrigues on "Get Custom Field Image Loop"
Hi everyone, I have this code <?php $imagem = new WP_Query(array( 'post_type' => 'post', 'posts_per_page' => -1, //Se deixar em branco ele pega o default do Admin, Deixe -1 para ilimitado...
View Articlekn00tcn on "is it possible to make a 'primary' category for wp_nav_menu() to...
if a post is in multiple categories, is there a way to have the admin select which category is the primary one so that wp_nav_menu() highlights only the primary category instead of all the categories...
View Articleandymc82 on "password protect site until url variables passed?"
Hi, is it possible to do the following? 1. the site is locked until a url with variables is passed to it. 2. inside the url variables, it should have new userdata (so wordpress will register the user...
View Articlejankowski on "Manual update of post"
Could someone direct me towards the source code (or the function itself) that takes care of updating a post when the "Update Page" button is clicked on the page/post editor? I'm creating a page...
View ArticleMarkJ123 on "Newbie: add_action('save_post') Question"
Hi, I am trying to alter some content when a post is created. In my plugin I am hooking into the WordPress event by calling add_action('save_post','insert_method') Where my insert_method is below...
View Articlebriancostea on "Determine cron job status?"
I am creating a cron job that takes a while to perform. Is it possible to have a dashboard that displays the status of the job? Ideally, I'd like to be able to have the job send a status message to the...
View Articlebjones1985 on "Using Ajax in Wordpress to submit a MailChimp form using...
The problem is my call back function which is mailchimp_submit isn't working. Not sure why. This is what I have. add_action('wp_enqueue_scripts', 'mailchimp_scripts'); function mailchimp_scripts() {...
View Articleandymdesign on "add new user with URL variable?"
i was looking here, http://codex.wordpress.org/Function_Reference/wp_create_user i was wondering if its possible to add new users with a url string? for example: link:...
View Articlecimenta on "How to create custom home page via plugin?"
Hi I want to code a plug-in that creates new custom home page. Note that I have never coded any plug-in before. 1) After activation of plug-in user needs to go to the options of the plug-in and set up...
View Article