I want to start a photo blog on Wordpress. My Idea is to post raw pictures as posts. 1 pohoto per post. And then users can search for pictures (separate posts) and add them to galleries of their own, and then post those galleries.
Now, I can code this but first I thought to look up for something related, if available, then i'll code it if not found.
So, do you guys know any plugin which can do this or any alternative method for my plan?
thank
* Update:
* The users will post the galleries in my site.
* What I have thought to do is to collect POST IDs of the images/posts which users select for a gallery and put it as an array in the new gallery post, so on POST show request, I'll just get the first image (attached image) from each of those IDs.
This can be done OOTB in WordPress, but something that isn't clear is - are the users posting galleries (a collection of posts) to your site to their profile? or their site?
Short simple answer to your question, plugins normally solves problems - your problem isn't clear. So no, I don't know of a plugin solution.
Related
I'm looking to move a client to Wordpress, but the current site has a database for articles of which there are more than 2000. The client doesn't want to lose these and the time involved turning them into Wordpress posts will take too long.
The articles have 4 data points that need to be displayed: heading, date, intro and article.
I have managed to create a page that displays the heading and dates as links, with the article id in the link. How do I now proceed to display the article as a post when the link is clicked. It doesn't look like Custom Post Types are what I'm looking for.
My coding skills are very basic and my understanding of Wordpress core is even worse.
Hope someone can shed some light for me.
Since I am not so great programming in PHP I wanted to ask my question here, hopefully you guys can help me out.
I'm building a WordPress website, this website has a custom page template like custom-single.php.
On that custom template I want to show posts filtered on a tag. And the tag is coming from a Angular value like so {{ctrl.name.tagname}} and yes ofcourse I've made a tag as well in WordPress.
The code must show max 5 posts (fully with title and ofcourse the content), after the posts it must show max 5 items which are older then 5 posts before, but then only with title using a bullet-list.
https://tr.wordpress.org/plugins/display-posts-shortcode/
When you install and activate this plugin called Display Posts Shortcode, you will add the feature that enables you to create text lists.
If we want to list our articles about a label, we can use a shortcode like [display-posts tag = ”tag_name”].
Number of posts to be displayed on one page (eg 20): posts_per_page = ”20 ″
I hope it will be the answer
If your aim is not to learn php but only to solve your problem in your wordpress related project; you can support your question with visuals.
If you say I don't want to deal with the problem, you can get support from any freelance software developer at an affordable price. Sometimes you will be happier soon with this method.
This might be a challenging topic, because I haven't found anything on Google or YouTube.
So I want to fetch data from a database to multiple views/pages in a Laravel application.
An example of this challenge:
A client who is a photographer. He wants website where he can showcase a gallery of his photographs in a gallery page. He also wants to display the latest the photographs on the home page under the title latest images.
He has an admin page where he can upload all his photographs to a database.
If anyone has an idea how to do this, I will appreciate it!
Thanks!
There are allot of ways of solving this problem, i would recommend building a gallery component. This component can be used on the home and gallery page.
You can parse the image models to the component see Passing Additional Data To Components https://laravel.com/docs/5.7/blade#components-and-slots.
I've search everywhere but haven't found what I'mlooking for even though I'm convinced there must be a solution floating around since it's obviously such a common request:
I want to display a list of authors with a short excerpt of their latest post.
I have a list of Authors with their images (using the 'Author Avatars List') but what I'm missing is the display of an excerpt of their latest posts next/under their image.
Any thoughts?
Thanks in advance!
JD
Edit 26 Sept
I realize from the First two answers my question was a bit to fuzzy - the emphasis should have been on the 'authors avatars list' wp plugin (http://wordpress.org/extend/plugins/author-avatars/).
In the meantime I have created the following solution:
http://wordpress.org/support/topic/plugin-author-avatars-list-get-display-excerpt-of-authors-last-post?replies=2#post-1710752
Thanks for you input!
JD
From get_posts() , you can get all the posts , since each post has a post_author property, you can get all the posts written by each author with a foreach loop, from this you get the latest post per author , and from the latest post , get the post_excerpt content.
Assuming you're using Wordpress...
I'd do a hybrid direct SQL and loop approach.
Query for user_ids from the user table who also have a post_author present in the posts table. Loop over those IDs to get their user object and then their latest post. The only thing you lose here is fine grained control over the ordering of users.
Here is the solution:
http://wordpress.org/support/topic/plugin-author-avatars-list-get-display-excerpt-of-authors-last-post?replies=2#post-1710752
I've been looking at Wordpress plugins for photo galleries (so maybe this is for superuser.com), and I've been very frustrated so far. It seems like what I'd like to do would be a very common use case:
Admin: Be able to upload multiple pictures (at a time)
Admin: Be able to assign a "gallery" to those pictures as I upload them
User: Be able to go to a page with a (paged) list of all galleries
User: Be able to click on gallery and view the images (again, probably paged) in that gallery
User: Be able to click on an image to get larger/largest sizes
User: Be able to leave comments on individual pictures (this is a "nice to have")
The images/galleries could be totally independent of posts/pages, but it would be nice to be able to embed those images/galleries into posts/pages when necessary.
Is there anything out there like this that I'm missing? I've tried a handful of plugins and none of them seem to be for a use case anywhere close to what I'm looking for. One of the reasons I'm trying to use Wordpress is to reduce time spent coding everything I want.
Check out NextGen Gallery. It's a great image gallery plugin for WordPress.
Try taking a look at the this NextGen site for a walkthrough of all it's features.
Here are two other alternatives that look like they may fit what you're looking for (of course, you may have already tried them unsuccessfully):
PhotoSmash Galleries
Post videos and photo galleries
Good Luck!
Tag Gallery may be of interest to you. You can manage your media via tags from the built in Media Library of Wordpress and this plugin builds galleries from your tags. Pretty nifty.