tasko on "wp_editor Link Question"
Hello, Is it possible to hide/remove the "Or link to existing content" section from tinyMCE (link button)?
View ArticleElPapay on "Report-a-post plugin?"
Is there a report-a-post plugin available? I tried searching but couldn't find any, maybe I got the keywords wrong. All I want is to place a "Report This Post" banner on my page (single.php) and if a...
View ArticleJeff Edwards on "Newsflash feature"
Can anyone recommend a newsflash plugin that will briefly display a breaking news alert at the top or bottom of the screen only when a new headline in an RSS feed or tweet is detected? I'm after...
View Articled0cpaul on "Canvas Theme Custom Post Types"
So I've been searching and reading through the support forums for hours to resolve this so I thought I would finally ask. How do I customize a CTP template in the WooThemes Canvas theme? I created my...
View Articleashishrevar on "Display blog post in HTML Page"
Hello there, I've created HTML site in which I am having one blog tab. So what I want is that, if I click on that tab post within my wordpress blog must be fetched out and displayed as it do always....
View Articledwawobieg on "shortcode and flot charts problem"
Hi. I have big problem with flot charts resize plugin and shortcode in WP. I try write plugin where I'll can do responsive charts via shortcode. My plugin code: define( 'ML_PLUGIN_PATH',...
View Articlezel on "Registration/lostpass errors showing on frontend"
Hello, I'm using s2member, customized my registration form and now I'd like to show all errors on my frontend maked registration page. Here's my code: <?php $register = $_GET['register']; $reset =...
View Articlejokr on "Permalink for custom feed not found"
Hi all, In a plugin I would like to add a custom feed. I have done this as follows: add_action( 'init' , array($this, 'init_function')); public function init_function() { add_feed( 'custom',...
View Articlerobahas on "Programatically remove the WordPress News Widget from the dashboard"
Hi all - I'm customizing my dashboard and have used the codex instructions successfully. However, my WordPress News meta box stubbornly refuses to go away! It's ID is set to 'dashboard_primary' and...
View Article5ngua on "Should I change wp-content folder?"
Hello there, I want to change wp-admin folder for my site, but I am not sure the plugins and themes will work or be broken. I have several question: - Should I change wp-content folder? - Have you ever...
View Articlerussgrue on "mywidgetclass::widget gets called in admin pages."
Hey, I'm not sure if this is the right place to ask this but I've discovered that when I browse around the admin pages my widget display function in mywidgetclass is getting called. I've noticed this...
View Articlembschori on "Remove Gallery Zoom Option"
I am creating a website for a wedding shop and am having an issue with the galleries. If you click on the image, it will bring you directly to that designer's website as opposed to enlarging the image...
View Articlemariz_p on "pending topics must be viewable to the author only - bbpress...
Hi, I hope someone here can help me clarify my codes. You see I have modified the bbpress moderation plugin since I am not getting any response from it's author. Okay, here's the problem. I am making...
View Articlelmstreng on "Custom Post Type, the single-.php problem"
So I feel like I am doing something obviously simple, yet can't figure out what! I've created my custom post type 'project' and created single-project.php to display the individual project posts. It's...
View ArticleAmal 007 on "My Addon sites hacked"
Hi, My sites displayed a message while loading it as haked by some Hasturk or something...Now i am being displayed nothing jus "Index of / .ftpquota Apache Server at ***.com Port 80" when i checked in...
View Articlelacheney on "Comma in foreach output"
Hi, I'm trying to find posts of a certain type that share taxonomy terms with the current single post being displayed. Here's my code: $mentionslist = wp_get_post_terms($post->ID,...
View ArticleMagicTigger on "site list similar to wp_get_archives"
hi, i have an archive page that shall show the last 25 articles. so far, so good - with "wp_get_archives". BUT, there are static sites that i want to list in the same list. on first sight i said...
View Articledannybeton on "wp_trim_words formatting"
I'm using the wp_trim_words function to just take the snippet of a custom post's content: echo '<p>' . wp_trim_words( get_the_content(), 50 ) . '</p>'; The content text is formatted as...
View ArticleMeAgainAtPMP on "WordPress 3.8 and JS/HiddenLink.B"
I have a user claiming the AVG Internet Security program has found the virus named JS/HiddenLink.B on my WordPress site. I am using WordPress 3.8. The only posts I can find on this are three years old...
View Articlehombero on "media_handle_sideload() not working, halts execution"
Hello, I am attempting to write a PHP script which downloads an off-site image from url, saves it to a permanent directory, and then attach it to a post as a thumbnail. The script successfully saves...
View Article