Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
nicolasionia
tagDiv Member

Hello.
I think i was not correct.
i am send you some screenshots.
It is just a text box in the first page of your nice demo site.
http://ionianet.iq-design.eu/newspaper/costom-php.fw.png
http://ionianet.iq-design.eu/newspaper/costom-php2.fw.png

demo site with real page …
http://ionianet.iq-design.eu/

Thanks a lot

nicolasionia
tagDiv Member

it will be display on a block with visual composer.
The content for each will be one or two small lines of text and a link.
nothing else.
thanks a lot.

nicolasionia
tagDiv Member

i just want to write some code in php.
example


<?php
$user_id = get_current_user_id();
if ( is_user_logged_in() ) {
  if ( $user_id == 2 || $user_id == 4) {
    <h3>display content for user ID=2,4</h3>
  } elseif ( $user_id == 1003 || $user_id == 1005 || $user_id == 1006 ) {
    display user_id = 3,5,6 content
  } else {
    display other user_id content
  }
} else {
  display content for guests

}
?>

How can i do that.
i dont want to have a membership plugin. to heavy for little code.
thanks

Viewing 3 posts - 1 through 3 (of 3 total)