pisosse
Forum Replies Created
-
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Undefined constants rediryes and frontyesSame here…
Forum: Plugins
In reply to: [Selection Sharer by Hans van Gent] settings?Thats weird .. I’ve only got Twitter, Linkedin and mail… How do you get facebook as well?
Forum: Fixing WordPress
In reply to: Where did the post ID go?Ahh sorry.. the
id="post-<?php the_ID(); ?>"
was somehow lost in the main loop..carry on nothing to see..
Forum: Fixing WordPress
In reply to: How fix black diamond question marks in WP 3.2.1?Any news to this as I have the same problem and whent through a reinstallation and collation change on everything on my mamp database?
Forum: Plugins
In reply to: [Cool Video Gallery] Cool Video Gallery with YouTube/VimeoI second gordo019.. a vimeo thumbnail gallery would be awsome…!
Forum: Fixing WordPress
In reply to: Subfolder redirecting to root folderany news on this.. got the same problem..
Forum: Fixing WordPress
In reply to: auto add anchor and get them from loop?YAAAAY got it with get_bloginfo!
quite easy
<h2><a href="<?php echo get_bloginfo ( 'url' ).'#post-'.get_the_ID(); ?>" ><?php the_title(); ?></a></h2>
Forum: Fixing WordPress
In reply to: auto add anchor and get them from loop?well my mainblog page don’t have a slug… jeez I’m spun arouuund here.. sorry guys
Forum: Fixing WordPress
In reply to: auto add anchor and get them from loop?Well.. permalink_anchor dosn’t get me any where.. let me just make a picture of where I am..
I got an external loop outside the the wordpress dir. I get title and excerpts from the main loop( since I want to make a costum excerpt text and not only the more tag) I get a permalink on the title as is, but I want it to do what permalink_anchor says it does, namly link to the post anchor in the main blog from the wordpress dir.
alchymyth properly got it right but I’m just not quite sure that i understand it?
Like should I somehow edit ‘all-posts-excerpt’ with some parameter?(eg. the slugpage)
Forum: Fixing WordPress
In reply to: auto add anchor and get them from loop?Forum: Fixing WordPress
In reply to: auto add anchor and get them from loop?THANKS!
just have to wrap my head around it.. ??
Forum: Fixing WordPress
In reply to: Frontpage teaser to fullsize blog….?Maybe it’s a job for multible loops?
https://codex.www.ads-software.com/The_Loop#Multiple_Loops_in_Action
Forum: Fixing WordPress
In reply to: Frontpage teaser to fullsize blog….?Is this such a far fatch idea….?
Forum: Themes and Templates
In reply to: Posts in three columnsWonder if you could get a post to set in a specific column by catagory or author?
I mean getting all post within catagory a to be placed in column 1 and all posts in catagory b in column 2 ect. ect..
Forum: Themes and Templates
In reply to: Two-Author Side-By-Side Blog TemplateCan you tell me how it works.. Coz nothing shows up when posting?