rgordon83
Forum Replies Created
-
Forum: Plugins
In reply to: Sticky post/article (WP-Sticky)i had same problem, i activated the plugin, the all of my posts and pages dissapear from my blog and admin, i deactivate wp-sticky and they all come back…weird…
Forum: Installing WordPress
In reply to: List pages brokenthis is probably wrong forum for this, any way i can move to appropriate forum?
Forum: Fixing WordPress
In reply to: Wierd Permalink issueooh, man. this sounds a little over my head now. I’ll try contacting the theme creator first. thanks for the help!
Forum: Fixing WordPress
In reply to: Wierd Permalink issuei noticed that too. For some reason i think some page links got hard-coded with the “nice” structure, but other didn’t. I’m lost here. maybe someoned else can help…
i think it has something to do with this line:
<li><a href="' . $page->guid . '">' . $page->post_title . '</a></li>
but thanks for your suggestions!
[mod: put the backticks ONLY around the code, not the whole post :)]
Forum: Fixing WordPress
In reply to: Wierd Permalink issuei believe this is the code that calls in the “more pages”: ( i added a dash by the “<a href=” so it doesn’t make a hyperlink..
<?php if ($aOptions['show_subpages']) : global $id; $aSubPages = get_page_children($id, ''); if (count($aSubPages) > 0) : ?> <div id="child_pages"> <h3>More Pages</h3> <ul class="icon jump"> <?php foreach ($aSubPages as $page) { echo(' <li><a href="' . $page->guid . '">' . $page->post_title . '</a></li> '); } ?> </ul> </div> <?php endif; ?> <?php endif; ?>
Forum: Fixing WordPress
In reply to: Wierd Permalink issuethat was just an option in the template i chose. i didn’t do it myself.
So do i need to change my permalink structure to a specific way? thanks!Forum: Fixing WordPress
In reply to: Sub-Page display problemanoynone?
Forum: Fixing WordPress
In reply to: Where to remove Meta tag for Robots (noindex nofollow)that was it! thanks a ton!!!!!!!!
Forum: Your WordPress
In reply to: New guitar blog with storemisty theme with some small changes
Forum: Fixing WordPress
In reply to: RSS Feed error- Need help!where can i get paid help? and how much is it?
Forum: Fixing WordPress
In reply to: RSS Feed error- Need help!can anyone help with this?
Forum: Fixing WordPress
In reply to: categories not showing in wp 2.2you are a genious!!! ??
Forum: Themes and Templates
In reply to: Mosaik-10 theme – Replacing default search with Google Searchi think you need to either make the sidebar wider or make the google search box smaller…
anything is possible, you just need to make the right changes…..Forum: Themes and Templates
In reply to: where is <div= “posts”> in index.php?i am using regulus thme and i don’t see that in my index. i even did control F to be sure.
The reason i need to find it is b/c i have too paste some code before the closing </div> tag of that div class “posts” for the CG Inbetween plugin in order to show adsense after selected posts. Does anyone know an alternative place to place it in the regulus theme? or maybe another method besides the CG Inbetween plugin. thanks!Forum: Themes and Templates
In reply to: How to show my subcatsok. having lots of trouble with this one. can someone please show me what the PHP SHOULD look like? thank you!