AMP Plugin questions

Posted in: Newspaper
Post count: 58

Dear developers of the great theme,

1. How to hide Featured category?
2. How to change the color of post categories in the line above title?
3. How to make links bold in the post text container?
4. Where is author box?
5. How to change the color of the posts categories in the Related Posts Module?
6. How to control the amount of the posts in the Related Posts Module?
7. How to make the excerpts viewable in the Related Posts Module?
8. How to make the social icons bigger?

And by the way the search button is broken.

Thank you!

Post count: 494

Following

Post count: 23312

Hello mrx,

1)Unfortunately, there is no option to exclude that FEatured category from the AMP page, sorry! It’s too complicate this task because all of the categories are listed there and should implement some restrictions. The AMP plugin is in a continuous development and in the future, it will be improved.
2), 3), 5), 8) You should use a bit of CSS code if you want to change the AMP style page. Edit here -> https://www.screencast.com/t/vIUHFAbD6uRH
4)The author box has not been included in the AMP plugin by default, sorry!
6)The amount of the Related Articles can be managed from general settings from here -> https://www.screencast.com/t/PSyWl1WQKA4M
7)Does not exist any such an option for Excerpts for Related Articles modules, sorry!

Thanks for your understanding!

Post count: 35

I came across this thread because I was looking for the same solution.

I have a set of categories I would like to “hide” from showing on posts (via theme settings), including the “Featured” category, and I noticed that these categories were being shown on AMP pages.

The solution is VERY easy.

Modify the “single.php” file under plugins > td-amp > templates:

Where it says:

<?php require_once('categories.php'); ?>

Replace that with:

<?php echo $td_mod_single->get_category(); ?>

Be aware that this will affect your CSS settings, so make sure you change “post-categories” to “td-category” in your CSS. And voila!

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