Josh on "Header Size"
Okay... I don't mean to "impose"... but that front page takes FOREVER to load. Consider dividing your content into "excerpts", or "paginating" your posts. Honestly, I didn't feel like waiting around...
View Articlejustinblayney on "checking if page is the wordpress default blog landing page"
Hello, I am trying to test if a page is the default wordpress Blog landing page.. i created a page named blog and this is different than the home page. The $post->ID for blog is 13 usually i could...
View Articlelisamattocks on "Post excerpts and html"
Hi. I am having some trouble getting the html to show in the post excerpt. Can anyone help me with this. I have tried a few things: Firstly I tried a plugin called 'advanced excerpts' which looked like...
View Articlephe.le on "Forgot my user name"
If you have a regular user account, contact the site admin for the username. Usually an administrative username is admin.
View ArticleDylan Kuhn on "Geo Mashup colors on map"
@tomtom22, your rules could be coded as custom javascript, but with Geo Mashup the 1.5 beta release you could also do this: Create a custom taxonomy for ratings, maybe using...
View ArticleColtonguthrie on "Blank space below page title."
I recently put a week calendar on one of my pages. After I did there was a huge chunk of blank space and I can't figure out what it is or how to remove it. The page in question is this one:...
View Articledado_it on "limit taxonomy result"
This is my site You can see the main menu on "minicar usage", there is the taxonomy page where the paging doesn't work. If you want I give you wp user to see the code Thanks
View ArticleJosh on "checking if page is the wordpress default blog landing page"
if(is_page('blog')) { http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page
View Articlephe.le on "Blank space below page title."
Try to remove the <p></p> and <br.> tags from the top of your calendar.
View Articlesleeper23 on "Visual Toolbar and Plugins not visible"
Not sure where to begin, been looking at the forum help and am totally confused. One person says to deactivate/delete all plugins, another says reload, another says clean cache and reload, however...
View ArticleJosh on "Blank space below page title."
You have a <p> tag being inserted with the following content: <p> <br> <br> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <br> <meta...
View ArticleAndrew Bartel on "Using WP_TRIM_WORDS and THE_CONTENT"
When you pass parameters to a function in php, you don't actually set the variable, just pass the values. Your example: echo wp_trim_words( the_content, 20, null ) Make sense?
View ArticleAndrew Bartel on "ecommerce webpage set up"
Use a theme designed specifically for an ecommerce plugin, i.e. something from woothemes for woocommerce, or something from splashing pixels for wpec.
View Articlemichael.mariart on "how do i protect my source code?"
So what is that special about your source code that's so different to any other site that it's going to make someone want to copy it? ;) Trying to stop people viewing/copying your source code or images...
View ArticleSharing"">Andrew Bartel on "Settings --> Sharing"
Yes, to my knowledge Publicize is specifically for .com hosted wp sites. However, Jetpack now has it bundled.
View ArticleAndrew Bartel on "how do i protect my source code?"
Trust me if someone wants it, they'll get it. If you really care about your js or css, you can minify it, which would deter me most of the time.
View Articleianfrancisryan@eircom.net on "WPTouch and mysitemyway Awake 3.0"
Hi I am running thew mysitemyway Awake v3.0 theme and WPTouch v1.9.6. My home url is http://distinctwebsitesolutions.com. I have the following issues:- 1. When I load the site on the iPhone (iOS v6),...
View Articlejwind on "Add TinyMCE Editor and media uploader to custom field"
I'm seeing folks do this a number of ways. What's the easiest route here?
View ArticleSuggymoto on "Wrong Language in Twitter Embeds"
Pardon my ignorance. Where would I paste the filter to solve this? Server hosted in Germany so all tweets showing German.
View Article