Forum Replies Created
-
AuthorPosts
-
March 8, 2014 at 9:09 pm in reply to: Magazine pro : How to add a banner just after secondary menu. #94005
Ritesh Verma
MemberHello Vio,
This is not working for me, instead it shows an error
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting ')' in /home/content/p3nexnas03/88/2061388/html/wp-content/themes/magazine-pro/functions.php on line 206
What i guess is , this function should we somewhat similar to the function used for adding comment policy over comment box.
Ritesh Verma
MemberHello Sandy,
After searching all resource available on net, I don't think its possible what we are expecting. Every webmaster have shared one & the same thing; although few came up with different approaches to do it but end product is not satisfactory.
Following resource available on net we will get :
Date : XX/XX/XXXX By: Author
Category : XXXXXX
Leave a comment.Where as it should be like : <b>Date : XX/XX/XXX By XXXXXX In <category name>. Leave comment (Edit).<b>
So sandy either you can use codes i pasted above; but will have all info in 3 different line or let it be in default setting if you want them to accommodate in one single line itself.
Ritesh Verma
MemberMay be brad i am going wrong some where. This is what i have pasted from your site.
remove_action( 'genesis_entry_footer', 'genesis_post_meta' ); add_filter( 'genesis_post_info', 'sp_post_info_filter', 12 ); function sp_post_info_filter($post_info) { $post_info = '[post_date] by [post_author_posts_link] in [post_categories] [post_comments] [post_edit]'; return $post_info; }
Ritesh Verma
MemberThanks Brad,
I have already tried 'your' codes of wpsites before i post this question here. what i expect is removal of "filed under" present before category name and place category name right beside author name in same line.
You can check the image to know what i am expecting to happen and what's really going on.
Ritesh Verma
MemberThis reply has been marked as private.Ritesh Verma
MemberDear, i have already mentioned "like google provide" Amit sir, have written that tutorial strictly for adsense. I uses it with adsense but about making other ad tags responsive too.
All blogs doesnot use adsense or just adsense. We should make other tags responsive as well.
Thanks
-
AuthorPosts