wp system questions on "How do i edit the system generated comment moderation...
How do i edit the system generated comment moderation messages without a plugin. What file in the wordpress system would i edit.
View Articlerogty on "create my own javascript library"
Hello, I would like to create my library of Javascript functions and use it in my file myjsfile.js but the functions defined in mylibrary.js are not recognized in myjsfile.js function...
View Articlemase857 on "Flexsider sometimes works and other times doesn't work on...
So I have an insane bug here , the flexslider effect works sometimes and other times doesn't work and now it doesn't seem to work most of the times .. I can't seem to detect what's causing the error .....
View Articlepyroevil on "How to edit content of category page"
Hi, I use wordpress 3.8.1 with the theme tweenty fourteen. Unfortunetly , when you click on a category with no post assigned to it for now , it's display a "not found" page. I try to make a plugins...
View ArticleMohit Kumar on "Existing Ecommerce plugins with Custom Post Types"
Hi Experts, I am developing a solution which is selling a service (can not be categorized as product) I have developed custom post types and taxonomies but I do not want to re-invent the wheel by...
View ArticleLiltiger on "How To Hide Edit Fields From Non-Admins"
Hey There, I need to hide some field options in the edit post template. I've modified this code in wp-admin/edit-form-advanced.php if ( current_user_can( 'manage_options' ) ) { return; if (...
View Articlejonsp on "redirect /wp-admin/index.php to /wp-admin/profile.php"
I'd like to have a site set up so people can register as subscribers, after which point I'd want them only to be able to access their profile on the backend and then the full front end site. I'm having...
View Articlegolazo on "Frontend upload"
Hi, How can create image uploader for my custom frontend form? I have this line in my custom-page.php <input type="file"/> and i want by this input to add image and show in specific post id....
View Articlewp system questions on "Within the wordpress system, what file generates this...
Basically, my only question is, within the wordpress system, what file generates this exact moderation email? ________ A new comment on the post "Licensing" is waiting for your approval...
View Articlejimbobjonez on "wordfence scan critical error"
Recently opened a WordPress account Downloaded a theme Put wordfence on and did a scan This told me there was a wordpress core problem with severity - critical Now I haven't been in any core files - I...
View Articlekowsar89 on "running shortcode inside AJAX request"
I know that running shortcode inside AJAX isn't possible, because AJAX requests are always admin requests. But is there any other way to make it possible? Like by loading some files by force eg....
View Articlejerryskate on "Make background div push post content down"
I wonder if it would be possible to make superzised push down the main container so content will be hidden? Tried fiddling with z-index but no luck. This is my testsite:...
View Articleafifnajib on "Adding category - AJAX interrupted"
Hello everyone. I have a plugin called "Basic Google Maps Placemark" installed, and it uses a custom taxonomy called bgmp-category. What am I trying to do now, is whenever the user creates a new Posts...
View Articlecoldpumpkin on "Change generated HTML code from "Add Media" button"
Hello there. When we're inserting an image to a post, by clicking the "Add Media" button, WordPress generates a certain code, being: <a href="image_url"><img src="image_url" alt="image_name"...
View Articlemarathonmilk on "Display slideshow, if not display featured image."
Hi there I'm using a slideshow plugin which generates a slideshow and outputs a shortcode to use it in the theme or post. I've added a custom field to posts where that shortcode can go. What I'd like...
View ArticleDuendeB25 on "¿Como ejecutar script en ciertas paginas de wordpress? How to...
Hi everyone I run a javascript script on several pages but not all, is that there wp_enqueue_script function but not know how to do and where I need to insert. I've tried several codes but do not...
View ArticleCenter11Forward on "Change 'view post' button text and confirmation text"
Hi, I am working with a custom post type and I would like to change the text on some Wordpress buttons to suit that type... A. How would I go about changing the button text 'view post' to something...
View Article2005casemore on "Installing Installation Code For A Web Form"
I have a web form to put on my site and I have the HTML code to install it. How do I do this
View ArticleChris Simmons on "Plugin version wont update on wordpress"
For some reason the current version of my plugin wont update on wordpress. I have tried creating new tags and changing the stable version in the trunk readme but nothing seems to work. Has anyone ever...
View Articlealysiacaringi on "Move comment input box above comments"
Can anyone tell me how to move my comments input form above the comments? here's my code: <?php // Comments template for pages // Prevent Comments page from being accessed directly if...
View Article