The standard text in RSS feed includes both the variable %%POSTLINK%% as well as %%BLOGLINK%%, but only %%BLOGLINK%% is correctly included in the RSS feed (%%POSTLINK%% is ignored, leaving empty the text position where it should appear). I’m using Yoast V15.5 and WP V5.6
Many thanks in advance for any help!
Regards,
max
]]>Trying to show the URL of the “owning” multi-site event domain.
Looking through the documentation I found ways in events list to limit per blog ID, but I’m looking for something more like:
[event_list]
#_BLOGLINK
#_EVENTLINK
[/eventlist]
Does this make sense?
I realize that I could use a conditional for this, knowing that all my category 11 events come from https://mysite.org, for example.
[event_list]
{has_category_11}<a href="https://mysite.org">My Site</a>{/has_category_11}
[/eventlist]
Maybe a feature request for us multi-site users?
Thanks!
https://www.ads-software.com/plugins/events-manager/
]]>That is, I’d like {BLOGLINK} to function as the {PERMALINK} and {TINYLINK} keywords do, producing a link that the reader can click on to go straight from the email to the website.
Currently, {BLOGLINK} does output the blog’s URL, but it is displaying only as text in the email (and I’ve tested this across multiple email readers/platforms). A user then has to copy and paste the URL into their web browser, and I’d like to avoid this extra step.
This is a great plugin. Any help would be most appreciated!
Mike
https://www.ads-software.com/plugins/subscribe2/
]]>I have 5 domains pointing to the same server. the domain names are important because people find it easier to remember a certain domain depending on their native language.
I’ve written filter code to translate links in my site to root-relative links. so far, it seems to be working really well, but it did cause a problem with WPSEO’s %%BLOGLINK%%
in the RSS feeds.
my filters work in 6 different places, including site_url()
and home_url()
which get_bloginfo()
now uses to return those items. this works fine everywhere except where WPSEO tries to generate the %%BLOGLINK%% value.
I could have manually specified the full href value in WPSEO’s settings but I did this, for now:
in WPSEO/frontend/class-frontend.php::rss_replace_vars(), specifically for the $bloglink assignment statement, I changed get_bloginfo() to get_bloginfo_rss(). that allowed me to build one more filter specifically for url’s headed for rss feeds.
function gregory_set_domain_in_rss_urls( $info, $show ) {<br />
// copied from wp-includes/general-template.php::get_bloginfo()<br />
$url = true;<br />
if (strpos($show, 'url') === false &&<br />
strpos($show, 'directory') === false &&<br />
strpos($show, 'home') === false)<br />
$url = false;</p>
<p> return ( !$url || !empty($info) ? $info : get_option('home') );<br />
}<br />
add_filter( 'get_bloginfo_rss', 'gregory_set_domain_in_rss_urls', 11, 2 );<br />
might it be possible for WPSEO to use get_bloginfo_rss() wherever the feeds are concerned? using absolute links in feeds might be preferable to root-relative links.
btw, your ‘wpseo_canonical’ filter hook allowed me to set the exact same domain for every article’s canonical link; i.e., all 5 domains point to the same canonical link.
cheers,
Gregory
https://www.ads-software.com/extend/plugins/wordpress-seo/
]]>Im a newbie in WP, and im trying to install a blog in: https://www.echoes4ever.com/blog
and after posting some.. im still working with CSS to put it right. Put on y jorney to understand the WP tags i found a plugin that would permit me use WP as a CMS with a predefined
“PAGE” as my front page site. ok it woreks fine.. but then i tried to use a link (as u can see in the top of the page) to link to my blog category i′ve created as the “https://semiologic.com/software/static-front/” tells me to do so. but somehow my posts doesnt appear anymore.. it keeps me saying 404 error.
please anyone ?? i would be very glad.
thanks.
J. Scott