hello. i’ve sentyou the email yesterday morning. ty
ok. so i have to make 15+ templates and assign each template to one author. correct?
hello. the screenshot shows the order by. I want to have 1 author template. Same for every author. Inside that one template to show only the specific authors articles.
AuthorA is different from AuthorB and when i click authorA i want to see only AuthorA articles.
The post loop i use is flex block 1 and 2.
i have 15 writers. to achieve that must i make a new template for each one? Wont that overload the site to load all those templates?
The site is agnostoi.gr and the functionality i am mentioning caused me trouble with the gdpr plugin i am using.
Currently i got the adsense code in the widgets area for the sidebar and had to remove it from the admin panel (article bottom and sidebar) that i had it.
Basically it was loading the sidebar ads that was put through the theme admin panel.
My thoughts were that it was from the adsense ads. that your theme says automatically recognises along with the toggles for the screens thats on the page of every ad (sidebar, article top etc)
The sourcecode in question is the following
var td_screen_width = window.innerWidth;
if ( td_screen_width >= 1140 ) {
/* large monitors */
document.write('<div class="td-block-title-wrap"><h4 class="block-title td-block-title"><span class="td-pulldown-size">Διαφημίσεις</span></h4></div><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="pub-***" data-ad-slot=""></ins>');
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width >= 1019 && td_screen_width < 1140 ) {
/* landscape tablets */
document.write('<div class="td-block-title-wrap"><h4 class="block-title td-block-title"><span class="td-pulldown-size">Διαφημίσεις</span></h4></div><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="pub-***" data-ad-slot=""></ins>');
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width >= 768 && td_screen_width < 1019 ) {....
ty
-
This reply was modified 6 years by
citymagthess.
i have found a different approach to my problem. thank you for your time
Hello. IT was a conflict of the “page links to” plugin. Do you have any alternative of pointing a post to a external link?
The page i want to have the posts pointing to external url is a cloud category template.
I found this solution (https://www.wpbeginner.com/wp-tutorials/how-to-link-to-external-links-from-the-post-title-in-wordpress/), but if you can point me to exaclty how i can get the titles and images from posts loop inside the cloud template. (Point me to the php file, because all the structure is a bit too much to dive into 🙂 )
any other proposition to achieve what i want?
ty