passiveinc
Forum Replies Created
-
Hi,
anybody has an answer how to edit the head section of an individual post page?
Thanks
PaulForum: Fixing WordPress
In reply to: Event snippet code automatically removed from button imageHi Joy,
thank you for your answer.
I am the owner of the website, so I should have all privileges. Do I have to change the capability?
The described approach comes from Google Ads. So what would you recommend to attach the event snippet to the button? Using a plugin?
Regards
Forum: Plugins
In reply to: [Head & Footer Code] How to edit an individual post’s head sectionThanks Aleksander, I will check it.
Forum: Plugins
In reply to: [Head & Footer Code] How to edit an individual post’s head section@urkekg Hope you saw my post even though I by accident marked the post as resolved.
Forum: Plugins
In reply to: [Head & Footer Code] How to edit an individual post’s head sectionThanks Alexander, I just realized that I am using the right plugin. 🙂
So the menus looked little bit different but now I found the Article specific head and footer code.But when I click on “Posts” in the menu, I do not find the meta box to the head section. Can you help me finding it for my individual posts?
- This reply was modified 6 years, 1 month ago by passiveinc.
Forum: Plugins
In reply to: [Head & Footer Code] How to edit an individual post’s head sectionHi Aleksander,
thanks for the screenshot. I checked, but under Tools I find no section “Head & Footer Code”. I am using Version 3.1.6 of the plugin.
Is there another option to activate the Article specific Head and Footer Code?
Regards,
PaulForum: Plugins
In reply to: [Head & Footer Code] How to edit an individual post’s head sectionHi Aleksander,
thank you for your quick response. I was checking but was not able to find the “Article specific Head and Footer Code” section.
I checked under Settings -> Header and Footer was am not sure where to define the post types. Can you please elaborate?
Thanks
PaulForum: Fixing WordPress
In reply to: Traffic redirectionThank you for your suggested approach. However, WordPress is charging an annual fee for this redirect. I am looking for a free solution.
Would it be also possible to establish the redirect using .htaccess with code like
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !oldedomain.de$ [NC]
RewriteRule ^(.*)$ http://www.newdomain.de/$1 [L,R=301]Thanks.