toughiq
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Upload file directory link invalidi encountered the same problem. when i upload an image and use it within the editor, it works fine.
but if i upload a pdf file for example, then use _link to file_ then the link is not correct.
accourding to my settings the files are uploaded to wp-content/uploads and then stored in monthly directories.
any ideas why its ok for images, but broken with _normal_ links?
reg, chris
Forum: Themes and Templates
In reply to: How to show 4 last entrieshi,
https://codex.www.ads-software.com/Reading_Options_SubPanel
on the admin site:
options/reading
the first topic is the number of posts shown on the page.bye, chris
Forum: Fixing WordPress
In reply to: Posting Imageshi,
do you add your images including the absolute path? i made the experience, that if kust referring to something like /images/image.gif that the new editor substitutes the whole path…but this path is to the admin interface, since this is the current directory you are in.
maybe this hint helps.
bye, chris
Forum: Fixing WordPress
In reply to: Please! Where is my blog?there is no special .html file when using wordpress. all data is stored in a database. the only files you can find are those, which fetch the data and display it in the browser.
bye, chris
Forum: Fixing WordPress
In reply to: Why two different RSS links?i just looked at the two feeds…i cant locate any difference.
bye, chrisForum: Themes and Templates
In reply to: New theme based on Firefoxcool design ??
Forum: Fixing WordPress
In reply to: How to have the Categories Descriptions show up on the page?take a look at
https://codex.www.ads-software.com/Category_Templates#Custom_Category_Page_Textthe code you are looking for might be:
<?php if ( is_category() ) : ?>
<h2 id="category-name-header">
<?php echo $cache_categories[$cat]->cat_name ?> Category</h2>
<?php add_filter('category_description', 'wpautop'); ?>
<?php add_filter('category_description', 'wptexturize'); ?>
<div id="category-description">
<?php echo category_description(); ?>
</div>
<?php endif; ?>
bye, chris
Forum: Themes and Templates
In reply to: “Ads by Gooogle” positioning is wrong.where do you want the ads to be?
can you move them somewhere?
you seem to have them positioned in your sidebar…since your page isnt as long, the ads fill up more space…
i would suggest, that you put them at the bottom of your page….then you dont have any troubles with your site design. i did it that way at https://www.tawfik.at and works fine for me.bye, chris
Forum: Fixing WordPress
In reply to: adding monthly archive to sidebarput this to your SIDEBAR template…should work.
this is the code, i use at https://www.tawfik.at<li><h2>Archiv</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>bye, chris
Forum: Your WordPress
In reply to: My blogi like your blog, too. but i have to say, that jwursters comments also apply to me.
the ad at the top of the page looks strange. it doesnt fit there….you have the good looking design of the header section and an appropriate body layout, but the ad inbetween…hmm…
i also think, that your posting headline graphics dont fit. think about using a nice font, but dont do it with graphics, my opinion.
bye, chrisForum: Installing WordPress
In reply to: Adsense Questionyour problem is, that you added the adsense code to the sidebar template. thats fine, but when showing a single post, the sidebar isnt included.
on my page https://www.tawfik.at i put the adsense bar at the bottom.
so in your case its a matter of layout….add a sidebar to the single page, or change the position of the ad.another option: add the adsense code to the SINGLE page template…there you put it at the bottom…so you dont mess up your layout and have the ad still on.
bye, chris
Forum: Installing WordPress
In reply to: How to automatically add RSS link beside categories?take a look at this:
https://codex.www.ads-software.com/Template_Tags/list_cats
there are parameters for adding a rss link text and/or rss link image.bye, chris
Forum: Fixing WordPress
In reply to: Changing the position of the dateit looks like yuo just have to wrap a CENTER tag around the SMALL one in your template.
<center><small>date_tag</small></center>
at my page https://www.tawfik.at this would be done in the MAIN template.
bye, chrisForum: Your WordPress
In reply to: Req for review; The Peoria Punditi think i saw this design, or the basics, somewhere else…know i know: https://www.tawfik.at – my site ??
except that i removed the random image rotation.
bye, chrisForum: Your WordPress
In reply to: help with few tagsi cant see anything which looks messed up to me.
nice site.
let me know, if you have further questions on design or layout.
bye, chris