medes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add Buttons to Kubric Theme?How do I do that. If I want it to look like the one on https://binarybonsai.com/kubrick/ ?
Forum: Fixing WordPress
In reply to: How to add Buttons to Kubric Theme?What do I need more than this:
<div id=”supernavcontainer”>…</div>
to make it work?
Forum: Themes and Templates
In reply to: Where do I find the loop?Still don’t understand where to put the line for the counter, if i place it anywhere inside the <?php …. from the “recent posts”, then it will not work on my site.
If I put the <?php mdv_comment_count(FALSE); ?> after the <?php mdv_recent_posts(); ?> then it only counts for the first post…Forum: Themes and Templates
In reply to: Where do I find the loop?Forum: Themes and Templates
In reply to: Where do I find the loop?Don’t understad it…. ??
I use this:
https://dev.wp-plugins.org/file/recent-posts/branches/wp-1.5/recent-posts.php…and this…:
https://dev.wp-plugins.org/browser/comment-count/branches/wp-1.5/But where do I put the last one, if I want it to count comments for each post….?
Forum: Themes and Templates
In reply to: Where do I find the loop?The counter is the write in like this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> : <?php mdv_comment_count(); ?>
or ?
Forum: Fixing WordPress
In reply to: StatTraqStill, can’t make it work.
Forum: Fixing WordPress
In reply to: StatTraqCan’t open the site, I get this error
Fatal error: main(): Failed opening required ‘../wp-admin/auth.php’ (include_path=’.:/usr/lib/php’) in /
Forum: Fixing WordPress
In reply to: List: latest post (how?)…yes I have…. but I still don’t understand where to put the script
Forum: Fixing WordPress
In reply to: List: latest post (how?)How do I use the script? I’ve tried to just copy it into my “sidebar template” but it doesn?′t work.
Forum: Fixing WordPress
In reply to: List: latest post (how?)Yes, sorry ??
Forum: Everything else WordPress
In reply to: PingNow I understand it, I think…. The site i wanted to “ping” needed the https://-adress to get the rss-feed. ??
Forum: Everything else WordPress
In reply to: PingI’m still not sure how to use the RSS-feed, when i want to ping a site.
Does WP create a RSS-file? and if, how do I then find it…?
Forum: Everything else WordPress
In reply to: PingIs there a rss-file?
Forum: Everything else WordPress
In reply to: Ping…and I’m still not sure…. what part of this:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
– <!– generator=”wordpress/1.5″
–>
– <rss version=”2.0″ xmlns:content=”https://purl.org/rss/1.0/modules/content/” xmlns:wfw=”https://wellformedweb.org/CommentAPI/” xmlns:dc=”https://purl.org/dc/elements/1.1/”>
– <channel>
<title>Ane Mette’s</title>
<link>https://www.medes.dk/blog</link>
<description />
<pubDate />
<generator>https://www.ads-software.com/?v=1.5</generator>
<language>en</language>
</channel>
</rss>Is my rss ?