lara400
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Menu prolemHi
Click on the small arrow in the right side of menu item(page). It will open showing more options. You can see an option to remove that single page.
Forum: Fixing WordPress
In reply to: Removing Custom Background on just one pageUse
body.page-id-74 { background-image: none!important; }Forum: Fixing WordPress
In reply to: Passing values through urlNeed Help! π
Forum: Fixing WordPress
In reply to: HELPPP! WEBSITE IS GONE?????what is your site url?
Did you take a backup of the database before updatingForum: Fixing WordPress
In reply to: Passing values through urlYes I am using permalink,but i need to pass these two values through url.
iam storing products in a table outside wp db. I am using using these values in the url to fetch data from this tableForum: Fixing WordPress
In reply to: need adviceHi
WordPress will display all the posts in the home if no home page is set.
Go to settings->reading->Front page displaysand select ‘A static page’ option and select the page you want to set as your home page.
if this does not work please check your theme options settings
Forum: Fixing WordPress
In reply to: Database import from old sitethank you Andrew . i will try with this
Forum: Fixing WordPress
In reply to: Database import from old siteThis is for a client.
How can i learn the database structure.Can i get a sample insert code from somewhereForum: Fixing WordPress
In reply to: Database import from old siteThank you Andrew.
But the old site is not wordpress, how can i transfer data from a normal mysql table (products_table) into the wordpress posts table .Suppose the product image is added in the old site in the field product_image of products_table i will need to add this to a custom field
of that products post(I have created a custom post type products)Forum: Fixing WordPress
In reply to: Get slug from URLglobal $post; $slug = get_post( $post )->post_name;Try this in the page template
Forum: Fixing WordPress
In reply to: displaying different menus when login and logoutif ( is_user_logged_in() ) { // Add the menu code you want to show when the user is logged in }else{ // Add the menu code you want to show when the user is not logged in }Forum: Fixing WordPress
In reply to: Why Does WordPress Fail?hi
go to Settings -> Permalink Settings
select any option -> save and try againForum: Fixing WordPress
In reply to: show menu from parent siteIs there a solution to this thing .please help