0
votes
0answers
26 views

Looking for a plugin to display different pieces of content if the visitor has already visited a page? [closed]

I am looking for a conditional plugin that could be used to display different pieces of content (using shortcodes) if the visitor has already visited a page on the site. New visitor sees X Visitor ...
1
vote
2answers
242 views

Plugin Code ONLY on Post Edit Page

I have a wordpress plugin that is interfering with the function of another plugin. But, I believe the interference only occurs on the admin side. I've found the lines within the code that are ...
0
votes
1answer
114 views

is_front_page breaks with url parameters generated by a plugin

I have a website that displays a specific layout feature only on the homepage, and this is working fine. However, the client has suggested that they would like the website to be bilingual, and so I ...
1
vote
3answers
726 views

How to show my sidebar in specific page only?

I would like to show a plugin in a specific page's sidebar only. For Example: I have the pages like .. home about us sub page 1 sub page 2 sub page 3 sub page 4 UPdate: i want to show, ...