Page links for multi-page posts appear after “end of content” plug-ins… how can I fix this?
Hey,
So I have a few plug-ins installed (for ads, sharing, etc) but it appears they come BEFORE the page links, which are small and hard to see.
Is there a way I can edit the php to have these appear before?
also I tried to make the font more prominent with custom css using the .page-links class but it doesn’t seem to work?
Page is here: http://www.infusedmusings.com/2014/04/25/brew-loose-leaf-tea-101/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi. To change this line “Posted in featured, Teaware.” try the following under Appearance > Custom CSS:
/* Entry Categories */ article.post .entry-categories, article.page .entry-categories { color: #999999 !important; font-size: 0.85em !important; margin-top: 1.5em !important; }And change as required.
To change where your sharing plugin appears and this bottom navigation appears you’d need to create a child theme, put single.php in that child theme and then insert the sharing plugin via php get_shortcode and put that before:
<?php if( siteorigin_setting('navigation_post_nav') ) vantage_content_nav( 'nav-below' ); ?>Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.