momentofzen
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Remove Site Name from Each Article's og:title?Ouch! I can assure you I’ve put in more than a little effort. A year ago I didn’t even know how to install wordpress. PHP is still largely a foreign language to me. But I certainly see the simple logic in the code you provided.
Thanks for your help. It worked.
Forum: Plugins
In reply to: [Yoast SEO] Remove Site Name from Each Article's og:title?Thanks for the input. Unfortunately, it’s still not working for me. My og:title still has my website name in it.. Not sure why…
Forum: Plugins
In reply to: [Yoast SEO] Remove Site Name from Each Article's og:title?Thanks. Could you please advise what code to put there?
I just want it to pull the article title?. I thought I could just put this function “the_title()”, as that’s how my theme displays a title in a specific post.
However, when I added that code, it didn’t work. So do I need some more code to tell it to pull that? If so, what else should I put? I originally had this below. Could you advise how I should amend it?
function my_opengraph_title( $title ) {
the_title()
return $title;
}
add_filter( ‘wpseo_opengraph_title’, ‘my_opengraph_title’ );Forum: Plugins
In reply to: [Yoast SEO] Remove Site Name from Each Article's og:title?Hi there – I want to do the same thing mentioned by Nykess in his first post at the top.
I’ve added the code into the function.php file as mentioned and also updated my YOast plugin, but still doesn’t work.
Just one note: in the code you provided, you included a comment stating “// do whatever you want with the title”
Am i actually supposed to replace that with some code (sorry my php knowledge is very poor).
I just can’t figure out why it’s not working for me.
Thanks in advance.
My website leapingpost.com
Forum: Plugins
In reply to: [Yoast SEO] Remove Site Name from Each Article's og:title?Hi there – I want to do the same thing mentioned by Nykess in his first post at the top.
I’ve added the code into the function.php file as mentioned and also updated my YOast plugin, but still doesn’t work.
Just one note: in the code you provided, you included a comment stating “// do whatever you want with the title”
Am i actually supposed to replace that with some code (sorry my php knowledge is very poor).
I just can’t figure out why it’s not working for me.
Thanks in advance.
Forum: Plugins
In reply to: [WP Category Sticky Posts] Add Media Button Doesn't WorkNote: the add media button doesn’t work with WordPress version 3.51
Forum: Fixing WordPress
In reply to: All posts have incredibly long edit windows!!!I have same problem! Would appreciate some help on how to fix this.
Forum: Fixing WordPress
In reply to: Text/Visual Editor Defaults to larger than screen size verticallyThanks. Yes, I’ve tried other browsers but still encounter the same problem. I’ll try de-activating plugins and see if they are causing the issue.
Forum: Fixing WordPress
In reply to: Text/Visual Editor Defaults to larger than screen size verticallyThanks for the reply. Unfortunately, I’ve tried that but still no luck. I’ve tried reducing the window by dragging it to a much smaller size, and then press update, but it reverts to the excessively long height. I’ve also tried reducing the height by dragging and then just clicking to view another post but it again reverts to the super long height.
Any other ideas?
Forum: Fixing WordPress
In reply to: Text/Visual Editor Defaults to larger than screen size verticallyYes, I’m having this same problem!
Can someone please advise how to fix this?
Thanks.