I am trying to figure out how to create a menu that will link to my Blogspot blog. I tried to create a menu with it but it does not show on my menu. How do I do this?
For instance, when you go this website https://carolnelsonfineart.com/ on the left is “blog”you go to it and there is a link that goes to her Blogspot.
I am trying to do this but cannot seem to figure out how.
Patricia
]]>Hello,
I’m using your plugin and it’s working perfectly. I’m planning to switch to the Origamiez theme (https://www.ads-software.com/themes/origamiez/) but I can’t seem to install it on the single post view.
I was able to install it for the index.php, since I was able to modify the content.php, but when viewing the article. I can’t seem to find where to install the link blog code.
Any help will be appreciated.
Kind regards,
]]>Hi there
Thank you for this plugin! It’s exactly what I need on my blog, where I will be using wordpress to push people to posts as well as off to a forum on the same site using different software.
I’ve installed the plugin but I can’t get it to work and (I’m not a programmer) I’m having trouble figuring out how to add the code to get this to work. The field is showing on posts but when I add a URL, the title is still linking through to the post itself.
Thanks,
]]>Used theme – Flavor of Industrial Themes.
Instead replacing <?php the_permalink(); ?>
with <?php if (function_exists('mbj_link_blog_link_url_display')) { mbj_link_blog_link_url_display(); } ?>
as it is told in step 3 of the Installation instruction I tried to modify function the_permalink()
directly in link-template.php
substituting the following code
echo apply_filters('the_permalink', get_permalink());
with
if (function_exists('mbj_link_blog_link_url_display')) {
mbj_link_blog_link_url_display(); }
else {
echo apply_filters('the_permalink', get_permalink()); }
Unfortunately I see no effect.
]]>I am getting below error when try to use it from ‘Settings’ menu. Please let me know the solution.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘mbj_link_blog_options_page’ not found or invalid function name in /home/content/73/9109573/html/wp-includes/plugin.php on line 403
]]>