On my website I have a page showing all portfolio items.
Every portfolio item has a link to their own detail page.
My client wants to display every portfolio item on that page (Portfolio page), but not every item needs a detail page.
Some portfolio items only have a title and a preview image.
On their current (Wordpress) website they are overwritting the permalink to '#'. (Using a plugin which I don't seem to find)
I thought about adding a checkbox to the Custom Post Type to wether use the real link or not. But this seems to be way too much work editing every post.
Does anyone know how to solve this easily?
Thank you!
You can use jQuery to remove link from the post and use post id as class or id for identify the post.
Related
I created a listing/directory theme to the wordpress. Theme is supporting add short code or static code (raw). i want to show recent blog post of only listing owner at all listing page. I can show recent post at listing page but showing all author's post.
Thank you.
In your dashboard sidebars options go to post and then open up the screen option, there you will see Columns heading , just check the box of author and the other which you want to show along with author post. As well as you can set numbers of post per page and also change the view mode.
By doing this you can only show the author post to your post section.
I would want to create a preview in wordpress that would look different than the normal post. I know how I can shorten the text but I want the whole post to have a different css when you click on the link that will send you to page where the post is. I will appreciate any answer or hint. Thanks
You can use Page Templates. Its not available on posts, only on pages but it will look the same. Create a new page, select a different template and click preview.
Ok, here is the thing I have already added the categories to the pages (with the help of a plug-in, it's called Add category to pages) and so now I want to change the URL to display the categories (that is to say I want my pages to have this estructure: mysite.com/%categories%/%page_name% right now it has his structure: mysite.com/%page_name%), I have tried to google it but I can't find a straight answer. So if anyone has some resources (tutorials, articles) or some idea (if it's not to much to ask with code examples) on how to achieve this it would be fantastic. (And believe me, I'm asking as my last resource)
you can do it easily with "Page Parent" option available in WordPress.
Steps To create a subpage
Go to Administration > Pages > Add New screen.
In the right menu, click the “Page Parent/No Parent” drop-down/page attribute widget. The drop-down menu contains a list of all the Pages already created for your website.
Select the appropriate parent page from the drop-down menu to make the current Page a child Page.
Add content to the subpage.
Click Publish when ready.
Output - https://example.com/asia/india/
More Info. - Wordpress Subpage Permalink
well you can do this for categories and products from permalink setting, but if you want to manipulate the page url according to yourself then you need to create an blank page with the prescribed name whichever you want to insert, i.e, if you want to insert amazon within the url then create an url with name of amazon, and put the other url's under this parent page.
This way your url will look like
http://example.com/amazon/page_name
Unable to post as comment so directly posting it in an answer, in WordPress you can have custom URL. After you logged I'm as admin under dashboard you have general settings where you can put custom URL's like http://example.com/%caregory%/page_name
For more reference also checkhttp://codex.wordpress.org/Changing_The_Site_URL
I don't know if you tried this but after you login as admin, under Dashboard>>Settings>>Permalinks>>Custom Structure.
Let me know if you have already tried that.
Im aware that i can make a custom page template and choose there what category posts is displayed on that spesific page.
What im after for would be some sort of way to choose the category when creating a new page, and all of these pages would use the same page template.
I tried to search plugins etc but didn't find any. Is there a good plugin / other way to do this?
Ideal would be for example that when user is creating new page, there would be a dropdown menu where he/she could choose what posts are displayed on the page.
Cheers!
Do you want the posts actually in the page (vs a sidebar)? And would they be along with any other content that the user would enter in the page?
If so I would think there would be a plugin that allows the user to put a shortcode specifying the category of posts they wanted and probably some limit on the number.
I'm new in WordPress and trying to do the following:
I have main menu with some options (Home, File, Edit, View...). I also want to have posts. The posts can belong to different categories that match the menu options. The only last post should be displayed on Home page (Home menu option). Other older posts should be on pages under appropriate menu options.
I've searched the internet but not found the right solution.
Can I do that with WordPress?
I don't know PHP.
I don't get your question properly. As you said you don't know PHP so it will be little difficult but you can make it by custom template or editing your index page of template.
Or if you want to show 1 post(last) at your website without any php, you can go to your Dashboard->Setting->Reading and make "Blog pages show at most" from 10 to 1. But the problem is your website will show like blog. If you are using "Twenty Twelve" let me know i will make it for you.