tagged [wordpress]

How to display Woocommerce Category image?

How to display Woocommerce Category image? I use this code in PHP: Where `147` is the current ID manually set, but i need to current id in other categories Any suggest?

2 Nov at 22:30

WordPress query single post by slug

WordPress query single post by slug For the moment when I want to show a single post without using a loop I use this: The problem is that when I move the site, the id's usually change. Is there a way ...

7 Apr at 14:29

Wordpress Site Monitoring software / service

Wordpress Site Monitoring software / service What do you use to monitor the uptime / performance of your websites, specifically those based on a PHP/MySQL platform like Wordpress? I'm looking for some...

30 Sep at 11:20

How to get the WordPress post thumbnail (featured image) URL?

How to get the WordPress post thumbnail (featured image) URL? I am using this function to get the featured images: Now I want to get the full featured image on click on the anchor tag for which I need...

6 Oct at 07:4

Post comments on a WordPress page from Android application

Post comments on a WordPress page from Android application I need to post some text to a remote server over HTTP, this server in turn puts these comment on a Wordpress page. I am still waiting for int...

18 Mar at 09:6

Strange symbol shows up on website (L SEP)?

Strange symbol shows up on website (L SEP)? I noticed on my website, [http://www.cscc.org.sg/](http://www.cscc.org.sg/), there's this odd symbol that shows up. [](https://i.stack.imgur.com/NR8n9.png) ...

9 Jan at 19:24

Get cart item name, quantity all details woocommerce

Get cart item name, quantity all details woocommerce I am trying to send the woocommerce cart items to third party shipping tool. I need the item name, quantity and individual price to be sent to the ...

4 Dec at 10:40

Keep values selected after form submission

Keep values selected after form submission Consider: On submitting the for

8 Jul at 01:13

PHP and Various Single Quotes

PHP and Various Single Quotes using WordPress and adding the title of a post to be When it's viewed in the page it comes out as Any sort of replace on the 2nd version of the single quote doesn't seem...

11 Apr at 12:42

WampServer - mysqld.exe can't start because MSVCR120.dll is missing

WampServer - mysqld.exe can't start because MSVCR120.dll is missing I've tried to run wampserver on my local side, but mysql server doesn't run. when I try to , it give me error. I searched the answer...

PHP Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

PHP Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 I am getting this error when trying to upload an import on WordPress on my XAMPP local dev env...

30 Jul at 10:18

WordPress - Check if user is logged in

WordPress - Check if user is logged in I am fairly new to WordPress. On my homepage I have a navigation bar which I only want to show to people who are logged in as users. In my `header.php` the funct...

23 Nov at 11:43

Wordpress Plug-ins: How-to add custom URL Handles

Wordpress Plug-ins: How-to add custom URL Handles I'm trying to write a Wordpress Plug-in but can't seem to figure out how you would modify how a URL gets handled, so for example: any requests made fo...

7 Nov at 21:55

Proper way to get page content

Proper way to get page content I have to get specific page content (like page(12)) I used that : Work nice execpt for compatibility with translations, it returns both French and English text But the l...

15 Oct at 06:49

wpml multilingual cms plugin problem (wordpress)

wpml multilingual cms plugin problem (wordpress) I have installed the wpml multilingual cms plugin in my wordpress site. The problem is when i try posting or editing a post there is no success message...

8 Dec at 09:10

WooCommerce: Finding the products in database

WooCommerce: Finding the products in database I'm creating a website using WooCommerce and I want to restrict the available products to users depending on the postcode that they enter in the search fo...

Table is marked as crashed and should be repaired

Table is marked as crashed and should be repaired I am getting this error in wordpress phpMyadmin When I login to phpMyadmin, it says wp_posts is "in use" My website is currently down because of this....

15 Dec at 15:8

Forbidden You don't have permission to access /wp-login.php on this server

Forbidden You don't have permission to access /wp-login.php on this server I have one problem with all my WordPress's sites. I can access in all and navigate in the posts, pages and other. But when I ...

20 Jun at 09:12

Wordpress plugin install: Could not create directory

Wordpress plugin install: Could not create directory I'm using WordPress on centos 6. I try to install a plugin. But I got this error: > Installing Plugin: bbPress 2.5.9 Downloading install package f...

13 Apr at 12:9

How to pass extra variables in URL with WordPress

How to pass extra variables in URL with WordPress I am having trouble trying to pass an extra variable in the url to my WordPress installation. For example `/news?c=123` For some reason, it works only...

13 Apr at 18:4

Is there an online code coloring service?

Is there an online code coloring service? I would like to know if there is an online service where we paste the code and it generates back the colored HTML source code for that code. It could be PHP, ...

5 Sep at 22:34

Get custom product attributes in Woocommerce

Get custom product attributes in Woocommerce In Woocommerce, I am trying to get product custom attribute values but I fail miserably and I don't get anything. So I tried: And I'm getting this raw data...

How do I add a simple jQuery script to WordPress?

How do I add a simple jQuery script to WordPress? I read the Codex and a few blog posts about using jQuery in WordPress, and its very frustrating. I've got as far as loading jQuery in `functions.php` ...

13 Mar at 16:48

How can I call a WordPress shortcode within a template?

How can I call a WordPress shortcode within a template? There's a plugin for the [Contact us form](http://wordpress.org/plugins/contact-us-form/). To activate the form, all you have to do is to place ...

31 Jan at 19:16

Correct file permissions for WordPress

Correct file permissions for WordPress I've had a look over [here](https://wordpress.org/support/article/changing-file-permissions/) but didn't find any details on the best file permissions. I also to...

17 Jun at 19:38