rmurdo on "SQL result next to menu name"
Hi all, I have a small plugin that has some records stored in sql. What I need its to do this: In the admin section of WP on the left side I see my plugin link to the settings page. You know how some...
View ArticlebogdanUlea on "Hacked code inserted in all the php files from my website"
Hi, I have the following problem: All my .php pages from my website has been hacked. A suspicious code has been inserted on first line of my WordPress website. I have changed all the user access...
View Articlemartin on "disk usage growing (Hacked?)"
I am not doing anything to my wordpress site but the disk space usage shown in the cPanel is growing simultaneously, growing hour by hour. (my site is 2xxmb in size for a long time, because each blog...
View Articledubcznic on "WP_EDITOR on Frontend in bootstrap modal doesnt work properly"
im stacked on one problem. in my plugin, i open a bootstrap modal and inside it i want to display the defaul WP editor, called by the function wp_editor(). What i get is the textarea with buttons and...
View ArticleJacob N. Breetvelt on "WP_DEBUG and PHP version"
Under PHP 5.3 when WP_DEBUG is true, error_reporting is set to 30711 by WP Under PHP 5.6 when WP_DEBUG is true, error_reporting is set to 32759 by WP I am very sad about this, and it almost prevents me...
View Articlebouinfrederic on "query_posts alternative"
Hi there, I am creating a website that integrates a portfolio which uses custom post types, this was done based off of this tutorial. So far it is exactly what I am looking for and works great except...
View Articlemikeill on "Check if Twitter Bootstrap is already loaded"
Developing a plugin that uses Twitter's Bootstrap Modals, but would like to prevent loading bootstrap if it's already loaded. Apparently the following .js code could do the trick: <script>...
View ArticlePerryDS on "Change title from Ultimate word cloud selection"
on this site ... http://www.differentiatedinstruction.ca, when you select an item under Search by learning format (uses portfolio project attributes), it comes up with a title "Project Attributes Read...
View Articleppwuq4 on "Need admin response"
I have an urgent private concern that I would rather not share openly. It has to do with the security regarding WordPress. Will an admin please message me in private?
View ArticleDenisCGN on "Custom META in wpSEO plugin"
Hello, I use the wpSEO plugin. And it offers the possibility to change the meta via a function. This is the function: add_action('init', 'set_wpseo_meta'); function set_wpseo_meta() { apply_filters(...
View ArticleGuardianAngel on "Custom link for image?"
Hi! I have begun playing with writing plugins and widgets and I have a problem... I want to create a plugin the let's me link an image with a URL but this URL is generated using information I must fill...
View Articlerichesnrags on "need to code a button to act as a form submission button"
hello I need some instruction I am a novice coder, I can open the files and add the code as long as I know where and what to add. I am using gravity forms on my site. the user fills in the form on page...
View Articlemaxxd on "Custom menu walker question"
Hey all. I'm fairly new to WordPress (not php) and completely new to this forum, and am running into an issue. I need to add link descriptions to 1 of 5 menus on my page. I've read about extending...
View Articlebelindajohnstone on "Display an Author Page on Author Dashboard"
I'd like an author to be able to login and see their published page and posts. (but not be able to publish more pages) Currently even though the author has published a page it's not showing in the...
View Articlewebmandesign on "Action and filter hooks names (tags)"
I've recently run into an issue with the same name for action and filter hook. I'd like to ask whether it is not possible to use the same name (or "tag") for action if the name is already used with a...
View Articleacrane on "is_tree not working as expected"
Has anyone run into the problem with the is_tree function that having an else will not work? If I delete the last else statement so that it cannot take on a last variable, it works as expected. if...
View Articlejavihashtag on "Adding repeatable fields used in Widgets - sidebar?"
How can adding repeatable fields used in Widgets wordpress? I want add (Add more country favorites fields) and remove (Example ... France) what I actually Have http://i.stack.imgur.com/F8k7J.png what I...
View ArticleFi Fi P on "Featured image"
I have continually found this a problem and no clean, simple answers. For my site, I want all of my standard pages to display the featured image full width at the top of the page. I have added the...
View Articlerahjiggah on "add posts from custom form that is not attached to wp?"
Hello, I have an application outside of wordpress and was wondering if after I process data on a form if I can add the data relevant data to a wordpress site? ie conn to wp db and make a post on the...
View Articlecapecodvalet on "Using Media Uploader for custom meta field"
I'm writing a plugin and want to have a custom meta field that is a list of media images (essentially a gallery). Seems to me that using the media uploader in gallery mode makes the most sense (why...
View Article