WordPress Functionality

Stack Overflow

I know that I can link to a media upload without pretty URL like this: mydomain.com/?attachment_id=123 but that shows a pretty media page with just a download link to my PDF. What I want is a direct …

tagged: wordpress, url Feb 27 at 20:20
Stack Overflow

This is something that has been doing my head in and I can’t seem to find exactly what I want on here. I am trying to move the price on my product pages to display just above or beside the add to …

tagged: php, wordpress, woocommerce, products, price Feb 28 at 16:09
Stack Overflow

The scenario is To hide “paypal” gateway on the “checkout” page when the order is created for the first time and just show “cash on delivery” gateway (labeled as Reserve) . On the other hand, hide the …

tagged: php, wordpress, woocommerce, hook-woocommerce Feb 28 at 16:03
Stack Overflow

I have been searching around but there was no specific answer or any indication about the problem I am facing. I have a domain, parent.com, which is just a full screen container of a WordPress-…

tagged: php, wordpress, session, iframe, cookies Feb 28 at 5:13
Stack Overflow

I am working in wordpress. And I am submitting form using javascript. My javascript code to submit the form. jQuery(document).ready(function($){ window.submitpassengerdetail = function() { var …

tagged: javascript, php, jquery, wordpress, forms Feb 28 at 5:46
Stack Overflow

I have a function that searches WordPress categories for a match based on users search and it works fine, however I’d like to display the closest match to the search at the top of the results. If for …

tagged: php, mysql, wordpress Feb 28 at 14:24
Stack Overflow

I have developed a wp site which has English and Tamil font in localhost in mac. Although tamil font appears correctly in local host, it appears like “?????” once site moved to GoDaddy host. Can you …

tagged: wordpress, tamil Feb 27 at 1:20
Stack Overflow

I am running a development version of a wordpress site on my local machine (Mac Mini running osx sierra) using MAMP. I have a virtual host and a hosts file entry set up so I can use mysitename.com to …

tagged: php, wordpress, osx, mamp Feb 27 at 16:32
Stack Overflow

i’m use this code: add_filter( ‘page_template’, ‘calendar_load’ ); function calendar_load( $template ) { if ( is_page( ‘calendar’ ) ) { $template = dirname( __FILE__ ) . …

tagged: wordpress, wordpress-theming, custom-wordpress-pages Feb 27 at 17:31
Stack Overflow

I’m beginner for developing website by using wordpress and PHP. How could I solve the problem when this error is pop up (skel.min.js:2)? It cannot load the CSS file <html lang=”en”> <…

tagged: javascript, php, css, wordpress, skel Feb 28 at 10:59
Stack Overflow

We have two applications. One built using Play Framework 1.x (Java) & the other a WordPress site. We’d like to implement SSO and it appears that Keycloak might be our answer. However, I can’t …

tagged: wordpress, playframework, keycloak Feb 27 at 2:01
Stack Overflow

I have featured images for categories and I’d like to show them on the category page, like here: http://aquadiva.it/en/category/beauty-en/ here’s what my category.php looks like <?php /** * …

tagged: php, wordpress, image, category, featured Feb 27 at 11:01
Stack Overflow

I’m writing a plugin that creates shortcodes. Even though the shortcodes parse as they should, I have a problem when using multiple shortcodes on the same page. So, if I do it like this in post …

tagged: php, wordpress Feb 28 at 11:07
Stack Overflow

I have integrated disqus plugin in wordpress & i need to show comment count on top of the page.I have used count.js for it. <script id=”dsq-count-scr” src=”//xyz.disqus.com/count.js” …

tagged: javascript, wordpress, comments, disqus Feb 28 at 6:04
Stack Overflow

I have a WooCommerce shop and I sell many products with only 1 pieces for each. After selling the unique quantity product, I show “Out of stock” automatically but I want to redirect this Product page …

tagged: php, wordpress, woocommerce, products, stock Feb 27 at 14:38
Stack Overflow

I’m trying to edit a field in the meta data of a post before it is being displayed on the screen. I have been looking at the ‘load-post.php’ hook, but this is called before the post is loaded (if …

tagged: php, wordpress, hook, edit Feb 27 at 10:24
Stack Overflow

I have build a small single page on top of a wordpress theme which check’s every second via a REST service whether or not the page is to be updated. The package size for the check is about 700byte and …

tagged: wordpress, performance, real-time, wordpress-rest-api Feb 27 at 12:28
Stack Overflow

In the above image: Size of wp= 995= wp-admin(913.76) + wp-content(67) + wp-includes(14.82) But, wp-admin = 913.76 = is not equal to size of sub-directories= css + includes+js+images+…

tagged: wordpress, hosting, cpanel, file-manager Feb 27 at 3:57
Stack Overflow

A basic question for wordpress wizard, what is the proper way to add another name of field in the custom field section through function.php as indicated on the screenshot.. thanks Custom field section

tagged: wordpress, advanced-custom-fields Feb 27 at 21:33
Stack Overflow

I’ve successfully used multiple query loops to take the most relevant 10 search results and display them by post, page, custom_post_type_1, etc. I might get 6 posts, 1 page and 3 custom post types. …

tagged: wordpress, search