Skip to content
Advertisement

Tag: wordpress

WordPress video shortcode adds “?_=2” to the end of my src option

Has anybody had this experience? My WordPress (WordPress 5.4.2 running Twenty Seventeen Child theme) has an XYZ Code Snippet that echoes but somewhere in the process, a four character string is added to the end of the src so that I get Media error: Format(s) not supported or source(s) not foundDownload File: https://mywebsite/wp-content/uploads/securepdfs/C0112.mp4?_=2 when the page renders. Answer The problem

Removing Hello Dolly Actually Breaks my WordPress Site

Well this is new to me, and quite confusing as my curious mind seeks for a resolution. Hello Dolly does NOT display as a plugin option in my list of plugins within the wordpress location. Within Cpanel in the plugins folder, “Hello” is the name of the plugin (folder) that exists. If I remove this folder, I then get a

Problem with getting count with WordPress

I am trying to display wordpress image using it ID but the code i use is giving an error which is This is my code Answer You are just using get_post_meta incorrectly – it returns an array by default, but you are passing in true as the third parameter which changes it to return a single value only – see

Advertisement