My blog is listed as one article after another. Is there a way for me to edit the way my blog articles appear on the page? How do I change the font of each title?
]]>I tried several things, none worked. Any idea why is that so?
Theme: Gazette
]]>I can’t find what would be causing this weird sometimes they appear sometimes they don’t scenario.
Here’s /the-nonjudgmental-paradox-in-adapting-to-diversity/ the latest one not to be visible on the blog page.
But in /how-strange-can-you-be-in-corporate-america-and-still-keep-your-job/ another article, you can see it’s the most recent post.
]]>The content is sliced on the right, but the problem isn’t for the sidebar beacause also if I try to remove the widget the situation doesn’t change.
I see in other post that there a template to set for the articles (here), but for a mysterious reason in my wordpress I haven’t the template choice (as you can see here).
How can I resolve this problem?
Thanks,
Michele
When you click on See all posts by Olaf it is redirected to the homepage.
The link that shows up is https://www.rijnweb.nl/author/ogessel/
But the link does not work for some reason.
Do you have an idea?
]]>I am using the Hemingway theme. Here’s a link to the article I’m trying to post, but the problem extends to all web pages: https://briankirkblog.com/never-now-always/
Any help would be greatly appreciated.
Thanks,
Brian
]]><h2 id="authors">Auteurs</h2>
<ul>
<?php
wp_list_authors(
array(
'exclude_admin' => false,
)
);
?>
</ul>
<h2 id="pages">Pagina's</h2>
<ul>
<?php
// Add pages you'd like to exclude in the exclude here
wp_list_pages(
array(
'exclude' => '',
'title_li' => '',
)
);
?>
</ul>
<h2 id="posts">Berichten</h2>
<ul>
<?php
// Add categories you'd like to exclude in the exclude here
$cats = get_categories('exclude=');
foreach ($cats as $cat) {
echo "<li><h3>".$cat->cat_name."</h3>";
echo "<ul>";
query_posts('posts_per_page=-1&cat='.$cat->cat_ID);
while(have_posts()) {
the_post();
$category = get_the_category();
// Only display a post link once, even if it's in multiple categories
if ($category[0]->cat_ID == $cat->cat_ID) {
echo '<li><a href="'.get_permalink().'">'.get_the_title().'</a></li>';
}
}
echo "</ul>";
echo "</li>";
}
?>
</ul>
]]>I have never published an article to my blog and have never commented on my blog except maybe a first message when it first started. Where are these articles that I am supposed to have written coming from and how can I access the articles to see what “I am writing”?
It is nice to receive so many favorable comments, but I do not deserve them because I have never written any of the articles. I would appreciate any help that I receive from you. I didn’t include my blog name because I didn’t know if that was allowed.
korbco
]]>