What I need to do to repair this. Please help
]]>[wpdm_category]
shortcodeBut, when I try to find this on my install, do not see link template field: https://imgur.com/a/JzD3S4X
How do I activate this feature?
Thanks
]]>I am using a script in a template file to redirect a user to a payment page. This goes with a header function: header('location: ' . $url)
. All of a sudden this does not work any more. The error message points to the fil link-template.php.
This is the first line of the error message:
Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/akkidom1/domains/wcpn.nl/public_html/wp-includes/link-template.php:3283) in /home/akkidom1/domains/wcpn.nl/public_html/wp-content/themes/wcpn/ideal_verwerk.php on line 35
After a few hours searching I now think it has something to do with empty spaces in the link-template.php wordpress file. Please help, as this is getting beyond me.
Thank you for your help!
]]>I’ve added a Site Title in General Settings so that when I share the link to my website on Facebook, the title of the page shows up instead of ‘no title’.
In doing so, it’s allowing the Site Title to appear across my header in a ridiculous way. The manner in which I have designed the header for my website, does not work with this additional text.
That being said, I’ve searched the forums to find a solution and have been unable to implement one successfully. There are several tips suggesting changes to header.php and style.css both of which I have scanned through and have been unable to locate the coding to make edits to/add to.
The template I’m currently using is Link. (Which also makes searching for help difficult as the title is a generic term frequently used)
The web address is edrobinsonmusic.com
Any prompt assistance in this matter would be greatly appreciated!
]]>After updating wp to v.4.1.1, theme and plugins, this appears on every page of my website:
Warning: trim() expects parameter 1 to be string, array given in … /wp-includes/link-template.php on line 3049
Please HELP!
]]>When ever I click on a link on my blog this comes up;
Fatal error: Call to undefined function get_default_feed() in E:\domains\r\ratpad.co.uk\user\htdocs\Blog\wp-includes\link-template.php on line 475
This is line 475
$feed = get_default_feed();
Has anyone had this problem before and know how to fix it?
Thank you
]]>Thank you!
Jorge.
]]>I’m quite stumbled trying to figure out which functions / classes in WordPress pickup and analyse the URLs
There are 2 URLs type in WordPress for example
Link 1. https://www.domainname.com/?p=5
Link 2. https://www.domainname.com/clothing/jeans/black/long
I figured out the file wp-included/cananical.php to analyse the link 1 and convert to Link2, then redirect and display Link 2. Its quite clear and easy to analyse the link1 based on parameter “p=5”, but how WordPress can understand the Link2??????????
Is there anyone know which class/method read/ananlyse the Link2 and let me know please.
Many thanks,
Dave