Rahendra Putra K?
Forum Replies Created
-
Forum: Plugins
In reply to: flush_rewrite_rules() still not work for single_template against permalinkmy mistakes, my problem is, i registering taxonomies slug as same as custom_post_type.
Forum: Themes and Templates
In reply to: Hide Widget TitleOk lee, so there’s no other clean way to remove the widget title when it’s not set at the admin widget page? Hope there’ll be a clean way to do it. Thanks for inform me once again.
Forum: Themes and Templates
In reply to: Hide Widget Titlehi Lee, thanks for your reply. i still waiting an answer for this thing. I’ll try it, thanks again.
Thanks Mark, will try it soon.
Forum: Fixing WordPress
In reply to: Visual Editor not working after 4.2 upgradeJust copy tinymce.min.js from wordpress version 4.0 to 4.2.1
no error so far. it worked for me.
Forum: Fixing WordPress
In reply to: Header already sentthanks cheesedude, it seems those thread i’ve been tried and fail LOL
but, a while ago i solved this kind of error. it’s my bad, the problem are not in my whitespace or irregular character. Its in function placement, the wp_redirect supposed to put before the html loaded in the browser.
in my case, my auth login condition are placed after get_header called :)) so when i put in my functions.php it works like a charm. thanks for your support by the way.
Forum: Fixing WordPress
In reply to: Header already sentcan i sent you my code using pastebin to check it, i’m usig sublime and according to some google’s result it usually because of space or new line before or after tag
<?php
nor?>
but mine seems doesn’t ??Forum: Hacks
In reply to: Manual-Excerpt LengthAccording to your explaination, the custom length for manual excerpt are set manually at meta box. right? ??
hope for next wordpress, the manual excerpt meta box could be set through custom excerpt length function ??
btw, thanks for your reply @tara
Forum: Plugins
In reply to: [Advanced Editor Tools] Could i request?thanks for reply and hope to hear the good news ??
Forum: Plugins
In reply to: [Widget] When using WP_DEBUG: Undefined variable before_widgetfunction widget($args,$instance) { extract($args); echo $before_widget; // Processing the form echo $after_widget; }
make sure to extract arguments first to use sidebar configuration. hope it help.
Forum: Hacks
In reply to: could fontend form send post data into database@bcworkz – i’ve tried those and did well. thanks.
Forum: Hacks
In reply to: generate sql.zip from db when deactivatingwhen in my server has phpmyadmin that actually can export into .sql or .zip is there any possible that exec() could be called?
Forum: Hacks
In reply to: could fontend form send post data into databaseright. i use a page template and using shortcode to run my plugin form. could you tell me how to do include nonce into my form, validated and sanitize. or refer a solving thread that more or less has a same problem like me.
i’m still confused about class or function want to be used to triggered the form to validate and push data into db.
Forum: Themes and Templates
In reply to: How to move the menu closer to my logoIs this close enough? see my fly editing
Forum: Themes and Templates
In reply to: Add admin menu separatorthanks @praeix.. actually i need those but now that i can do is waiting from wp dev to create a function that can handle admin menu separator ??