<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Magento Expert</title>
	<atom:link href="http://www.the-mage-expert.com/tag/pager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Pager missing after updating to Magento 2.4.3?</title>
		<link>http://www.the-mage-expert.com/1221/magento2-pager-missing-after-updating-to-magento-2-4-3/</link>
		<comments>http://www.the-mage-expert.com/1221/magento2-pager-missing-after-updating-to-magento-2-4-3/#comments</comments>
		<pubDate>Thu, 26 May 2022 08:18:54 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[category page]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[pager]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=1221</guid>
		<description><![CDATA[Sometimes after updating to Magento 2.4.3 the pager on the category page goes missing. This happens when you are overwriting templates/product/list.phtml in your theme. Just open that file and replace [crayon-69f3a19ca0fbb/] with [crayon-69f3a19ca100d/] This should solve the problem, your pager&#8230;]]></description>
				<content:encoded><![CDATA[<p>Sometimes after updating to Magento 2.4.3 the pager on the category page goes missing. This happens when you are overwriting <strong>templates/product/list.phtml</strong> in your theme. Just open that file and replace</p><pre class="crayon-plain-tag">&lt;?= $block-&gt;getToolbarHtml() ?&gt;</pre><p>with</p><pre class="crayon-plain-tag">&lt;?= $block-&gt;getChildBlock('toolbar')-&gt;setIsBottom(true)-&gt;toHtml() ?&gt;.</pre><p>This should solve the problem, your pager should now be visible again.</p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/1221/magento2-pager-missing-after-updating-to-magento-2-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
