book246
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: lightboxLooking forward to trying this. Thanks Matthew!
First let me thank you for your work with this plugin.
I am trying to build a weather comparison page for my site. I would like it to display in a grid fashion, three rows across and perhaps six down (18 cities, temperature + humidity). Do you have any suggestions as to who could help or how to do this?
Thanks!
Same question as above plus:
I would like to show multiple cities in a grid formation on it’s own page. Please advise. Thanks for all your work
Forum: Plugins
In reply to: [Plugin: WP Security Scan] How do I add ALTER rights to my databaseSame problem here… Anybody???
Forum: Installing WordPress
In reply to: Admin theme lost after upgrade 2.3.2Same problem here…
Made a fresh copy of WP-admin
Deleted problem WP-admin and then re-uploaded the fresh copy and it worked.Thanks jpneok!
Forum: Fixing WordPress
In reply to: WP – outside links – ShopifyDanke Evita!
That worked!!! I’ve been asking that question for months around the web with no luck until now.
The code was different but I found the snippet you mentioned and added an href link and it worked.
Thank YOU!!!————-
Below is the header code in this particular theme.
————-
<div id=”header”><center><h1>“><?php bloginfo(‘name’); ?></h1>
<p class=”description”><?php bloginfo(‘description’); ?></p></center><ul class=”menu”>
<li class=”<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”>“><?php _e(‘Blog’,’k2_domain’); ?>
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>
<!– Disabling admin tab by default in 3k2 –>
<!– <?php wp_register(‘<li class=”admintab”>’,”); ?> –></div>
Forum: Fixing WordPress
In reply to: WP – outside links – ShopifyHere’s hoping for a happy and productive new year for everyone!
Any ideas where a newbie could look? I don’t know the lingo well enough yet to make an effective search…
How do I add an offsite link and button to the header on a WordPress triK2 theme? Offsite links in blogrolls appear obvious enough but I seem to be having a tough time with header links. I’m sure I’m missing something, surely…