<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Styling</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/styling/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/styling/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 21:56:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21664</guid>
					<title><![CDATA[Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21664</link>
					<pubDate>Thu, 29 Jan 2015 15:25:58 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hi. I&#8217;m using the Page-Link tag (&lt;!&#8211;nextpage&#8211;&gt;) to split some pages of my website.<br />
I would like to styling the page-links and have, as a result, the same that your Aqua theme use to show the next post in the blog (.pagination .links).<br />
I tried to learn something here: <a href="http://codex.wordpress.org/Styling_Page-Links" rel="nofollow">http://codex.wordpress.org/Styling_Page-Links</a><br />
but I&#8217;m not so good and I was not able to styling  the page-links&#8230;<br />
Because my English is bad and maybe it&#8217;s difficult for you to understand it, I show you this example:  I would like to have this <a href="http://www.guidedolomiti.com/en/true-stories/tony-scott-climbing/" target="_blank" rel="nofollow">links</a> (see the and of the page) like your CSS class .pagination .links.<br />
Thank you veruy much for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21669</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21669</link>
					<pubDate>Thu, 29 Jan 2015 18:48:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again!</p>
<p>MAy I please see the page in question&#8230; I somehow couldn&#8217;t produce any pagination with this tag with my pages/posts, maybe I am doing something wrong <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21671</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21671</link>
					<pubDate>Thu, 29 Jan 2015 19:36:14 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hello.<br />
An example of the pages within I would like to change the link&#8217;s apparence is this:</p>
<p><a href="http://www.guidedolomiti.com/en/true-stories/tony-scott-climbing/" rel="nofollow">http://www.guidedolomiti.com/en/true-stories/tony-scott-climbing/</a></p>
<p>(see the end of content: Pages 1-2-3-4)</p>
<p>I would like to have the page like this one:</p>
<p><a href="http://www.guidedolomiti.com/en/montagna/news-en/climbing/" rel="nofollow">http://www.guidedolomiti.com/en/montagna/news-en/climbing/</a></p>
<p>(sse also here the end of content: 1-2-3- Next)</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21679</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21679</link>
					<pubDate>Sun, 01 Feb 2015 19:31:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>So basically you need to wrap the links in a DIV with class &#8220;pagination&#8221; and then have another wrapper DIV named &#8220;links&#8221;.<br />
I think i got it, replace in your page.php template:</p>
<p><code>&lt;?php wp_link_pages(); ?&gt;</code></p>
<p>with:</p>
<pre><code>&lt;?php wp_link_pages(array(
    &#039;before&#039; =&gt; &quot;&lt;div class=&#039;pagination&#039;&gt;&lt;div class=&#039;links&#039;&gt;&quot;,
    &#039;after&#039; =&gt; &quot;&lt;/div&gt;&lt;/div&gt;&quot;,
   )); ?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21683</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21683</link>
					<pubDate>Sun, 01 Feb 2015 22:38:22 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks alot!<br />
It&#8217;s almost perfect, but the words &#8220;Previous&#8221; and &#8220;Next&#8221; (or &#8220;Before&#8221; and &#8220;After&#8221;) are not show&#8230; Please, may you help me again?<br />
As you easily understand, I don&#8217;t know PHP <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_sad.gif" alt=":-(" class="wp-smiley" /><br />
Ciao.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21701</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21701</link>
					<pubDate>Sun, 08 Feb 2015 13:19:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can have either one, numbered links or Prev/Next. To have the Prev Next do this:</p>
<pre><code>&lt;?php wp_link_pages(array(
    &#039;before&#039; =&gt; &quot;&lt;div class=&#039;pagination&#039;&gt;&lt;div class=&#039;links&#039;&gt;More of this article: &quot;,
    &#039;after&#039; =&gt; &quot;&lt;/div&gt;&lt;/div&gt;&quot;,
    &#039;next_or_number&#039; =&gt; &quot;next&quot;,
	&#039;previouspagelink&#039; =&gt; &quot;Prev&quot;,
	&#039;nextpagelink&#039; =&gt; &quot;Next&quot;
   )); ?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21712</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21712</link>
					<pubDate>Sun, 08 Feb 2015 15:19:57 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, great support!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21728</guid>
					<title><![CDATA[Reply To: Styling]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/styling/#post-21728</link>
					<pubDate>Sun, 08 Feb 2015 23:53:19 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

					<description>
						<![CDATA[
						<p>Hi drunkfox I really like your site! Which sections of the site used &#8220;portfolio&#8221; posts and which were &#8220;services&#8221; ??? it&#8217;s hard to understand the structure you have but its a great implementation of this theme</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

