- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
Mindscanner
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220i found i nice options for adding a date to grid thumbnails
http://wordpress.org/support/topic/adding-date-to-grid-thumbnails?replies=7.date-meta {
background-color: #000;
opacity: .5;
filter: alpha(opacity=50);
position: absolute;
padding: 5px;
top: 21px;
right: 20px;
color: #FFF;
}function pinboard_post_thumbnail() {
if( has_post_thumbnail() ) : ?><a href="” rel=”bookmark” title=””>
<?php endif;
}I try to change the code for adding the category but im to stupid to find it (no php expert)
can someone give me the solution plz?
thx
AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Alexander
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi Cafeproat,
try to target the categories with the function: the_category( ‘, ‘ ) whereas the ‘,’ is the divider as categories are defines as an array.
You will find the reference for this function here.
Cheers,
Alexander @ http://www.mouseclick.comDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Mindscanner
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Thx for the reply Alexander but i have 3 problems :-/
1 im not so good with english
2 im not good with the CCS langue
3 where do i start?normal when i try to tweak i always copy paste the code from others
thx again for the fast reply
You must be logged in to reply to this topic.