how to list the news in home page in concrete5 - concrete5

how to list the news [need to list latest news ] in home page. I have created the news using the composer in concrete5, its listed successfully in a page of type pagelist, but I am not able to list those in home page.
Thanks in advance..

Just use the BlockType "Page List"

Related

How to display category page for custom post type (made with ACF)?

I just started to create a website working with ACF. On this website, I want to display Artworks by Category.
I want a Menu like that :
Home - Painting - Scultpure - etc...
- Golf - Old School
- Social - New era
But I can't figure out how to add in a Menu a category pages.
I already created a Taxonomie for the Category.
Thanks for your help!
Kindly share your code.
I assume you have created custom taxonomies with the CPT.
If so then make sure you have the following in your snippet 'has_archive' => true,
You'll have the following then, sitename.com/{{taxonomy}}/{{slug}}
And then just go ahead and create archive-{{name}}.php for a custom archive landing page else archive.php would do.

Product Archive in WooCommerce 3.2.6 (Wordpress 4.8.5) shows 1 product description

I was having problems with the Woocommerce products archive page (instead of displaying products, it displayed one product's description. I solved that when, just after posting here, I simply created a new shop page.
I would, however, really prefer to use the correct page from the Woocommerce tools, so the Dashboard link to Visit Store works.
I thought shortcodes would be the answer...they are for a new page named Shop, but not for the Woocommerce page. Does anyone here know what would cause this error, and how to fix it?
Thanks,
--jim
[Original question edited//replaced by this new one]

List of Categories in a feed

I am building a mobile app for my wordpress site. I am planning to read the RSS feed from the website and display it using the mobile app. For this first I need a list of categories to be displayed on the home page and when the user selects a category, the posts in the category is displayed. I know how to get category specific RSS feed, but couldn't find a way so that I can get a list of all categories available on the website. Are there any plugins available which does this?
Any help will will be appreciated!
I personally prefer JSON over RSS feed.
To enable Wordpress output JSON just install this plugin
Then you can use it to browse categories and then posts on categories. For example on my own blog:
Categories
http://www.tapanila.net/api/get_category_index/
Posts from category Index 1
http://www.tapanila.net/api/get_category_posts?category_id=1
Whole documentation

Same Tagbase and Post Name in Wordpress?

On my Wordpress blog I have a page named "Products" and a sub page named "MyProduct":
example.com/products/myproduct
I also have a tagbase named as "products" so my tags in blog posts look like this:
example.com/products/tag1
example.com/products/tag2
example.com/products/tag3
...
I updated today to the newest wordpress version and if I open
example.com/products/myproduct
I receive a 404 error.
If I chage the tagbase from "products" to something different then it works, but then the example.com/products/tag1 [...] are not working anymore..
Any ideas how to use the same name for tagbase and page name? i could change it for both but i have a lot of sites indexed by google.
Thanks.
This is not possible. When you set a taxonomy or custom post type name, it becomes reserved for that. You cannot also have a page with the same slug. You will need to change one or the other.

how to setup blogs under a page

I have a wordpress site setup tradepeacefully.com
i have postings that appear on the home page. I want postings under trades menu link
http://tradepeacefully.com/?page_id=27
how can i do it.
First create tow pages called "home" and "Trade" leave these blank then
Go to Settings > Reading.
Set 'Front page displays:' to 'a static page' and choose the first page you created above for 'Front page.' set 'Posts page' to the page "trade" you created above.
for more info please follow link
The easiest way to have this happen in WP is to not have your Trades page as a page. Use a category instead, which is usually setup to handle posts.

Resources