Feed my blog from world.hey.com/pafka to github pages page - rss

I have a blog at 37 signals hey.com - https://world.hey.com/pafka - the posts that I post on hey world I want my homepage www.myname.com/blog to pull every newsletter and post the blog post on www.myname.com/blog
You get my idea? :D
Thanks for your help!
Haven't tried yet. I don't even know where to begin.

Related

How to Disable the RSS Feed for the Page post type in Wordpress?

I have a website and I noticed every page on my Wordpress site includes an RSS fee for it. For example this page:
https://www.cmlaw.com/bergenfield-employment-lawyers-bergen-county-employment-rights/
Has this feed:
https://www.cmlaw.com/bergenfield-employment-lawyers-bergen-county-employment-rights/feed/
Besides being kind of useless, these /feed urls are clogging up my Search Console so its difficult to manage with every page having a duplicate /feed.
Is there a way to disable every RSS feed for Page post types ONLY. I need the blog feed since I have places that pull from it, that is the same reason I can't block /feed from being crawled.
I found this question and answer but it doesn't mention removing the feed for Pages:
https://wordpress.stackexchange.com/questions/332332/disable-every-rss-feed-except-home-feed
Any ideas of insight anyone has would be greatly appreciated. Thank you!

Wordpress Facebook Instant Articles not seeing our articles / content

Before the community dismisses this - this is not a repeat of other issues with the Facebook submission process. Were a non-profit looking for help getting this running.
We have many articles on our website but we are not able to get them to appear in https://childmind.org/feed/instant-articles
I am not able to see where you instruct the FB Instant Articles WordPress plugin which content you want to publish e.g. our articles aren't in /blog but rather in /article e.g. https://childmind.org/article/adhd-behavior-problems/
Everything else is configured seemingly properly. Does anyone have an idea?
After we get articles in the feed, we can submit for review.
NOTE: We have edited and saved articles to "trigger" them being added but has not worked.
Articles sound like a custom post type which you need to manually tell the plugin by using a filter for your CPT.
add_filter( 'instant_articles_post_types', 'add_post_types', 10,1 );
function add_post_types($post_type_array){
array_push($post_type_array,'post'); // Standard post "blog"
array_push($post_type_array,'articles'); // The name of your custom post.
return $post_type_array;
}
This should then get pull the articles for the feed as long as everything else has been set up correctly. Taken from a post on the WP Plugin forum.
Note: Also, Facebook have their own validation process once you get this working before you will start to see them on Facebook.

How to post on a page in a wordpress?

I need to create a website using wordpress. I have a page called home. Now I need to post some content on my page(home). How can I do that?
Advance thanks.
Study https://codex.wordpress.org/File:stepOneRead.png
Read Step 4. Creating Your First Blog Post
how-to-add-a-new-post-in-wordpress-and-utilize-all-the-features
what-is-the-difference-between-posts-vs-pages-in-wordpress
learn.wordpress.com -- bonus-round-get-a-home-page

Facebook Comments not appearing in user's News Feed

I've just made a Wordpress blog, where I'd like to use Facebook Comments plugin. The plugin itself looks to work perfectly fine (I can log in, switch accounts, post a comment etc.), though when a comment is posted, it doesn't appear in author's FB News Feed or Activity Log ('post on facebook' box checked).
See example
Could you please let me know what could be the issue here?
WP 3.8.1
Plugins:
Facebook
Facebook Open Graph Meta Tags for WordPress
Edit:
So I use a Bliss by Bluth Company theme currently, which has FB social plugins implemented (including Likes and Comments), but I've also tried using Facebook Comments plugin from developers.facebook.com generator. The result is always the same - comment in posted on the blog, but it never appears in FB news feed or activity log.
Since I'm unable to post a pic here, I've put in on imgur.com - the comment on the pic never showed up in my FB AL, neither any of my FB friends has seen it.
http://i.imgur.com/R1piN89.jpg
Thank you in advance
Rafal

Similar By Terms module

I have a blog where you can add tags. I wanted to see the related blogposts to this tag in a view so i created one with the module Similar By Terms.
However, i can't seem to link old blog posts to new posts. Only new posts to old posts.
what does this mean? when i add a new blog i get all past blog post with the same tag posts. But when i click on them i dont see my new blog in the similar tags list.
can anyone help me with this?
Are you running Drupal's cron? I imagine that is how they would generate the similar terms - at least it was when I used this module in Drupal 5.
Just go to yoursite.com/cron.php and then check the old posts.

Resources