how to know rss feed link of my joomla website? - joomla

I want to create iPhone application that can load all new post from my website in to my app.
my website was designed using joomla 3.3.6 so How can I get rss feed ling of website?
thank before hand

Syndication Module creates a Syndicated Feed for the page where the Module is displayed. The page has to be a blog layout for the module to show/work. When the module is displayed, click on the RSS icon for a new page to get feed URL.
In addition,RSS feed only available for the following Menu Item Type:
Category Blog
Category List
Featured Articles
Once you have determined your Menu Item Type, you may just use the following URLs,for example:
http://your_joomla_url/index.php?option=com_content&view=category&id=14&Itemid=473&format=feed&type=rss (for RSS)
http://your_joomla_url/index.php?option=com_content&view=category&id=14&Itemid=473&format=feed&type=atom (for ATOM)

Global rss feed options could be found under:
Content -> Article Manager -> Options -> Integration -> Show feed link
If you want to set up a feed from specific categories, you could create a menu item that include articles from these categories and enable feed link under:
Menus -> *Menu Name -> *Menu Item -> Integration -> Show Feed Link

Related

Magento 2 category URL disabled

On my Magento 2.2.2 store I'm adding new categories. But it seems that on all new, but also the old existing categories. I'm unable to change the URL Key under the 'Seach Engine optimization' tab.
The URL is shown, but it's greyed out and the input field is disabled.
How can I change the category URL?
You Can Change The Category Url By Dashboard -> Products -> category -> ->Url
SEO Setting are not for changing category url thas why its showing greyed non editable
See Image Here

Joomla extension/feature for adding articles to other sites

Is there a way for articles on joomla to be on another website without that user logging in to see it? The user should just see the article content and nothing else. This would be like a front end side version of articles for public users. How would I go about this?
You can publish your articles through RSS. In fact, just adding ?format=feed to the end of the URL of any menu item of type "Category Blog" (or of type "Featured Articles") will generate the RSS page for that particular URL. All you need to do is to retrieve the RSS content on the other website (there are many tools to do that that are available in any CMS).

Joomla article structure

I was a newbie in Joomla and using the latest version to create my website. I want to create news page (list of article). I'm using module (external plugin) to listing all the article. But I'm not understand the structure to create the pages.
I got a menu like this:
Home
Latest News (link to single article with category 'Latest News')
This is my category:
Home
Latest News
News (every new article will be under this category)
Events
Then I display all the article inside Latest News page except the page I leave as blank because I using module to display the list. The URL will be like this mywebsitename/latest-news.
The problem is when I click one of the article to show full details of the article. The URL will be like mywebsitename/latest-news/11-home/latest-news/news/articleName. So how I need to do to structure the URL even my breadcrumb to be like this
mywebsitename / Latest News / News / article name
Even the module also display inside the article page. I only set this module under latest news page only. Can anyone help me. Thanks.
If you just began, restart your project. If you want to build up a site, first check whether there are any core functions for your usage or not. If it can be done through them, do it like that, as this is better for updating your site. (Maybe your plugin will not be supported later on...)
Then restart by building up your site:
Category - Article - Menu
Firstly, create the categories you wish. For example, you want the category "News" where you put news articles and a category "Events" where you put articles about your events.
Secondly create some articles for your category. You can use the "read-more" to preview your articles in your blog.
Last, create the menu. You can use a category blog and it's options to show your articles the way you want.

Moving Related Blog Posts on magento product page using fishpig

I'm trying to move the "Related Blog Posts" on the product page from the bottom of the page into a different section of the page (tabs).
The theme I'm using allows me to add a tab which pulls a static block to create a custom tab. I'd like to use this as a place to store the "Related Blog Posts". The custom tab has an identifier of "block_product_tab1"
I tried moving the "related Blog Post" by replacing "product.info.additional" in wordpress.xml with other "block_product_tab1" but that didn't work.
I'm not sure how to continue.
If in your custom tab extension you can set a static block for a tab, you can add the following code to your static block, which will generate the related posts block:
{{block type="wordpress/post_associated" name="wp.post.related" template="wordpress/post/associated.phtml" title="Related Blog Posts" entity="product" count="5"}}

Change CMS page content in Magento (orders and returns footer link)

I have been searching for hours for a solution to this. I want to change the content of the footer link Orders and returns to just read " please contact us for your return authorization number, and our phone number. I can't seem to find where this information resides.
EDIT: I would like to change the form that appears when the "Orders and Returns" link in the footer is clicked
Are you trying to change the content of a page that is link from the footer of your site?
If this is what you are trying to do, then go to that page and look at the title in your browser then go to the admin -> CMS -> Pages and look for that title

Resources