emacarriere
Forum Replies Created
-
Forum: Plugins
In reply to: Need to eliminate sidebar in "blog" type page in Photocrati ThemeHello? Is there anyone out there who can help me? I am still waiting on an answer to this question…
As I said in my earlier post I think I may have found a solution, I just need a bit of help with the coding (see q’s above).
Thanks!
Forum: Plugins
In reply to: Need to eliminate sidebar in "blog" type page in Photocrati Themeoops… oh no, for some reason not all of the code showed up in my last post…
Here is the specific section I am talking about where it links to the permalink for the blog post:
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></h2></a>
Forum: Plugins
In reply to: Need to eliminate sidebar in "blog" type page in Photocrati ThemeOk, I think I may have found a way to loophole my problem…
I have created a page where all of my blog posts should appear. However, the script I used for my sidebar automatically links the excerpts back to their permalinks.
Here is the script the way it is now:
?> <?php if( !is_home() ) :?> <h1>News</h1> <?php $recentPosts = new WP_Query(); $recentPosts->query('showposts=5'); ?> <?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?> <h2><a>" rel="bookmark"><?php the_title(); ?></h2></a><h3><?php the_excerpt(); ?></h3> <?php endwhile; ?> <?php endif;?>
[Please post code between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
What code would I need to use in the ‘a href’ to point it towards the page I created for my blog posts rather than the permalink that is used now? The page I created for this purpose is named: News.
Thank you!!!
Forum: Plugins
In reply to: Need to eliminate sidebar in "blog" type page in Photocrati ThemeNo unfortunately this did not resolve it.
No I am not sure whether it is a post type rather than a page but regardless of this my pages don’t show up in the pages section of your settings, and when I look through the posts, nothing shows up in there either. Basically the entire structure of my site cannot be found in the settings.
How do I get it to recognize it then?
ps: I have tried putting it to the OLD version, but this doesn’t seem to do anything.
Thank you so much Acurax for helping me with this problem! I submitted a ticket and they resolved it by adding a special condition in my theme to prevent it from putting borders on the icons. They were quick and very efficient.
Thanks a ton!