Replace bootstrap class with newspaper css class

Posted in: Newspaper
Post count: 33

hello guys, i tried to use users list code as custom page and I need your help to how to replace bootstrap class with right newspaper css class? is there any mapping to understand this? or how to retrieve data to model or blocks if available?

Returned Code:

<div class="col-xs-6 col-sm-3 col-md-2 post">
                    <a>author/<?php echo $user->ID?>/">
                        <?php echo get_avatar($user->ID); ?>
                    </a>
                    <h4><a>author/<?php echo $user->ID ?>/"><?php echo $user->display_name ?></a></h4>
                </div>

or

<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4">
                            <div class="post">
                                <a>">
                                    <?php echo get_avatar(get_the_author_id()); ?> 
                                </a>
                                <div class="author">
                                    <?php the_author_posts_link() ?>
                                </div>
                                <h4>
                                    <a>">
                                        <?php the_title() ?>
                                    </a>
                                </h4>
								   </div>
    </div>
	   </div>
    </div>
  • This topic was modified 7 years by Mido.
Post count: 35449

Hi,

Replace bootstrap class with newspaper css class means to do some custom work, you need to do it yourself through the code and if you are not aware of the steps which are needed to take, in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thank you for your understanding!!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.