|
Apr 30 |
awarded | Yearling |
|
Mar 21 |
awarded | Popular Question |
|
Mar 19 |
comment |
My UPDATED content ONLY shows when I am signed in. 13 seconds faster :D |
|
Mar 19 |
answered | My UPDATED content ONLY shows when I am signed in. |
|
Mar 19 |
comment |
Execute PHP code in Javascript onclick Hi Lars, are you familiar with the general concept of AJAX and the WordPress AJAX API? |
|
Mar 18 |
comment |
How to replace bloginfo(template_url) If you prefer to do it with get_bloginfo( $option ) that is okay, but your statement above does not do anything, as it just returns a value. Either echo it or use bloginfo();. |
|
Mar 18 |
answered | How come the images arent loading properly? |
|
Mar 18 |
comment |
tax_query with OR relation not working Have you tried 'terms' => array( 'australia' ), ? The slug is always in lowercase. |
|
Mar 18 |
comment |
tax_query with OR relation not working Are you sure that your $_SESSION['keywords'] is not empty and that this variable is an Array? |
|
Mar 17 |
comment |
How to move meta information in TwentyTwelve's single post template? What are the contents of your single.php? |
|
Mar 14 |
comment |
If Loop has odd number of posts on last page Custom style for last post in it see updated version. still, it would be better if you created the rows by css instead of a div. |
|
Mar 14 |
revised |
If Loop has odd number of posts on last page Custom style for last post in it added rows |
|
Mar 14 |
comment |
If Loop has odd number of posts on last page Custom style for last post in it why do you need the <div class="home-ci-row">? you would be mucch more flexible if you do not put this div around the items. |
|
Mar 9 |
comment |
Should the caching of WordPress menus be specific to each page? Yep, that is exactly what I was thinking with the Javascript solution. I always cache the menus (in my new version) according to the passed $args, to have every possibility with walkers and stuff covered. It just results in a looot of different menus ;) |
|
Mar 9 |
answered | wp_get_theme Warning: Illegal offset type |
|
Mar 9 |
asked | Should the caching of WordPress menus be specific to each page? |
|
Mar 9 |
answered | If Loop has odd number of posts on last page Custom style for last post in it |
|
Mar 9 |
reviewed | No Action Needed If Loop has odd number of posts on last page Custom style for last post in it |
|
Mar 7 |
answered | Adding classes to html elements |
|
Mar 3 |
answered | Cannot seem to replace the native menu with the menu I created, so 2 menus appear |