Mazzo77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom links item doesn’t include a URL field to add to the menuthnx a lot mate for your reply and trying to help
this is a plugin called “WPFront User Role Editor”
i have deactivated it but unfortunately, it did nothing ! ??
Forum: Developing with WordPress
In reply to: set a dynamic redirected link ?hi
i was using some affiliate links of a site and with different links in my posts but adblocker has blocked the links
for example :
i have a post saying about movie called dunkrink and i have an affiliate link in the post (wordpress) : https://www.affiliate.com/dunkrink
and in another post i have: https://www.affiliate.com/batman
adblocker has blocked the domain : affiliate.com , so i lost all my links and users with adblocker cannot see the links
is there any possibility to make a trick like the following
replace the domain : affiliate.com in all my posts with : https://www.mydomain.com/aff
and then redirect the domain “www.mydomain.com/aff/%” to “affiliate.com”
do you understand me ?
i want to just redirect the domain and the new URLs will be vaild
new urls will be
https://www.mydomain.com/aff/dunkrink
https://www.mydomain.com/aff/batman
is this possible ?
Forum: Developing with WordPress
In reply to: set a dynamic redirected link ?thnx a lot
but can you kindly help me to write this PHP code, if possible ?
i have poor skills in PHP
thnx in advance
Forum: Developing with WordPress
In reply to: set a dynamic redirected link ?thanks a lot for replying me
but actually i find this way is so hard to apply
well, there’s something into my mind; can i have a unique URL and then redirect it through my index.php
for example , i will insert the URL : https://www.mydomain.com/123 in all my posts
and will have a redirected code in my index.php
< header("Status: 301 Moved Permanently"); redirect ("www.mydomain.com/123"); header("Location:https://www.google.com/<POST_TITLE>"); exit; ?>
where <POST_TITLE> is my posts titles
so, when a user is on my site and he enters a post called “Welcome” and the user clicked on the url : https://www.mydomain.com/123 , he will auto redirected to https://www.google.com/Welcome
is this possible ?
thnx in advance
Forum: Developing with WordPress
In reply to: simple dynamic redirectionhi
thnx a lot for reply
yes, i want to redirect a special link of my domain to another one, then the slug is dynamic and will be called from the post title
for example i want to always redirect : https://www.mydomain.com/Dynamic_slug
redirect it to : https://www.google.com/Dynamic_slug
where “Dynamic_slug” is my post title and it’s differentiate from one to another
and this link will be at the bottom of my “single.php”
and title is called through the <php echo get_title> code
i mean, in single.php file i will insert the link : https://www.mydomain.com/<php echo get_title>
understand ?
hi
thanks a lot for your reply
and sorry for my delay i was very busy with some life issues
yes, unfortunately the issue is still exist
and still search results from excluded categories appear ! ??
hi
thanks a lot for your reply ??
i did tried the cache clearance option
but still not works
here’s the debug: https://paste.ee/p/Tpc9L
thanks in advance ??
Forum: Plugins
In reply to: [Simple Link List Widget] Thumbnail and excerptyeah, i’m looking for the same thing
anyone can help ?
Forum: Plugins
In reply to: [EWWW Image Optimizer] this tool will work with external images ?ok, thanks a lot
Forum: Plugins
In reply to: [EWWW Image Optimizer] this tool will work with external images ?thanks a lot for your fast reply ??
then can you kindly vouch me for a plugin which auto import external images to my wordpress ?
i have tried some plugins like: “Auto Upload Images” and “Import External Images” but no luck !
regards
Forum: Plugins
In reply to: [Contextual Related Posts] how i can hide for specific category postsno problem i can wait untill you have time to do ??
please when you have time, just reply here, so i got notified by email
or message me back via Facebook ??
and this job will be a paid job, i mean that i will pay you for what you do ?? , of course !
regards
Forum: Fixing WordPress
In reply to: elseif with tags ?any help guys ?
Forum: Fixing WordPress
In reply to: elseif with tags ?Forum: Plugins
In reply to: [Contextual Related Posts] how i can hide for specific category postsi can hire you ?
Forum: Fixing WordPress
In reply to: elseif with tags ?hi
thanks a lot for your try to help
this code is in my “archive.php” file of my theme
and i add this code, to show a custom featured box in categories
but when i write this code, my categories are working fine
but the tags and custom taxonomies not loading ,
because i need to include elseif for “tags” and “custom taxonomies” in this code
but again i don’t want to show this featured box in tags nor pages, i need it to work only in cats
hope that, i clarify what i want
and here’s my archive.php file
https://pastebin.com/raw/2GZwQR3L
- This reply was modified 8 years ago by Mazzo77.