Forum Replies Created
-
AuthorPosts
-
April 5, 2014 at 3:10 am in reply to: Genesis (?) or plug-in (?) sharing my posts on social media #98593
raunekk
ParticipantThis reply has been marked as private.raunekk
ParticipantBTW I added this
//* Add new image sizes
add_image_size( 'home-bottom', 250, 250, TRUE );raunekk
ParticipantThanks a lot Brad
That does show 250x250 in the featured widget, but when selected, the home page still shows 110x110.
Any reason for this?
raunekk
ParticipantNup, it doesn't work .
And I guess it's ".footer-widget" and not ".home-bottom" for metro theme.
anyone?
raunekk
ParticipantPerfect Brad! That worked.
Thank you so much!!
Raunek k
raunekk
ParticipantSorry for the late reply guys
@herrmax No I was not able to resolve it, therefore, I had to keep the layout of my blog unaltered
@braddalton - It doesn't work with the conditional tags. Already tried several times...Hope someone from the members can give us a solution to this.
raunekk
ParticipantHi Brad,
What I meant is if I use "Featured Amplified Plugin" in the Home bottom like on http://www.marineinsight.com with pagination, the second page also has the contents in the "home top, home middle left, and home middle right" widgets.
Any way in which I can make sure that the second page only has articles listed from the Featured Amplified Plugin" in the Home bottom widget area?
Thanks a lot in advance.
Regards
Raunek k
raunekk
ParticipantAnyone?
raunekk
ParticipantThanks Brad
I used a new text editor and it seems to be working now.
Thanks a lot once again for all the help and quick replies. Appreciate it.
raunekk
ParticipantThanks a lot Brad!
Will give it a try again and get back to you.
Thanks
raunekk
Participantraunekk
ParticipantAnyone???
raunekk
Participantraunekk
ParticipantI am sorry if this sounds stupid, but how to link to the content archive. I think I am missing something here!
Thanks in advance.
raunekk
ParticipantThis reply has been marked as private.raunekk
ParticipantThanks a lot for the quick reply...
I think there is some confusion on my side.
I am trying to restrict ads from showing in all the posts belonging to a particular category and not in the archive page.
Is the code provided just for the same..?
Sorry if I had been not clear in the first place.
Thanks
raunekk
ParticipantHi Brad
Sorry for the late reply.
I tried using the code you provided to prevent ads from showing in posts from one particular category.
But unfortunately it still doesn't seem to work!!
Is it possible for you to reply on this?
Thanks
Raunek
raunekk
ParticipantCool Brad. I was also looking for a way in which we can align the ad left or right and wrap content around it.
Looking forward..
Thanks a lot
raunekk
ParticipantI used this :
if( !is_single() || !in_category ('7') )
All ads in all categories and posts vanished!
raunekk
ParticipantThanks a lot for the quick reply.
I think I got your points!
Also, I tried using conditional tag to prevent ad from showing in posts from a particular category. For that I used the following code:
if ( is_single() || ! in_category( array( 7) ) )
But it still shows in posts from category id=7.
How do I go around with this?
Thanks
Raunek k
-
AuthorPosts