Guido on "Custom upload folder"
Hi, I want to upload files to an additional upload folder. All files with 'canada' in their name. I use upload_dir to create a custom upload folder: function custom_upload_dir( $custom_dir ) { $dir =...
View Articlenosilver4u on "antispambot no longer working in a shortcode"
Or are the browsers just too clever now, and they don't show the obfuscated code? Here's what I've got: function display_my_email() { return '<strong>' . antispambot( 'support@example.com' ) ....
View Articlecfurrow on "sidebar only on certain archive pages"
Hello! I'm trying to add a sidebar to my archive pages, but only the archive pages for my custom post type 'teachings', and for the custom taxonomy pages that are correlated with that post type. I want...
View Articleisaacbenh on "Are my $wpdb queries efficient?"
I have a company post type and a rounds table. The rounds table contains data about how much money each company raised and in how many rounds. The user can basically add and remove how many rounds that...
View Articlemynde on "JS in main page"
Hello community im really stuck with this thing , maby you can help me out. I'm trying to add a small piece of java script from this project - http://introjs.com/ to main main page that is running on...
View ArticleTaro on "Re: Search result based on menu category"
Dear bcworkz, The following "wp_redirect" i found in my function.php <?php add_action(‘template_redirect’, ‘bwp_template_redirect’); function bwp_template_redirect() { if (is_author()) {...
View Articleschemaishard on "simillar article images display wrong meta data"
I am currently installing schema code into the image tags and I am running into some trouble. I have got to a point where I can get the width and height to display correctly for the main header image,...
View Articlejklyn on "How to show multiple CPT by category in custom archive page?"
Can anyone please tell me how can I show multiple CPT by category in archive page. Lets say I have CPT “product” and another CPT “news”. I managed to get the CPT product to list on my archive page but...
View Articlehaciawo on "Image resize cropping issue"
Greatings folks! I have an issue - in my website i have sidebar recent post/related posts witch is using featured images as thumbnail. My problem is that: my image is 600x100 and wordpress system...
View Articlejustinwhall on "Get number of new posts in each category since last visit"
I can think of a number of ways to go about doing this. I'm looking for the most efficient way. Menu looks like this: catArchive1 [num_new_posts] catArchive2 [num_new_posts] catArchive3 [num_new_posts]...
View Articlegeez1 on "Local storage message on some Safari devices"
I am seeing an error message appearing on some Safari devices (but not others). I have seen this happen on iphone 4 & 5 but not 6 and it also happens on ipad air. I think it is because when...
View Articleisaacbenh on "Should I create a DB table for this?"
I have a "company" post type. I need to show how much money company raised by rounds. It will be something like: Round 1 - $1,000,000 Date - 08/10/2016 Round 2 - $1,500,000 Date - 06/11/2016 I might...
View Articlekostek00 on "Hide certain tags from users"
For some time I'm trying to write a plugin for my site that hides certain tags from normal users but staying visible to administrators. I also searched for answers and while finding some they don't...
View Articlemsthunder1 on "Shortcodes in ajax - again"
Hi, I've seen this issue being addressed over and over again, but i haven't come across a 100% working solution for everyone that is trying to create custom AJAX calls on content that contains...
View Articleashiquzzaman on "Default Layouts not showing on frontend on theme activation"
I have set the default layout, so that on theme activation the default layouts shows on front-end without having to save anything in the database. But the problem is the default layouts doesn't show on...
View Articlepaulacschuler on "Make menu link to login page at wp-login.php"
I moved a company's site to another host. Previous developer and office manager are out of the picture. Site has three dozen plugins. Login link in the menu bar disappeared. Plugins are Theme-My-Login...
View Articlejohnwp413 on "How to make a jQuery script the last action"
I am trying not to repeat a post I made in the Plugins forum. This is just a more general question. I want to reverse or negate an action for a plugin only on certain pages. But I need to make sure the...
View ArticleVictor Noyes on "Show mobile admin hamburger menu icon?"
Instead of having the main admin sidebar menu, I would like to just have the mobile hamburger icon in the admin bar at all times. I have played around with the css and the best I could get was just the...
View Articlemonikapoldma on "How to display pages first with search"
I need my WordPress search functionality to display all the pages with the inserted keyword first, then posts(starting from the latest which was inserted) and then everything else that comes up with...
View Articlesjoerd89 on "Add a product count on top of page"
Hi there, i would like to add a product count on top of my shop page (woocommerce) to show how much products are left when filtering. I added the following to my functions.php // [product_count]...
View Article