i am using a scrapper to scrape reddit posts, i use this scrapper from chrome store
When i scrape similar post titles i get the post titles in text but i don't get the links to the posts, to do that, i have to start over to scrape similar in the date of the post.
I tried posting the post titles in excel so i can paste links beside, but when i do that, The promoted ads have no date attribute, their links are left out.
I need help to scrape post title and its links,
Related
I know the title is rough, what I mean is could you have a blog that had an RSS feed that would display your posts in an RSS reader, but the website itself doesn't have any page that showed it in blog format (of course there would need to be a link for the feed itself but that's not an easily readable format so that's ok). The only way to see the posts would be subscribing to the RSS feed, there wouldn't even be a URL you could go to that'd show it.
I have a word press website where I have a list of programming language cheat sheets. Also, I have a blog where I post my articles. Now I want a list of cheat sheets on the parent page (like the blogs page). I have to show an image of the cheatsheet and a read more button. I tried using wp-show-posts plugin. But that lists all the page.
You can assign a certain category to all those cheat sheet posts and then use a custom query which only queries the posts which have that category. (see https://developer.wordpress.org/reference/classes/wp_query/ for details)
For exemple, if my website has a page named "Gadget" I would like to post things about gadgets on it and on another page like "Cars" i would like to post things about cars.
You can create categories and when posting an article, assign a category to it. In your pages display the posts from a certain category. You can also use tags to separate your articles.
I have a wordpress installation which contains many posts. When I search for a keyword such as "epic" it will return posts that contain "epic" in their titles but not if only the content contains "epic". I need a way for the search to return all posts that contain the search keyword in either their title or content or tag.
I'm new to Wordpress backend development and every article/documentation I've read on WP search says that the search will search through content as well.
I'm trying to stay away from plugins unless it's absolutely unavoidable.
Any help is appreciated.
So I figured it out after messing around with some of the code in wp-includes/query.php. Evidently, WordPress does display all post that have the the keyword in the title and content however they display the list of results in order of posts with the keyword in the title first and then the posts that have the keyword in the content second. I need to have this display all the posts in order of their post date.
I am building a Wordpress site, but I'm struggling to find a good plugin to achieve a few things...
Basically I want to make the website a central hub of a lot of my social networks, without me having to continaully update things in several places. So I'm wanting to do the following:
Every time I post a new Tweet, I want it to create a new Blog post on my website in the Tweet category. The post should have a default featured image and a I should also be able to set where the Tweet is displayed (i.e. in the title and post content) and if anything else is displayed after the tweet (like a follow button) for example.
Secondly, every time I upload a new video to YouTube, I want it to create a new blog post on my site in the Video category (and preferably in the Video Post Type) automatically. Again, I should have control over what is pulled into the post other than the video... for example description, tags etc. I would also like it to set the Featured Image of the post to one of the three still images that YouTube creates for a video.
Is the above achievable, and how would I go about figuring it out?
Many thanks in advance,
HT
For the first part of your question, I'm doing something similar. I'm using Twitter Tools plugin; along with Social.
HTH