#1
Posted 24 September 2012 - 01:19 PM
For instance:
- The list of categories is separated by commas? Can I change that?
- Can I make it show only one category? (my previous theme did this, with lower ID number getting priority)
- Can I use CSS to style different parts of the information. This: doesn't work, but I'd like something like that.
#2
Posted 24 September 2012 - 02:44 PM
- Categories are separated by commas in The location of your category template tag should be in the post loop file, so you'd need to use the base theme to make the adjustment in that file.
- I think you can show only one category by using code to exclude certain other ones. You'll need to see the WordPress Codex:
- You'll need to use Firebug or Chrome Development to inspect the elements in your metabar and see what customizations can be made then Custom Code > Custom CSS in Site Options to make those customizations ( ).
#3
Posted 25 September 2012 - 10:03 AM
Thanks, but what/where is the post loop file? Can I add code to functions.php in my base theme, or do I need to add a separate file with the same name as the post loop file?
- Categories are separated by commas in The location of your category template tag should be in the post loop file, so you'd need to use the base theme to make the adjustment in that file.
#4
Posted 25 September 2012 - 11:02 AM
I tried adding an "a.", but it doesn't help. Any idea on why it doesn't work?
#5
Posted 25 September 2012 - 11:08 AM
#6
Posted 25 September 2012 - 11:46 AM
#7
Posted 25 September 2012 - 12:25 PM
#8
Posted 25 September 2012 - 09:28 PM
Scroll down to "Full Width Post Meta" where you'd edit the shortcodes in the same format shown.
I restored this topic to Open. Please explain further what needs to be done. Thanks.
#9
Posted 26 September 2012 - 10:13 AM
but what/where is the post loop file? Can I add code to functions.php in my base theme, or do I need to add a separate file with the same name as the post loop file?
There has to be a file somewhere in the framework that deceides that there should be a comma separating categories trough the the_category-function (BTW: default is space, not comma according to WP Codex), and I wonder if anyone know what file this is. Half the documentation for the Framework on the wiki is unfinished so it's hard to figure this out by myself.
#10
Posted 26 September 2012 - 10:58 AM
#11
Posted 26 September 2012 - 11:18 AM
#12
Posted 26 September 2012 - 01:54 PM
Most shortcodes accept attributes:
#13
Posted 26 September 2012 - 01:56 PM
Also tagged with one or more of these keywords: Resolved, categories, styling, metabar
Better Styling Integration coming?Started by thorstone137 , 21 Apr 2013 |
|
|
||
Hide post title based on categoriesStarted by eolic , 12 Apr 2013 |
|
|
||
How to add By [Author] to MetabarStarted by attac , 18 Mar 2013 |
|
|
||
PageLines Framework →
Customizations →
What' is the best workflow to change the markup of from the post title and meta bar? Custom Loop.Started by qbusagentur , 13 Mar 2013 |
|
|
||
PageLines Framework →
Technical Support →
Number of comments no longer showing up in metabarStarted by pockettactics , 25 Feb 2013 |
|
|












