Community Forums › Forums › Forum Bugs and Suggestions › Ignore this thread
This topic contains 8 replies, has 2 voices, and was last updated by nickthegeek 4 months, 3 weeks ago.
-
AuthorPosts
-
December 12, 2012 at 4:17 pm #4788
Trying to figure out how to get a greater-than sign to render correctly.
Posting in HTML mode using pre:
#header > wrap
Posting in HTML mode using code:
#header > wrapTrying to use the escaped value instead:
#header > wrap#header > wrap
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended Support-
This topic was modified 4 months, 3 weeks ago by
nickthegeek.
-
This topic was modified 4 months, 3 weeks ago by
nickthegeek.
-
This topic was modified 4 months, 3 weeks ago by
nickthegeek.
-
This topic was modified 4 months, 3 weeks ago by
nickthegeek.
December 12, 2012 at 4:19 pm #4790Hmm. The above was from posting directly from html mode—not switching to visual mode.
Now, let’s see if — renders as a em-dash.
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportDecember 12, 2012 at 4:19 pm #4791Interesting. the em-dash using &mdash works, but not using > or the actual greater-than sign.
Brandon Kraft
Volunteer
Blog | Twitter | Business
Genesis eNews Extended SupportDecember 26, 2012 at 9:49 am #7464add_action( 'genesis_before', 'child_conditional_actions' ); function child_conditional_actions() { if( is_home() ) { //put your actions here } }#header ul.menu li.forums a { color: #fff; } .home #inner { margin: 30px auto 0; } .full-width-content #content { -moz-box-shadow: 0 0 2px #999; -webkit-box-shadow: 0 0 2px #999; background-color: #fff; box-shadow: 0 0 2px #999; float: left; margin: 0 0 25px; padding: 0 30px 30px; width: 900px; }<div class="bbp-reply-signature"> <p>Brandon Kraft<br> <a href="http://www.brandonkraft.com">Blog</a> | <a href="http://twitter.com/kraft">Twitter</a> | <a href="http://www.coffeaweb.com">Business</a></p> </div>
December 26, 2012 at 10:13 am #7475#header ul.menu li.forums a { color: #fff; } .home #inner { margin: 30px auto 0; } .full-width-content #content { -moz-box-shadow: 0 0 2px #999; -webkit-box-shadow: 0 0 2px #999; background-color: #fff; box-shadow: 0 0 2px #999; float: left; margin: 0 0 25px; padding: 0 30px 30px; width: 900px; }December 26, 2012 at 10:58 am #7478#header ul.menu li.forums a { color: #fff; } .home #inner { margin: 30px auto 0; } .full-width-content #content { -moz-box-shadow: 0 0 2px #999; -webkit-box-shadow: 0 0 2px #999; background-color: #fff; box-shadow: 0 0 2px #999; float: left; margin: 0 0 25px; padding: 0 30px 30px; width: 900px; }December 26, 2012 at 11:00 am #7479test
December 26, 2012 at 11:03 am #7480test
function test() { & }/**use only category 1**/ function child_before_loop () { global $query_string; query_posts ($query_string . '&cat=1'); } add_action('genesis_before_loop', 'child_before_loop');December 26, 2012 at 12:17 pm #7501 -
This topic was modified 4 months, 3 weeks ago by
-
AuthorPosts
The topic ‘Ignore this thread’ is closed to new replies.