Remove ‘Publish to Facebook’ checkbox for Facebook page publish plugin

That function is used to render button and it’s called inside fpp_post_submitbox_start_action(), which does some conditional check and is hooked into post_submitbox_start action. First you need to remove plugins original action and use your own with conditional to render button. See code example below. // Remove original action remove_action( ‘post_submitbox_start’, ‘fpp_post_submitbox_start_action’ ); /** * Renders … Read more

subscribe to wp through a Faceboo app

Facebook apps are just an iFrame back to a page you host somewhere. So you could build out a page in your WordPress site with your subscription options. For example, using JetPack http://jetpack.me/support/subscriptions/. And then embed that page into a Facebook app and add it as a tab to your Facebook page. 🙂

[Plugin leenk.me]modify get_the_title

“I want to modify the get_the_title function” — Do you mean you want to modify WordPress’s get_the_title(), or simply modify what it returns? If the former, I must strongly advise against it. You shouldn’t hack core files in WordPress. If you want to modify what it returns, use the the_title filter.

Plugin used only on some pages – not widget

I solved id by myself. For those who want do the same trick: go to bliss-facebook-likebox plugin folder, edit cool-fb-likebox.php. Near the bottom of file there will be an $url variable. Change: $url = urlencode($get_cfbl_options[‘fbpageurl’]); to: wp_reset_query(); global $post; $site-id = 1; // use your own needed number if( is_page($site-id) || $post->post_parent == ‘.$site-id.’) { … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)